Interface Disk.Update
-
- All Superinterfaces:
Appliable<Disk>,Disk.UpdateStages.WithDiskEncryption,Disk.UpdateStages.WithOSSettings,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithSku,Indexable,Resource.UpdateWithTags<Disk.Update>
- Enclosing interface:
- Disk
public static interface Disk.Update extends Appliable<Disk>, Resource.UpdateWithTags<Disk.Update>, Disk.UpdateStages.WithSku, Disk.UpdateStages.WithSize, Disk.UpdateStages.WithOSSettings, Disk.UpdateStages.WithDiskEncryption
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.UpdateStages.WithDiskEncryption
withDiskEncryptionSet
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.UpdateStages.WithOSSettings
withOSType
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.UpdateStages.WithSize
withSizeInGB
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.UpdateStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
-