CustomLocationFindTargetResourceGroupResult interface
The Find Target Resource Group operation response.
Properties
| matched |
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. |
| target |
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. |
Property Details
matchedResourceSyncRule
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.
matchedResourceSyncRule?: string
Property Value
string
targetResourceGroup
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.
targetResourceGroup?: string
Property Value
string