메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | string |
public GetEndpointAsUri ( |
||
endpoint | ||
리턴 |
public GetEndpointSuffix ( |
||
endpointSuffix | ||
리턴 | string |
public GetManagementPortalUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
리턴 | string |
public GetPublishSettingsFileUrlWithRealm ( string realm = null ) : string | ||
realm | string | Realm for user's account |
리턴 | string |
public GetStorageBlobEndpoint ( string accountName, bool useHttps = true ) : |
||
accountName | string | The account name |
useHttps | bool | Use Https when creating the URI. Defaults to true. |
리턴 |
public GetStorageFileEndpoint ( 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 GetTokenAudience ( |
||
targetEndpoint | ||
리턴 | AzureEnvironment.Endpoint |
public IsEndpointSet ( |
||
endpoint | ||
리턴 | bool |
public IsEndpointSetToValue ( |
||
endpoint | ||
url | string | |
리턴 | bool |