DeploymentGetResponse.ExtendedProperties Property

Definition

Optional. Represents the name of an extended cloud service property. Each extended property must have a defined name and a value. You can have a maximum of 50 extended property name and value pairs. The maximum length of the name element is 64 characters, only alphanumeric characters and underscores are valid in the name, and it must start with a letter. Attempting to use other characters, starting with a non-letter character, or entering a name that is identical to that of another extended property owned by the same service will result in a status code 400 (Bad Request) error. Each extended property value has a maximum length of 255 characters.

public System.Collections.Generic.IDictionary<string,string> ExtendedProperties { get; set; }
member this.ExtendedProperties : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ExtendedProperties As IDictionary(Of String, String)

Property Value

Applies to