DeploymentGetResponse.ExtendedProperties Property

 

Gets or sets a collection of properties that are added to the deployment of a cloud service.

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

Public Property ExtendedProperties As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary(Of String, String)

A collection of properties.

Each property must have a name and value. You can add a maximum of 25 properties. The maximum length of the name is 64 alphanumeric and underscore characters, and the name must start with a letter.

Return to top
Show: