Uses of Class
com.azure.resourcemanager.elasticsan.models.SourceCreationData
Packages that use SourceCreationData
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of SourceCreationData in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return SourceCreationDataModifier and TypeMethodDescriptionVolumeInner.creationData()
Get the creationData property: State of the operation on the resource.VolumeProperties.creationData()
Get the creationData property: State of the operation on the resource.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type SourceCreationDataModifier and TypeMethodDescriptionVolumeInner.withCreationData
(SourceCreationData creationData) Set the creationData property: State of the operation on the resource.VolumeProperties.withCreationData
(SourceCreationData creationData) Set the creationData property: State of the operation on the resource. -
Uses of SourceCreationData in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return SourceCreationDataModifier and TypeMethodDescriptionVolume.creationData()
Gets the creationData property: State of the operation on the resource.static SourceCreationData
SourceCreationData.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceCreationData from the JsonReader.SourceCreationData.withCreateSource
(VolumeCreateOption createSource) Set the createSource property: This enumerates the possible sources of a volume creation.SourceCreationData.withSourceId
(String sourceId) Set the sourceId property: Fully qualified resource ID for the resource.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type SourceCreationDataModifier and TypeMethodDescriptionVolume.DefinitionStages.WithCreationData.withCreationData
(SourceCreationData creationData) Specifies the creationData property: State of the operation on the resource..