Interface Disk.DefinitionStages
-
- Enclosing interface:
- Disk
public static interface Disk.DefinitionStagesGrouping of managed disk definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDisk.DefinitionStages.BlankThe first stage of a managed disk definition.static interfaceDisk.DefinitionStages.WithAvailabilityZoneThe stage of the managed disk definition allowing to specify availability zone.static interfaceDisk.DefinitionStages.WithCreateThe 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.static interfaceDisk.DefinitionStages.WithCreateAndSizeThe stage of the managed disk definition allowing to create the disk or optionally specify size.static interfaceDisk.DefinitionStages.WithDataThe stage of the managed disk definition that specifies it hold data.static interfaceDisk.DefinitionStages.WithDataDiskFromDiskThe stage of the managed disk definition allowing to choose managed disk containing data.static interfaceDisk.DefinitionStages.WithDataDiskFromImageThe stage of the managed disk definition allowing to choose source data disk image.static interfaceDisk.DefinitionStages.WithDataDiskFromSnapshotThe stage of the managed disk definition allowing to choose managed snapshot containing data.static interfaceDisk.DefinitionStages.WithDataDiskFromUploadThe stage of the managed disk definition allowing to create disk from upload.static interfaceDisk.DefinitionStages.WithDataDiskFromVhdThe stage of the managed disk definition allowing to choose source data disk VHD.static interfaceDisk.DefinitionStages.WithDataDiskSourceThe stage of the managed disk definition allowing to choose data source.static interfaceDisk.DefinitionStages.WithDiskEncryptionThe stage of the managed disk definition allowing to configure disk encryption.static interfaceDisk.DefinitionStages.WithDiskSourceThe stage of a managed disk definition allowing to choose OS source or data source.static interfaceDisk.DefinitionStages.WithGroupThe stage of a managed disk definition allowing to specify the resource group.static interfaceDisk.DefinitionStages.WithLinuxDiskSourceThe stage of the managed disk definition allowing to choose Linux OS source.static interfaceDisk.DefinitionStages.WithOSDiskFromImageThe stage of the managed disk definition allowing to choose source operating system image.static interfaceDisk.DefinitionStages.WithSkuThe stage of the managed disk definition allowing to choose account type.static interfaceDisk.DefinitionStages.WithStorageAccountThe stage of the managed disk definition allowing to specify storage account that contains disk information.static interfaceDisk.DefinitionStages.WithWindowsDiskSourceThe stage of a managed disk definition allowing to choose a Windows OS source.
-