UserAssignedIdentity Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.UserAssignedIdentity

public class UserAssignedIdentity

The user assigned Identity.

Constructor Summary

Constructor Description
UserAssignedIdentity()

Method Summary

Modifier and Type Method and Description
String clientId()

Get the client id of the user assigned identity.

String principalId()

Get the principal id of the user assigned identity.

String resourceId()

Get the ARM resource id of the user assigned identity.

UserAssignedIdentity withResourceId(String resourceId)

Set the ARM resource id of the user assigned identity.

Methods inherited from java.lang.Object

Constructor Details

UserAssignedIdentity

public UserAssignedIdentity()

Method Details

clientId

public String clientId()

Get the client id of the user assigned identity.

Returns:

the clientId value

principalId

public String principalId()

Get the principal id of the user assigned identity.

Returns:

the principalId value

resourceId

public String resourceId()

Get the ARM resource id of the user assigned identity.

Returns:

the resourceId value

withResourceId

public UserAssignedIdentity withResourceId(String resourceId)

Set the ARM resource id of the user assigned identity.

Parameters:

resourceId - the resourceId value to set

Returns:

the UserAssignedIdentity object itself.

Applies to