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.Subinterfaces with type arguments of type Disk.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.compute.models that return Disk.DefinitionStages.WithCreateModifier and TypeMethodDescriptionDisk.DefinitionStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the disk.Disk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(com.azure.resourcemanager.resources.fluentcore.arm.AvailabilityZoneId zoneId) Specifies the availability zone for the managed disk.Disk.DefinitionStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId) Specifies the disk encryption set.Disk.DefinitionStages.WithHibernationSupport.withHibernationSupport()Specifies hibernation support for the OS on the disk.Disk.DefinitionStages.WithHyperVGeneration.withHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation.Disk.DefinitionStages.WithIopsThroughput.withIopsReadOnly(long diskIopsReadOnly) Sets the total number of IOPS allowed across all VMs mounting this shared disk as read-only.Disk.DefinitionStages.WithIopsThroughput.withIopsReadWrite(long diskIopsReadWrite) Sets the number of IOPS allowed for this disk.Disk.DefinitionStages.WithLogicalSectorSize.withLogicalSectorSizeInBytes(int logicalSectorSizeInBytes) Specifies the logical sector size in bytes for Premium SSD v2 and Ultra Disks.Disk.DefinitionStages.WithDiskSharing.withMaximumShares(int maximumShares) Sets the maximum number of VMs that can attach to the disk at the same time.Disk.DefinitionStages.WithIopsThroughput.withMBpsReadOnly(long diskMBpsReadOnly) Sets the total throughput (MBps) allowed across all VMs mounting this shared disk as read-only.Disk.DefinitionStages.WithIopsThroughput.withMBpsReadWrite(long diskMBpsReadWrite) Sets the throughput (MBps) allowed for this disk.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.