AzureEndpointsCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |