Condividi tramite


Service.ServiceUnits Property

Definition

Gets or sets the detailed information about the units that make up the service.

[Newtonsoft.Json.JsonProperty(PropertyName="serviceUnits")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit> ServiceUnits { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceUnits")>]
member this.ServiceUnits : System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit> with get, set
Public Property ServiceUnits As IList(Of ServiceUnit)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to