ComputeNodeIdentityReference Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.ComputeNodeIdentityReference

public class ComputeNodeIdentityReference

The reference to a user assigned identity associated with the Batch pool which a compute node will use.

Constructor Summary

Constructor Description
ComputeNodeIdentityReference()

Method Summary

Modifier and Type Method and Description
java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ComputeNodeIdentityReference

public ComputeNodeIdentityReference()

Method Details

resourceId

public String resourceId()

Get the ARM resource id of the user assigned identity.

Returns:

the resourceId value

withResourceId

public ComputeNodeIdentityReference withResourceId(String resourceId)

Set the ARM resource id of the user assigned identity.

Parameters:

resourceId - the resourceId value to set

Returns:

the ComputeNodeIdentityReference object itself.

Applies to