PSBlobServiceProperties.GetStorageAccountNameFromResourceId(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.
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