Class CustomLocationFindTargetResourceGroupProperties

java.lang.Object
com.azure.resourcemanager.extendedlocation.models.CustomLocationFindTargetResourceGroupProperties

public final class CustomLocationFindTargetResourceGroupProperties extends Object
The Find Target Resource Group operation request.
  • Constructor Details

    • CustomLocationFindTargetResourceGroupProperties

      public CustomLocationFindTargetResourceGroupProperties()
  • Method Details

    • labels

      public Map<String,String> labels()
      Get the labels property: Labels of the custom resource, this is a map of {key,value} pairs.
      Returns:
      the labels value.
    • withLabels

      Set the labels property: Labels of the custom resource, this is a map of {key,value} pairs.
      Parameters:
      labels - the labels value to set.
      Returns:
      the CustomLocationFindTargetResourceGroupProperties object itself.
    • validate

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