Uses of Class
com.azure.resourcemanager.elasticsan.models.SnapshotCreationData
Packages that use SnapshotCreationData
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of SnapshotCreationData in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return SnapshotCreationDataModifier and TypeMethodDescriptionSnapshotInner.creationData()
Get the creationData property: Data used when creating a volume snapshot.SnapshotProperties.creationData()
Get the creationData property: Data used when creating a volume snapshot.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type SnapshotCreationDataModifier and TypeMethodDescriptionSnapshotInner.withCreationData
(SnapshotCreationData creationData) Set the creationData property: Data used when creating a volume snapshot.SnapshotProperties.withCreationData
(SnapshotCreationData creationData) Set the creationData property: Data used when creating a volume snapshot. -
Uses of SnapshotCreationData in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return SnapshotCreationDataModifier and TypeMethodDescriptionSnapshot.creationData()
Gets the creationData property: Data used when creating a volume snapshot.static SnapshotCreationData
SnapshotCreationData.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotCreationData from the JsonReader.SnapshotCreationData.withSourceId
(String sourceId) Set the sourceId property: Fully qualified resource ID of the volume.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type SnapshotCreationDataModifier and TypeMethodDescriptionSnapshot.DefinitionStages.WithCreationData.withCreationData
(SnapshotCreationData creationData) Specifies the creationData property: Data used when creating a volume snapshot..