次の方法で共有


GroupCreateParameters.Type プロパティ

定義

グループの種類を取得または設定します。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象