public static interface Disk.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Disk.DefinitionStages.Blank
The first stage of a managed disk definition.
|
static interface |
Disk.DefinitionStages.WithAvailabilityZone
The stage of the managed disk definition allowing to specify availability zone.
|
static interface |
Disk.DefinitionStages.WithCreate
The 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 interface |
Disk.DefinitionStages.WithCreateAndSize
The stage of the managed disk definition allowing to create the disk or optionally specify size.
|
static interface |
Disk.DefinitionStages.WithData
The stage of the managed disk definition that specifies it hold data.
|
static interface |
Disk.DefinitionStages.WithDataDiskFromDisk
The stage of the managed disk definition allowing to choose managed disk containing data.
|
static interface |
Disk.DefinitionStages.WithDataDiskFromImage
The stage of the managed disk definition allowing to choose source data disk image.
|
static interface |
Disk.DefinitionStages.WithDataDiskFromSnapshot
The stage of the managed disk definition allowing to choose managed snapshot containing data.
|
static interface |
Disk.DefinitionStages.WithDataDiskFromVhd
The stage of the managed disk definition allowing to choose source data disk VHD.
|
static interface |
Disk.DefinitionStages.WithDataDiskSource
The stage of the managed disk definition allowing to choose data source.
|
static interface |
Disk.DefinitionStages.WithDiskSource
The stage of a managed disk definition allowing to choose OS source or data source.
|
static interface |
Disk.DefinitionStages.WithGroup
The stage of a managed disk definition allowing to specify the resource group.
|
static interface |
Disk.DefinitionStages.WithLinuxDiskSource
The stage of the managed disk definition allowing to choose Linux OS source.
|
static interface |
Disk.DefinitionStages.WithOSDiskFromImage
The stage of the managed disk definition allowing to choose source operating system image.
|
static interface |
Disk.DefinitionStages.WithSku
The stage of the managed disk definition allowing to choose account type.
|
static interface |
Disk.DefinitionStages.WithWindowsDiskSource
The stage of a managed disk definition allowing to choose a Windows OS source.
|
Copyright © 2019. All rights reserved.