CustomDomainsClient Interface
public interface CustomDomainsClient
An instance of this class provides access to all the operations defined in CustomDomainsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the custom domain of one lifecycle application.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the custom domain of one lifecycle application.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the custom domain of one lifecycle application.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update custom domain of one lifecycle application.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update custom domain of one lifecycle application.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Update custom domain of one lifecycle application.
Parameters:
Returns:
createOrUpdate
public abstract CustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource)
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
createOrUpdate
public abstract CustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, Context context)
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update custom domain of one lifecycle application.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String appName, String domainName)
Delete the custom domain of one lifecycle application.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String appName, String domainName, Context context)
Delete the custom domain of one lifecycle application.
Parameters:
deleteAsync
public abstract Mono
Delete the custom domain of one lifecycle application.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the custom domain of one lifecycle application.
Parameters:
Returns:
get
public abstract CustomDomainResourceInner get(String resourceGroupName, String serviceName, String appName, String domainName)
Get the custom domain of one lifecycle application.
Parameters:
Returns:
getAsync
public abstract Mono
Get the custom domain of one lifecycle application.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the custom domain of one lifecycle application.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the custom domain of one lifecycle application.
Parameters:
Returns:
list
public abstract PagedIterable
List the custom domains of one lifecycle application.
Parameters:
Returns:
list
public abstract PagedIterable
List the custom domains of one lifecycle application.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List the custom domains of one lifecycle application.
Parameters:
Returns:
update
public abstract CustomDomainResourceInner update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource)
Update custom domain of one lifecycle application.
Parameters:
Returns:
update
public abstract CustomDomainResourceInner update(String resourceGroupName, String serviceName, String appName, String domainName, CustomDomainResourceInner domainResource, Context context)
Update custom domain of one lifecycle application.
Parameters:
Returns:
updateAsync
public abstract Mono
Update custom domain of one lifecycle application.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update custom domain of one lifecycle application.
Parameters:
Returns:
Applies to
Azure SDK for Java