@Beta(value=V1_2_0)
public static interface VirtualMachine.UpdateStages.WithManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.UpdateStages.WithRoleAndScopeOrUpdate |
withManagedServiceIdentity()
Specifies that Managed Service Identity needs to be enabled in the virtual machine.
|
VirtualMachine.UpdateStages.WithRoleAndScopeOrUpdate |
withManagedServiceIdentity(int tokenPort)
Specifies that Managed Service Identity needs to be enabled in the virtual machine.
|
@Beta(value=V1_2_0) VirtualMachine.UpdateStages.WithRoleAndScopeOrUpdate withManagedServiceIdentity()
@Beta(value=V1_2_0) VirtualMachine.UpdateStages.WithRoleAndScopeOrUpdate 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.
*/