com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties) |
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties,
com.azure.core.util.Context context) |
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties) |
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties) |
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties,
com.azure.core.util.Context context) |
Creates a new custom domain within an endpoint.
|
Mono<CustomDomainInner> |
CustomDomainsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties) |
Creates a new custom domain within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
CustomDomainsClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainParameters customDomainProperties) |
Creates a new custom domain within an endpoint.
|