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

PSBlobServiceProperties.GetStorageAccountNameFromResourceId(String) Method

Definition

Get Storage Account Name from Storage Account Resource Id or a storage account child resource Id (e.g. BlobServiceProperties ResourceId)

public static string GetStorageAccountNameFromResourceId (string ResourceId);
static member GetStorageAccountNameFromResourceId : string -> string
Public Shared Function GetStorageAccountNameFromResourceId (ResourceId As String) As String

Parameters

ResourceId
String

Storage Account Resource Id or a storage account child resource Id (e.g. BlobServiceProperties ResourceId)

Returns

Storage Account Name

Applies to