GroupUpdateParameters.Type Property

Definition

Gets or sets group type. Possible values include: 'custom', 'system', 'external'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.type")]
public Microsoft.Azure.Management.ApiManagement.Models.GroupType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ApiManagement.Models.GroupType> with get, set
Public Property Type As Nullable(Of GroupType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to