Class CustomLocationFindTargetResourceGroupResultInner

java.lang.Object
com.azure.resourcemanager.extendedlocation.fluent.models.CustomLocationFindTargetResourceGroupResultInner

public final class CustomLocationFindTargetResourceGroupResultInner extends Object
The Find Target Resource Group operation response.
  • Constructor Details

    • CustomLocationFindTargetResourceGroupResultInner

      public CustomLocationFindTargetResourceGroupResultInner()
  • Method Details

    • matchedResourceSyncRule

      public String matchedResourceSyncRule()
      Get the matchedResourceSyncRule property: The matching resource sync rule is the particular resource sync rule that matched the match expressions and labels and had lowest priority. This is the rule responsible for mapping the target resource to the target resource group.
      Returns:
      the matchedResourceSyncRule value.
    • targetResourceGroup

      public String targetResourceGroup()
      Get the targetResourceGroup property: The target resource group of matching resource sync rule. The labels from the request will be used to find out matching resource sync rule against the selector property of the resource sync rule. The one with highest priority will be returned if there are multiple matching rules.
      Returns:
      the targetResourceGroup value.
    • validate

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