DeploymentChangeConfigurationParameters.ExtensionConfiguration Property
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.
Optional. Represents an extension that is added to the cloud service. In 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. You must add an extension to the cloud service by using Add Extension before it can be added to the deployment.
public Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration ExtensionConfiguration { get; set; }
member this.ExtensionConfiguration : Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration with get, set
Public Property ExtensionConfiguration As ExtensionConfiguration
Property Value
Applies to
Azure SDK for .NET