Class OrchestratorIdentity

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

public class OrchestratorIdentity extends Object
The OrchestratorIdentity model.
  • 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.
    • withType

      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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.