Share via


DeploymentCreateParameters.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)

Usage

'Usage
Dim instance As DeploymentCreateParameters
Dim value As ExtensionConfiguration

value = instance.ExtensionConfiguration

instance.ExtensionConfiguration = value

Syntax

'Declaration
Public Property ExtensionConfiguration As ExtensionConfiguration
public ExtensionConfiguration ExtensionConfiguration { get; set; }
public:
property ExtensionConfiguration^ ExtensionConfiguration {
    ExtensionConfiguration^ get ();
    void set (ExtensionConfiguration^ value);
}
/** @property */
public ExtensionConfiguration get_ExtensionConfiguration ()

/** @property */
public void set_ExtensionConfiguration (ExtensionConfiguration value)
public function get ExtensionConfiguration () : ExtensionConfiguration

public function set ExtensionConfiguration (value : ExtensionConfiguration)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentCreateParameters Class
DeploymentCreateParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace