Uses of Class
com.azure.resourcemanager.elasticsan.models.VolumeGroupUpdate
Packages that use VolumeGroupUpdate
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of VolumeGroupUpdate in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type VolumeGroupUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupInner>, VolumeGroupInner> VolumeGroupsClient.beginUpdate
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeGroupUpdate parameters) Update an VolumeGroup.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeGroupInner>, VolumeGroupInner> VolumeGroupsClient.beginUpdate
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeGroupUpdate parameters, com.azure.core.util.Context context) Update an VolumeGroup.VolumeGroupsClient.update
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeGroupUpdate parameters) Update an VolumeGroup.VolumeGroupsClient.update
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeGroupUpdate parameters, com.azure.core.util.Context context) Update an VolumeGroup. -
Uses of VolumeGroupUpdate in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return VolumeGroupUpdateModifier and TypeMethodDescriptionstatic VolumeGroupUpdate
VolumeGroupUpdate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeGroupUpdate from the JsonReader.VolumeGroupUpdate.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupUpdate.withEncryption
(EncryptionType encryption) Set the encryption property: Type of encryption.VolumeGroupUpdate.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupUpdate.withEnforceDataIntegrityCheckForIscsi
(Boolean enforceDataIntegrityCheckForIscsi) Set the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.VolumeGroupUpdate.withIdentity
(Identity identity) Set the identity property: The identity of the resource.VolumeGroupUpdate.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.VolumeGroupUpdate.withProtocolType
(StorageTargetType protocolType) Set the protocolType property: Type of storage target.