Class OrchestratorResource

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Direct Known Subclasses:
OrchestratorInner

public class OrchestratorResource extends com.azure.core.management.Resource
Represents an instance of a resource.
  • Constructor Details

    • OrchestratorResource

      public OrchestratorResource()
      Creates an instance of OrchestratorResource class.
  • Method Details

    • kind

      public OrchestratorKind kind()
      Get the kind property: The kind of workbook. Choices are user and shared.
      Returns:
      the kind value.
    • withKind

      public OrchestratorResource withKind(OrchestratorKind kind)
      Set the kind property: The kind of workbook. Choices are user and shared.
      Parameters:
      kind - the kind value to set.
      Returns:
      the OrchestratorResource object itself.
    • identity

      public OrchestratorIdentity identity()
      Get the identity property: The identity of the orchestrator.
      Returns:
      the identity value.
    • withIdentity

      public OrchestratorResource withIdentity(OrchestratorIdentity identity)
      Set the identity property: The identity of the orchestrator.
      Parameters:
      identity - the identity value to set.
      Returns:
      the OrchestratorResource object itself.
    • withLocation

      public OrchestratorResource withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public OrchestratorResource withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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