CustomDomainsClient Interface
public interface CustomDomainsClient
An instance of this class provides access to all the operations defined in CustomDomainsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Creates a new custom domain within an endpoint.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a new custom domain within an endpoint.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a new custom domain within an endpoint.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
beginDisableCustomHttps
public abstract SyncPoller
Disable https delivery of the custom domain.
Parameters:
Returns:
beginDisableCustomHttps
public abstract SyncPoller
Disable https delivery of the custom domain.
Parameters:
Returns:
beginDisableCustomHttpsAsync
public abstract PollerFlux
Disable https delivery of the custom domain.
Parameters:
Returns:
beginEnableCustomHttps
public abstract SyncPoller
Enable https delivery of the custom domain.
Parameters:
Returns:
beginEnableCustomHttps
public abstract SyncPoller
Enable https delivery of the custom domain.
Parameters:
Returns:
beginEnableCustomHttpsAsync
public abstract PollerFlux
Enable https delivery of the custom domain.
Parameters:
Returns:
beginEnableCustomHttpsAsync
public abstract PollerFlux
Enable https delivery of the custom domain.
Parameters:
Returns:
create
public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)
Creates a new custom domain within an endpoint.
Parameters:
Returns:
create
public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)
Creates a new custom domain within an endpoint.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a new custom domain within an endpoint.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a new custom domain within an endpoint.
Parameters:
Returns:
delete
public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
delete
public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
deleteAsync
public abstract Mono
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes an existing custom domain within an endpoint.
Parameters:
Returns:
disableCustomHttps
public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)
Disable https delivery of the custom domain.
Parameters:
Returns:
disableCustomHttps
public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)
Disable https delivery of the custom domain.
Parameters:
Returns:
disableCustomHttpsAsync
public abstract Mono
Disable https delivery of the custom domain.
Parameters:
Returns:
disableCustomHttpsWithResponseAsync
public abstract Mono
Disable https delivery of the custom domain.
Parameters:
Returns:
enableCustomHttps
public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)
Enable https delivery of the custom domain.
Parameters:
Returns:
enableCustomHttps
public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)
Enable https delivery of the custom domain.
Parameters:
Returns:
enableCustomHttpsAsync
public abstract Mono
Enable https delivery of the custom domain.
Parameters:
Returns:
enableCustomHttpsAsync
public abstract Mono
Enable https delivery of the custom domain.
Parameters:
Returns:
enableCustomHttpsWithResponseAsync
public abstract Mono
Enable https delivery of the custom domain.
Parameters:
Returns:
get
public abstract CustomDomainInner get(String resourceGroupName, String profileName, String endpointName, String customDomainName)
Gets an existing custom domain within an endpoint.
Parameters:
Returns:
getAsync
public abstract Mono
Gets an existing custom domain within an endpoint.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets an existing custom domain within an endpoint.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets an existing custom domain within an endpoint.
Parameters:
Returns:
listByEndpoint
public abstract PagedIterable
Lists all of the existing custom domains within an endpoint.
Parameters:
Returns:
listByEndpoint
public abstract PagedIterable
Lists all of the existing custom domains within an endpoint.
Parameters:
Returns:
listByEndpointAsync
public abstract PagedFlux
Lists all of the existing custom domains within an endpoint.
Parameters:
Returns:
Applies to
Azure SDK for Java