Sdílet prostřednictvím


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)
GetStorageKeys(String, String)

Gets the storage keys for the given storage account.

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