SnapshotsClient Interface
Implements
public interface SnapshotsClient
extends InnerSupportsGet<SnapshotInner>, InnerSupportsListing<SnapshotInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in SnapshotsClient.
Method Summary
Method Details
createOrUpdate
public abstract SnapshotInner createOrUpdate(String resourceGroupName, String resourceName, SnapshotInner parameters)
Creates or updates a snapshot.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a snapshot.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a snapshot.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a snapshot.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName)
Deletes a snapshot.
Parameters:
deleteAsync
public abstract Mono
Deletes a snapshot.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a snapshot.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a snapshot.
Parameters:
Returns:
getByResourceGroup
public abstract SnapshotInner getByResourceGroup(String resourceGroupName, String resourceName)
Gets a snapshot.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets a snapshot.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets a snapshot.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets a snapshot.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of snapshots in the specified subscription.
Returns:
list
public abstract PagedIterable
Gets a list of snapshots in the specified subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of snapshots in the specified subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists snapshots in the specified subscription and resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists snapshots in the specified subscription and resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists snapshots in the specified subscription and resource group.
Parameters:
Returns:
updateTags
public abstract SnapshotInner updateTags(String resourceGroupName, String resourceName, TagsObject parameters)
Updates tags on a snapshot.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates tags on a snapshot.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates tags on a snapshot.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates tags on a snapshot.
Parameters:
Returns:
Applies to
Azure SDK for Java