com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname) |
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,
String hostname) |
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,
String hostname,
com.azure.core.util.Context context) |
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,
String hostname,
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,
String hostname) |
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,
String hostname) |
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context) |
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context) |
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
CustomDomainsClient.beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Deletes an existing custom domain within an endpoint.
|
Mono<CustomDomainInner> |
CustomDomainsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Creates a new custom domain within an endpoint.
|
Mono<CustomDomainInner> |
CustomDomainsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname) |
Creates a new custom domain within an endpoint.
|
Mono<CustomDomainInner> |
CustomDomainsClient.deleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Deletes an existing custom domain within an endpoint.
|
Mono<CustomDomainInner> |
CustomDomainsClient.disableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Disable https delivery of the custom domain.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
CustomDomainsClient.disableCustomHttpsWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context) |
Disable https delivery of the custom domain.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
CustomDomainsClient.disableCustomHttpsWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Disable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Enable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters) |
Enable https delivery of the custom domain.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
CustomDomainsClient.enableCustomHttpsWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters,
com.azure.core.util.Context context) |
Enable https delivery of the custom domain.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
CustomDomainsClient.enableCustomHttpsWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters) |
Enable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
CustomDomainsClient.getAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Gets an existing custom domain within an endpoint.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
CustomDomainsClient.getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context) |
Gets an existing custom domain within an endpoint.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
CustomDomainsClient.getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName) |
Gets an existing custom domain within an endpoint.
|
com.azure.core.http.rest.PagedIterable<CustomDomainInner> |
CustomDomainsClient.listByEndpoint(String resourceGroupName,
String profileName,
String endpointName) |
Lists all of the existing custom domains within an endpoint.
|
com.azure.core.http.rest.PagedIterable<CustomDomainInner> |
CustomDomainsClient.listByEndpoint(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context) |
Lists all of the existing custom domains within an endpoint.
|
com.azure.core.http.rest.PagedFlux<CustomDomainInner> |
CustomDomainsClient.listByEndpointAsync(String resourceGroupName,
String profileName,
String endpointName) |
Lists all of the existing custom domains within an endpoint.
|