Interface VolumeGroup.Update
- All Superinterfaces:
VolumeGroup.UpdateStages.WithDeleteRetentionPolicy
,VolumeGroup.UpdateStages.WithEncryption
,VolumeGroup.UpdateStages.WithEncryptionProperties
,VolumeGroup.UpdateStages.WithEnforceDataIntegrityCheckForIscsi
,VolumeGroup.UpdateStages.WithIdentity
,VolumeGroup.UpdateStages.WithNetworkAcls
,VolumeGroup.UpdateStages.WithProtocolType
- Enclosing interface:
VolumeGroup
public static interface VolumeGroup.Update
extends VolumeGroup.UpdateStages.WithIdentity, VolumeGroup.UpdateStages.WithProtocolType, VolumeGroup.UpdateStages.WithEncryption, VolumeGroup.UpdateStages.WithEncryptionProperties, VolumeGroup.UpdateStages.WithNetworkAcls, VolumeGroup.UpdateStages.WithEnforceDataIntegrityCheckForIscsi, VolumeGroup.UpdateStages.WithDeleteRetentionPolicy
The template for VolumeGroup update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithDeleteRetentionPolicy
withDeleteRetentionPolicy
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithEncryption
withEncryption
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithEncryptionProperties
withEncryptionProperties
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithEnforceDataIntegrityCheckForIscsi
withEnforceDataIntegrityCheckForIscsi
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithIdentity
withIdentity
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithNetworkAcls
withNetworkAcls
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.VolumeGroup.UpdateStages.WithProtocolType
withProtocolType
-
Method Details
-
apply
VolumeGroup apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-