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.WithManagedDataDisk
The stage of a virtual machine update allowing to specify a managed data disk.
|
static interface |
VirtualMachine.UpdateStages.WithManagedServiceIdentity
The stage of the virtual machine update allowing to enable Managed Service Identity.
|
static interface |
VirtualMachine.UpdateStages.WithRoleAndScopeOrUpdate
The stage of the Managed Service Identity enabled virtual machine allowing to set role
assignment for a scope.
|
static interface |
VirtualMachine.UpdateStages.WithSecondaryNetworkInterface
The stage of a virtual machine update allowing to specify additional network interfaces.
|
static interface |
VirtualMachine.UpdateStages.WithUnmanagedDataDisk
The stage of a virtual machine definition allowing to specify unmanaged data disk configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/