Method | Description | |
---|---|---|
AzureEnvironment ( ) : System | ||
GetEndpoint ( |
||
GetEndpointAsUri ( |
||
GetEndpointSuffix ( |
||
GetManagementPortalUrlWithRealm ( string realm = null ) : string |
Gets the management portal URI with a particular realm suffix if supplied
|
|
GetPublishSettingsFileUrlWithRealm ( string realm = null ) : string |
Get the publish settings file download url with a realm suffix if needed.
|
|
GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage blob.
|
|
GetStorageFileEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage file.
|
|
GetStorageQueueEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage queue.
|
|
GetStorageTableEndpoint ( string accountName, bool useHttps = true ) : |
Gets the endpoint for storage table.
|
|
GetTokenAudience ( |
||
IsEndpointSet ( |
||
IsEndpointSetToValue ( |
Method | Description | |
---|---|---|
EndpointFormatFor ( string service ) : string | ||
StorageBlobEndpointFormat ( ) : string |
The storage service blob endpoint format.
|
|
StorageFileEndpointFormat ( ) : string |
The storage service file endpoint format.
|
|
StorageQueueEndpointFormat ( ) : string |
The storage service queue endpoint format.
|
|
StorageTableEndpointFormat ( ) : string |
The storage service table endpoint format.
|
public GetEndpoint ( |
||
endpoint | ||
return | string |
public GetEndpointAsUri ( |
||
endpoint | ||
return |
public GetEndpointSuffix ( |
||
endpointSuffix | ||
return | string |
public GetManagementPortalUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
return | string |
public GetPublishSettingsFileUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
return | string |
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 GetStorageFileEndpoint ( 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 GetTokenAudience ( |
||
targetEndpoint | ||
return | AzureEnvironment.Endpoint |
public IsEndpointSet ( |
||
endpoint | ||
return | bool |
public IsEndpointSetToValue ( |
||
endpoint | ||
url | string | |
return | bool |