Uses of Class
com.azure.resourcemanager.elasticsan.fluent.models.SnapshotInner
Packages that use SnapshotInner
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of SnapshotInner in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent that return SnapshotInnerModifier and TypeMethodDescriptionVolumeSnapshotsClient.create
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters) Create a Volume Snapshot.VolumeSnapshotsClient.create
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters, com.azure.core.util.Context context) Create a Volume Snapshot.VolumeSnapshotsClient.get
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName) Get a Volume Snapshot.Methods in com.azure.resourcemanager.elasticsan.fluent that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters) Create a Volume Snapshot.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters) Create a Volume Snapshot.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters, com.azure.core.util.Context context) Create a Volume Snapshot.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters, com.azure.core.util.Context context) Create a Volume Snapshot.com.azure.core.http.rest.Response
<SnapshotInner> VolumeSnapshotsClient.getWithResponse
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, com.azure.core.util.Context context) Get a Volume Snapshot.com.azure.core.http.rest.PagedIterable
<SnapshotInner> VolumeSnapshotsClient.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName) List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter.com.azure.core.http.rest.PagedIterable
<SnapshotInner> VolumeSnapshotsClient.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName, String filter, com.azure.core.util.Context context) List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter.Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type SnapshotInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters) Create a Volume Snapshot.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> VolumeSnapshotsClient.beginCreate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters, com.azure.core.util.Context context) Create a Volume Snapshot.VolumeSnapshotsClient.create
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters) Create a Volume Snapshot.VolumeSnapshotsClient.create
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, SnapshotInner parameters, com.azure.core.util.Context context) Create a Volume Snapshot. -
Uses of SnapshotInner in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return SnapshotInnerModifier and TypeMethodDescriptionstatic SnapshotInner
SnapshotInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotInner from the JsonReader.SnapshotInner.withCreationData
(SnapshotCreationData creationData) Set the creationData property: Data used when creating a volume snapshot. -
Uses of SnapshotInner in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return SnapshotInnerModifier and TypeMethodDescriptionSnapshot.innerModel()
Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.SnapshotInner object.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotList.value()
Get the value property: An array of Snapshot objects.Method parameters in com.azure.resourcemanager.elasticsan.models with type arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotList.withValue
(List<SnapshotInner> value) Set the value property: An array of Snapshot objects.