ResourceIdHelper.GetRootScope(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the segments of a resource ID that occur before a given fully qualified resource type. E.g. "/subscriptions/{subId}" for an input of "/subscriptions/{subId}/Microsoft.PolicyInsights/remediations/foo".
public static string GetRootScope (string resourceId, string fullyQualifiedResourceType);
static member GetRootScope : string * string -> string
Public Shared Function GetRootScope (resourceId As String, fullyQualifiedResourceType As String) As String
Parameters
- resourceId
- String
The full resource ID.
- fullyQualifiedResourceType
- String
A fully qualified resource type (i.e. "Microsoft.PolicyInsights/remediations".