ServicesClient Interface
public interface ServicesClient
An instance of this class provides access to all the operations defined in ServicesClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Creates a service.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a service.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes service with the given serviceName.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes service with the given serviceName.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes service with the given serviceName.
Parameters:
Returns:
create
public abstract ServiceResourceInner create(String resourceGroupName, String accountName, String serviceName, ServiceResourceCreateUpdateParameters createUpdateParameters)
Creates a service.
Parameters:
Returns:
create
public abstract ServiceResourceInner create(String resourceGroupName, String accountName, String serviceName, ServiceResourceCreateUpdateParameters createUpdateParameters, Context context)
Creates a service.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a service.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String serviceName)
Deletes service with the given serviceName.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String serviceName, Context context)
Deletes service with the given serviceName.
Parameters:
deleteAsync
public abstract Mono
Deletes service with the given serviceName.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes service with the given serviceName.
Parameters:
Returns:
get
public abstract ServiceResourceInner get(String resourceGroupName, String accountName, String serviceName)
Gets the status of service.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the status of service.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the status of service.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the status of service.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the status of service.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the status of service.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the status of service.
Parameters:
Returns:
Applies to
Azure SDK for Java