Condividi tramite


RolloutPropertiesModel.Services Property

Definition

Gets the detailed information on the services being deployed.

[Newtonsoft.Json.JsonProperty(PropertyName="services")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> Services { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="services")>]
member this.Services : System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service>
Public ReadOnly Property Services As IList(Of Service)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to