ApiPortalCustomDomainsClient Interface
public interface ApiPortalCustomDomainsClient
An instance of this class provides access to all the operations defined in ApiPortalCustomDomainsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update the API portal custom domain.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update the API portal custom domain.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update the API portal custom domain.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the API portal custom domain.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the API portal custom domain.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the API portal custom domain.
Parameters:
Returns:
createOrUpdate
public abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)
Create or update the API portal custom domain.
Parameters:
Returns:
createOrUpdate
public abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource, Context context)
Create or update the API portal custom domain.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update the API portal custom domain.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update the API portal custom domain.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String apiPortalName, String domainName)
Delete the API portal custom domain.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String apiPortalName, String domainName, Context context)
Delete the API portal custom domain.
Parameters:
deleteAsync
public abstract Mono
Delete the API portal custom domain.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the API portal custom domain.
Parameters:
Returns:
get
public abstract ApiPortalCustomDomainResourceInner get(String resourceGroupName, String serviceName, String apiPortalName, String domainName)
Get the API portal custom domain.
Parameters:
Returns:
getAsync
public abstract Mono
Get the API portal custom domain.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the API portal custom domain.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the API portal custom domain.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all API portal custom domains.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all API portal custom domains.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handle requests to list all API portal custom domains.
Parameters:
Returns:
Applies to
Azure SDK for Java