Share via


ServiceResourceProperties.InstanceSize Property

Definition

Gets or sets instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

[Newtonsoft.Json.JsonProperty(PropertyName="instanceSize")]
public string InstanceSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instanceSize")>]
member this.InstanceSize : string with get, set
Public Property InstanceSize As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to