Interface CustomDomainsClient
public interface CustomDomainsClient
An instance of this class provides access to all the operations defined in CustomDomainsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Create or update custom domain of one lifecycle application.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.beginDelete(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.beginDelete(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Delete the custom domain of one lifecycle application.beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Update custom domain of one lifecycle application.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Create or update custom domain of one lifecycle application.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.voidDelete the custom domain of one lifecycle application.voiddelete(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Delete the custom domain of one lifecycle application.deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.Get the custom domain of one lifecycle application.Get the custom domain of one lifecycle application.com.azure.core.http.rest.Response<CustomDomainResourceInner>getWithResponse(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Get the custom domain of one lifecycle application.Mono<com.azure.core.http.rest.Response<CustomDomainResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName) Get the custom domain of one lifecycle application.com.azure.core.http.rest.PagedIterable<CustomDomainResourceInner>List the custom domains of one lifecycle application.com.azure.core.http.rest.PagedIterable<CustomDomainResourceInner>list(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context) List the custom domains of one lifecycle application.com.azure.core.http.rest.PagedFlux<CustomDomainResourceInner>List the custom domains of one lifecycle application.update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Update custom domain of one lifecycle application.updateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<CustomDomainResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName) Get the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the custom domain of one lifecycle application along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<CustomDomainResourceInner> getAsync(String resourceGroupName, String serviceName, String appName, String domainName) Get the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the custom domain of one lifecycle application on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<CustomDomainResourceInner> getWithResponse(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Get the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.context- The context to associate with this operation.- Returns:
- the custom domain of one lifecycle application along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
CustomDomainResourceInner get(String resourceGroupName, String serviceName, String appName, String domainName) Get the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the custom domain of one lifecycle application.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- the
PollerFluxfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- the
SyncPollerfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<CustomDomainResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Create or update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- custom domain resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String appName, String domainName, com.azure.core.util.Context context) Delete the custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- the
PollerFluxfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- the
SyncPollerfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of custom domain resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
Mono<CustomDomainResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
CustomDomainResourceInner update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.- Returns:
- custom domain resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
CustomDomainResourceInner update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, com.azure.core.util.Context context) Update custom domain of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.domainName- The name of the custom domain resource.domainResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- custom domain resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<CustomDomainResourceInner> listAsync(String resourceGroupName, String serviceName, String appName) List the custom domains of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- collection compose of a custom domain resources list and a possible link for next page as paginated
response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CustomDomainResourceInner> list(String resourceGroupName, String serviceName, String appName) List the custom domains of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- collection compose of a custom domain resources list and a possible link for next page as paginated
response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CustomDomainResourceInner> list(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context) List the custom domains of one lifecycle application.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.context- The context to associate with this operation.- Returns:
- collection compose of a custom domain resources list and a possible link for next page as paginated
response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-