C# 클래스 Microsoft.Azure.Commands.Sql.Common.AzureEndpointsCommunicator

This class is responsible for all the REST communication with the management libraries
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentResourcesClient Microsoft.Azure.Management.Resources.ResourceManagementClient
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient
GetCurrentStorageClient Microsoft.WindowsAzure.Management.Storage.StorageManagementClient
GetCurrentStorageV2Client Microsoft.Azure.Management.Storage.StorageManagementClient
GetV2Keys string>.Dictionary

공개 메소드들

메소드 설명
AzureEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Default Constructor.

GetStorageKeys ( string storageName ) : string>.Dictionary
GetStorageKeys ( string resourceGroupName, string storageAccountName ) : string>.Dictionary

Gets the storage keys for the given storage account.

GetStorageKeysAsync ( string resourceGroupName, string storageAccountName ) : string>>.Task

Provides the storage keys for the storage account within the given resource group

GetStorageResourceGroup ( string storageAccountName ) : string

Returns the resource group of the provided storage account

비공개 메소드들

메소드 설명
GetCurrentResourcesClient ( AzureContext context ) : Microsoft.Azure.Management.Resources.ResourceManagementClient

Lazy creation of a single instance of a resoures client

GetCurrentSqlClient ( String clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

GetCurrentStorageClient ( AzureContext context ) : Microsoft.WindowsAzure.Management.Storage.StorageManagementClient

Lazy creation of a single instance of a storage client

GetCurrentStorageV2Client ( AzureContext context ) : Microsoft.Azure.Management.Storage.StorageManagementClient

Lazy creation of a single instance of a storage client

GetV2Keys ( string resourceGroupName, string storageAccountName ) : string>.Dictionary

메소드 상세

AzureEndpointsCommunicator() 공개 메소드

Default Constructor.
public AzureEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The Azure context
리턴 Microsoft.Azure.Commands.Common.Authentication

GetStorageKeys() 공개 메소드

public GetStorageKeys ( string storageName ) : string>.Dictionary
storageName string
리턴 string>.Dictionary

GetStorageKeys() 공개 메소드

Gets the storage keys for the given storage account.
public GetStorageKeys ( string resourceGroupName, string storageAccountName ) : string>.Dictionary
resourceGroupName string
storageAccountName string
리턴 string>.Dictionary

GetStorageKeysAsync() 공개 메소드

Provides the storage keys for the storage account within the given resource group
public GetStorageKeysAsync ( string resourceGroupName, string storageAccountName ) : string>>.Task
resourceGroupName string
storageAccountName string
리턴 string>>.Task

GetStorageResourceGroup() 공개 메소드

Returns the resource group of the provided storage account
public GetStorageResourceGroup ( string storageAccountName ) : string
storageAccountName string
리턴 string