Share via


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