메소드 | 설명 | |
---|---|---|
AddAccount ( ITokenProvider tokenProvider ) : IEnumerable |
||
GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage blob.
|
|
GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage queue.
|
|
GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : |
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 |
public AddAccount ( ITokenProvider tokenProvider ) : IEnumerable |
||
tokenProvider | ITokenProvider | |
리턴 | IEnumerable |
public GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
리턴 |
public GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
리턴 |
public GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
리턴 |
public ManagementPortalUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
리턴 | string |
public PublishSettingsFileUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
리턴 | string |