Interface CustomLocationFindTargetResourceGroupResult


public interface CustomLocationFindTargetResourceGroupResult
An immutable client-side representation of CustomLocationFindTargetResourceGroupResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.extendedlocation.fluent.models.CustomLocationFindTargetResourceGroupResultInner object.
    Gets 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.
    Gets the targetResourceGroup property: The target resource group of matching resource sync rule.
  • Method Details

    • matchedResourceSyncRule

      String matchedResourceSyncRule()
      Gets 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

      String targetResourceGroup()
      Gets 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.
    • innerModel

      Gets the inner com.azure.resourcemanager.extendedlocation.fluent.models.CustomLocationFindTargetResourceGroupResultInner object.
      Returns:
      the inner object.