Sdílet prostřednictvím


ResourceManagerSdkClient.ParseResourceIds(String[]) Method

Definition

Parses an array of resource ids to extract the resource group name

public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier[] ParseResourceIds (string[] resourceIds);
member this.ParseResourceIds : string[] -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier[]
Public Function ParseResourceIds (resourceIds As String()) As ResourceIdentifier()

Parameters

resourceIds
String[]

An array of resource ids

Returns

Applies to