@Beta(value=V1_2_0)
public static interface VirtualMachine.DefinitionStages.WithManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithRoleAndScopeOrCreate |
withManagedServiceIdentity()
Specifies that Managed Service Identity needs to be enabled in the virtual machine.
|
VirtualMachine.DefinitionStages.WithRoleAndScopeOrCreate |
withManagedServiceIdentity(int tokenPort)
Specifies that Managed Service Identity needs to be enabled in the virtual machine.
|
@Beta(value=V1_2_0) VirtualMachine.DefinitionStages.WithRoleAndScopeOrCreate withManagedServiceIdentity()
@Beta(value=V1_2_0) VirtualMachine.DefinitionStages.WithRoleAndScopeOrCreate withManagedServiceIdentity(int tokenPort)
tokenPort - the port on the virtual machine where access token is available/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/