OrchestratorIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. OrchestratorIdentity
- com.
Implements
public final class OrchestratorIdentity
implements JsonSerializable<OrchestratorIdentity>
The OrchestratorIdentity model.
Constructor Summary
| Constructor | Description |
|---|---|
| OrchestratorIdentity() |
Creates an instance of Orchestrator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orchestrator |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestrator |
| String |
principalId()
Get the principal |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Resource |
type()
Get the type property: The type of identity used for orchestrator cluster. |
| void |
validate()
Validates the instance. |
|
Orchestrator |
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
fromJson
public static OrchestratorIdentity fromJson(JsonReader jsonReader)
Reads an instance of OrchestratorIdentity from the JsonReader.
Parameters:
Returns:
Throws:
principalId
public String principalId()
Get the principalId property: The principal id of the system assigned identity which is used by orchestrator.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant id of the system assigned identity which is used by orchestrator.
Returns:
toJson
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:
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:
Returns: