Dela via


DeploymentChangeConfigurationParameters.ExtensionConfiguration Property

Definition

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