C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.WindowsAzureEnvironment

파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
AddAccount ( ITokenProvider tokenProvider ) : IEnumerable
GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : Uri

Gets the endpoint for storage blob.

GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : Uri

Gets the endpoint for storage queue.

GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : Uri

Gets the endpoint for storage table.

ManagementPortalUrlWithRealm ( string realm = null ) : string

Gets the management portal URI with a particular realm suffix if supplied

PublishSettingsFileUrlWithRealm ( string realm = null ) : string

Get the publish settings file download url with a realm suffix if needed.

비공개 메소드들

메소드 설명
AddRealm ( string baseUrl, string realm ) : string
EndpointFormatFor ( string service ) : string

메소드 상세

AddAccount() 공개 메소드

public AddAccount ( ITokenProvider tokenProvider ) : IEnumerable
tokenProvider ITokenProvider
리턴 IEnumerable

GetStorageBlobEndpoint() 공개 메소드

Gets the endpoint for storage blob.
public GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : Uri
accountName string The account name
useHttps bool Use Https when creating the URI. Defaults to true.
리턴 System.Uri

GetStorageQueueEndpoint() 공개 메소드

Gets the endpoint for storage queue.
public GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : Uri
accountName string The account name
useHttps bool Use Https when creating the URI. Defaults to true.
리턴 System.Uri

GetStorageTableEndpoint() 공개 메소드

Gets the endpoint for storage table.
public GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : Uri
accountName string The account name
useHttps bool Use Https when creating the URI. Defaults to true.
리턴 System.Uri

ManagementPortalUrlWithRealm() 공개 메소드

Gets the management portal URI with a particular realm suffix if supplied
public ManagementPortalUrlWithRealm ( string realm = null ) : string
realm string Realm for user's account
리턴 string

PublishSettingsFileUrlWithRealm() 공개 메소드

Get the publish settings file download url with a realm suffix if needed.
public PublishSettingsFileUrlWithRealm ( string realm = null ) : string
realm string Realm for user's account
리턴 string