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)
Syntax
public ExtensionConfiguration ExtensionConfiguration { get; set; }
public:
property ExtensionConfiguration^ ExtensionConfiguration {
ExtensionConfiguration^ get();
void set(ExtensionConfiguration^ value);
}
member ExtensionConfiguration : ExtensionConfiguration with get, set
Public Property ExtensionConfiguration As ExtensionConfiguration
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration
An ExtensionConfiguration object.
Remarks
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.
See Also
DeploymentUpgradeParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top