Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
AddRealm ( string baseUrl, string realm ) : string | ||
EndpointFormatFor ( string service ) : string |
public AddAccount ( ITokenProvider tokenProvider ) : IEnumerable |
||
tokenProvider | ITokenProvider | |
return | IEnumerable |
public GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
return |
public GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
return |
public GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
return |
public ManagementPortalUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
return | string |
public PublishSettingsFileUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
return | string |