Class ManagedRGConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.ManagedRGConfiguration

public final class ManagedRGConfiguration extends Object
Managed resource group configuration.
  • Constructor Details

    • ManagedRGConfiguration

      public ManagedRGConfiguration()
  • Method Details

    • name

      public String name()
      Get the name property: Managed resource group name.
      Returns:
      the name value.
    • withName

      public ManagedRGConfiguration withName(String name)
      Set the name property: Managed resource group name.
      Parameters:
      name - the name value to set.
      Returns:
      the ManagedRGConfiguration object itself.
    • validate

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