Class OrchestratorResourceUpdateParameters

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

public final class OrchestratorResourceUpdateParameters extends Object
Parameters for updating a resource.
  • Constructor Details

    • OrchestratorResourceUpdateParameters

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

    • tags

      public Map<String,String> tags()
      Get the tags property: The resource tags.
      Returns:
      the tags value.
    • withTags

      Set the tags property: The resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the OrchestratorResourceUpdateParameters object itself.
    • validate

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