StoragesClient Interface
public interface StoragesClient
An instance of this class provides access to all the operations defined in StoragesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update storage resource.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update storage resource.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update storage resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the storage resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the storage resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the storage resource.
Parameters:
Returns:
createOrUpdate
public abstract StorageResourceInner createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource)
Create or update storage resource.
Parameters:
Returns:
createOrUpdate
public abstract StorageResourceInner createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, Context context)
Create or update storage resource.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update storage resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update storage resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String storageName)
Delete the storage resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String storageName, Context context)
Delete the storage resource.
Parameters:
deleteAsync
public abstract Mono
Delete the storage resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the storage resource.
Parameters:
Returns:
get
public abstract StorageResourceInner get(String resourceGroupName, String serviceName, String storageName)
Get the storage resource.
Parameters:
Returns:
getAsync
public abstract Mono
Get the storage resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the storage resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the storage resource.
Parameters:
Returns:
list
public abstract PagedIterable
List all the storages of one Azure Spring Apps resource.
Parameters:
Returns:
list
public abstract PagedIterable
List all the storages of one Azure Spring Apps resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the storages of one Azure Spring Apps resource.
Parameters:
Returns:
Applies to
Azure SDK for Java