你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureEndpointsCommunicator Class

Definition

This class is responsible for all the REST communication with the management libraries

public class AzureEndpointsCommunicator
type AzureEndpointsCommunicator = class
Public Class AzureEndpointsCommunicator
Inheritance
AzureEndpointsCommunicator

Constructors

AzureEndpointsCommunicator(IAzureContext)

Default Constructor.

Properties

Context

Gets or sets the Azure profile

Methods

DeployArmTemplate(String, String, Deployment)

Deploys an ARM template at resource group level

GetStorageKeys(String, String)

Gets the storage keys for the given storage account.

GetStorageKeys(String)
GetStorageKeysAsync(String, String)

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

GetStorageResourceGroup(String)

Returns the resource group of the provided storage account

GetStorageV2Client(IAzureContext)

Lazy creation of a single instance of a storage client

Applies to