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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
targetResourceGroup?: string
Property Value
string
Azure SDK for JavaScript