Compartir a través de


GroupUpdateParameters.Type Propiedad

Definición

Obtiene o establece el tipo de grupo. Entre los valores posibles se incluyen: '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a