ApiPortalsClient Interface
public interface ApiPortalsClient
An instance of this class provides access to all the operations defined in ApiPortalsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default API portal or update the existing API portal.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default API portal or update the existing API portal.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default API portal or update the existing API portal.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the default API portal.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the default API portal.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the default API portal.
Parameters:
Returns:
createOrUpdate
public abstract ApiPortalResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource)
Create the default API portal or update the existing API portal.
Parameters:
Returns:
createOrUpdate
public abstract ApiPortalResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, Context context)
Create the default API portal or update the existing API portal.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default API portal or update the existing API portal.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default API portal or update the existing API portal.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String apiPortalName)
Delete the default API portal.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String apiPortalName, Context context)
Delete the default API portal.
Parameters:
deleteAsync
public abstract Mono
Delete the default API portal.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the default API portal.
Parameters:
Returns:
get
public abstract ApiPortalResourceInner get(String resourceGroupName, String serviceName, String apiPortalName)
Get the API portal and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the API portal and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the API portal and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the API portal and its properties.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handles requests to list all resources in a Service.
Parameters:
Returns:
validateDomain
public abstract CustomDomainValidateResult validateDomain(String resourceGroupName, String serviceName, String apiPortalName, CustomDomainValidatePayload validatePayload)
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainAsync
public abstract Mono
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainWithResponse
public abstract Response
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainWithResponseAsync
public abstract Mono
Check the domains are valid as well as not in use.
Parameters:
Returns:
Applies to
Azure SDK for Java