C# 클래스 Microsoft.Azure.Commands.Management.Storage.Models.ARMStorageService

상속: IStorageService
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ARMStorageService() 공개 메소드

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

GetUri() 공개 정적인 메소드

public static GetUri ( string uriString ) : Uri
uriString string
리턴 System.Uri

ParseResourceGroupFromId() 공개 정적인 메소드

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
리턴 string