C# Class Microsoft.Azure.Commands.Management.Storage.Models.ARMStorageService

Inheritance: IStorageService
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ARMStorageService ( Azure account ) : Microsoft.WindowsAzure.Commands.Common.Storage
GetUri ( string uriString ) : Uri
ParseResourceGroupFromId ( string resourceId ) : string

Get the resource group name from a storage account resource Id

Method Details

ARMStorageService() public method

public ARMStorageService ( Azure account ) : Microsoft.WindowsAzure.Commands.Common.Storage
account Azure
return Microsoft.WindowsAzure.Commands.Common.Storage

GetUri() public static method

public static GetUri ( string uriString ) : Uri
uriString string
return System.Uri

ParseResourceGroupFromId() public static method

Get the resource group name from a storage account resource Id
public static ParseResourceGroupFromId ( string resourceId ) : string
resourceId string The resource Id for the storage account
return string