public class ComputeNodeIdentityReference extends Object
| Constructor and Description |
|---|
ComputeNodeIdentityReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceId()
Get the ARM resource id of the user assigned identity.
|
ComputeNodeIdentityReference |
withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity.
|
public String resourceId()
public ComputeNodeIdentityReference withResourceId(String resourceId)
resourceId - the resourceId 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.
*/