public static interface VirtualMachine.UpdateStages
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachine.UpdateStages.WithBootDiagnostics
The stage of the virtual machine definition allowing to enable boot diagnostics.
|
static interface |
VirtualMachine.UpdateStages.WithExtension
The stage of a virtual machine update allowing to specify extensions.
|
static interface |
VirtualMachine.UpdateStages.WithLicenseType
The stage of the virtual machine update allowing to specify that the image or disk that is being used was licensed
on-premises.
|
static interface |
VirtualMachine.UpdateStages.WithManagedDataDisk
The stage of a virtual machine update allowing to specify a managed data disk.
|
static interface |
VirtualMachine.UpdateStages.WithProximityPlacementGroup
The stage of a virtual machine update allowing to
set/remove information about the proximity placement group that the virtual machine scale set should
be assigned to.
|
static interface |
VirtualMachine.UpdateStages.WithSecondaryNetworkInterface
The stage of a virtual machine update allowing to specify additional network interfaces.
|
static interface |
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
The stage of the System Assigned (Local) Managed Service Identity enabled virtual machine allowing
to set access role for the identity.
|
static interface |
VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentity
The stage of the virtual machine update allowing to enable System Assigned (Local) Managed Service Identity.
|
static interface |
VirtualMachine.UpdateStages.WithUnmanagedDataDisk
The stage of a virtual machine definition allowing to specify unmanaged data disk configuration.
|
static interface |
VirtualMachine.UpdateStages.WithUserAssignedManagedServiceIdentity
The stage of the virtual machine update allowing to add or remove User Assigned (External) Managed Service Identities.
|
Copyright © 2019. All rights reserved.