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