DeploymentUpgradeParameters.ExtensionConfiguration Property

 

Gets or sets an ExtensionConfiguration object that defines the extension that is added to the cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public ExtensionConfiguration ExtensionConfiguration { get; set; }

In Microsoft Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service.

Return to top
Show: