OrchestratorIdentity Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity

public class OrchestratorIdentity

The OrchestratorIdentity model.

Constructor Summary

Constructor Description
OrchestratorIdentity()

Creates an instance of OrchestratorIdentity class.

Method Summary

Modifier and Type Method and Description
String principalId()

Get the principalId property: The principal id of the system assigned identity which is used by orchestrator.

String tenantId()

Get the tenantId property: The tenant id of the system assigned identity which is used by orchestrator.

ResourceIdentityType type()

Get the type property: The type of identity used for orchestrator cluster.

void validate()

Validates the instance.

OrchestratorIdentity withType(ResourceIdentityType type)

Set the type property: The type of identity used for orchestrator cluster.

Methods inherited from java.lang.Object

Constructor Details

OrchestratorIdentity

public OrchestratorIdentity()

Creates an instance of OrchestratorIdentity class.

Method Details

principalId

public String principalId()

Get the principalId property: The principal id of the system assigned identity which is used by orchestrator.

Returns:

the principalId value.

tenantId

public String tenantId()

Get the tenantId property: The tenant id of the system assigned identity which is used by orchestrator.

Returns:

the tenantId value.

type

public ResourceIdentityType type()

Get the type property: The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public OrchestratorIdentity withType(ResourceIdentityType type)

Set the type property: The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters.

Parameters:

type - the type value to set.

Returns:

the OrchestratorIdentity object itself.

Applies to