OrchestratorInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. delegatednetwork. models. OrchestratorResource - com.
azure. resourcemanager. delegatednetwork. fluent. models. OrchestratorInner
- com.
- com.
- com.
- com.
public final class OrchestratorInner
extends OrchestratorResource
Represents an instance of a orchestrator.
Constructor Summary
| Constructor | Description |
|---|---|
| OrchestratorInner() |
Creates an instance of Orchestrator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orchestrator |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestrator |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Orchestrator |
properties()
Get the properties property: Properties of the provision operation request. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Orchestrator |
withIdentity(OrchestratorIdentity identity)
Set the identity property: The identity of the orchestrator. |
|
Orchestrator |
withKind(OrchestratorKind kind)
Set the kind property: The kind of workbook. |
|
Orchestrator |
withLocation(String location) |
|
Orchestrator |
withProperties(OrchestratorResourceProperties properties)
Set the properties property: Properties of the provision operation request. |
|
Orchestrator |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from OrchestratorResource
Methods inherited from java.lang.Object
Constructor Details
OrchestratorInner
public OrchestratorInner()
Creates an instance of OrchestratorInner class.
Method Details
fromJson
public static OrchestratorInner fromJson(JsonReader jsonReader)
Reads an instance of OrchestratorInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
OrchestratorInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
OrchestratorInner.name()Returns:
properties
public OrchestratorResourceProperties properties()
Get the properties property: Properties of the provision operation request.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
OrchestratorInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
OrchestratorInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
OrchestratorInner.validate()withIdentity
public OrchestratorInner withIdentity(OrchestratorIdentity identity)
Set the identity property: The identity of the orchestrator.
Overrides:
OrchestratorInner.withIdentity(OrchestratorIdentity identity)Parameters:
withKind
public OrchestratorInner withKind(OrchestratorKind kind)
Set the kind property: The kind of workbook. Choices are user and shared.
Overrides:
OrchestratorInner.withKind(OrchestratorKind kind)Parameters:
withLocation
public OrchestratorInner withLocation(String location)
Overrides:
OrchestratorInner.withLocation(String location)Parameters:
withProperties
public OrchestratorInner withProperties(OrchestratorResourceProperties properties)
Set the properties property: Properties of the provision operation request.
Parameters:
Returns:
withTags
public OrchestratorInner withTags(Map<String,String> tags)
Overrides:
OrchestratorInner.withTags(Map<String,String> tags)Parameters: