你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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