Uses of Interface
com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithCreate
Packages that use Disk.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of Disk.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of Disk.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk definition.static interfaceThe stage of the managed disk definition allowing to create the disk or optionally specify size.Methods in com.azure.resourcemanager.compute.models that return Disk.DefinitionStages.WithCreateModifier and TypeMethodDescriptionDisk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the managed disk.Disk.DefinitionStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId) Specifies the disk encryption set.Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB) Specifies the disk size.Disk.DefinitionStages.WithDataDiskSource.withSizeInGB(int sizeInGB) Specifies the disk size for an empty disk.Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku) Specifies the SKU.Disk.DefinitionStages.WithDataDiskFromUpload.withUploadSizeInMB(long uploadSizeInMB) Gets or sets if createOption is Upload, this is the size of the contents of the upload including the VHD footer.