public class VirtualMachineScaleSetIdentity extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the principalId value.
|
String |
tenantId()
Get the tenantId value.
|
ResourceIdentityType |
type()
Get the type value.
|
VirtualMachineScaleSetIdentity |
withType(ResourceIdentityType type)
Set the type value.
|
public String principalId()
public String tenantId()
public ResourceIdentityType type()
public VirtualMachineScaleSetIdentity withType(ResourceIdentityType type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/