Interface CustomDomainsClient
-
public interface CustomDomainsClientAn instance of this class provides access to all the operations defined in CustomDomainsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner>beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)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, CustomDomainProperties properties, 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, CustomDomainProperties properties)Create or update custom domain of one lifecycle application.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.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.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner>beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)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, CustomDomainProperties properties, 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, CustomDomainProperties properties)Update custom domain of one lifecycle application.CustomDomainResourceInnercreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName)Create or update custom domain of one lifecycle application.CustomDomainResourceInnercreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)Create or update custom domain of one lifecycle application.CustomDomainResourceInnercreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties, com.azure.core.util.Context context)Create or update custom domain of one lifecycle application.Mono<CustomDomainResourceInner>createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName)Create or update custom domain of one lifecycle application.Mono<CustomDomainResourceInner>createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)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, CustomDomainProperties properties)Create or update custom domain of one lifecycle application.voiddelete(String resourceGroupName, String serviceName, String appName, String domainName)Delete 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.Mono<Void>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.CustomDomainResourceInnerget(String resourceGroupName, String serviceName, String appName, String domainName)Get the custom domain of one lifecycle application.Mono<CustomDomainResourceInner>getAsync(String resourceGroupName, String serviceName, String appName, String domainName)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(String resourceGroupName, String serviceName, String appName)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>listAsync(String resourceGroupName, String serviceName, String appName)List the custom domains of one lifecycle application.CustomDomainResourceInnerupdate(String resourceGroupName, String serviceName, String appName, String domainName)Update custom domain of one lifecycle application.CustomDomainResourceInnerupdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)Update custom domain of one lifecycle application.CustomDomainResourceInnerupdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties, com.azure.core.util.Context context)Update custom domain of one lifecycle application.Mono<CustomDomainResourceInner>updateAsync(String resourceGroupName, String serviceName, String appName, String domainName)Update custom domain of one lifecycle application.Mono<CustomDomainResourceInner>updateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)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, CustomDomainProperties properties)Update custom domain of one lifecycle application.
-
-
-
Method Detail
-
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.
- 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.
- 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.
-
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.
- 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, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties, 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.properties- Properties of the custom domain resource.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.
-
createOrUpdateAsync
Mono<CustomDomainResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
createOrUpdateAsync
Mono<CustomDomainResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName)
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.- 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, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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)
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.- 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, CustomDomainProperties properties, 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.properties- Properties of the custom domain resource.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 completion.
- 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 completion.
- 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 completion.
- 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 completion.
- 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:
- the completion.
- 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)
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, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainResourceInner>,CustomDomainResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties, 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.properties- Properties of the custom domain resource.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.
-
updateAsync
Mono<CustomDomainResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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.
-
updateAsync
Mono<CustomDomainResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, String domainName)
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.- 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, CustomDomainProperties properties)
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.properties- Properties of the custom domain resource.- 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)
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.- 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, CustomDomainProperties properties, 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.properties- Properties of the custom domain resource.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.
- 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.
- 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.
- 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.
-
-