次の方法で共有


CustomAllocationDefinition.ApiVersion プロパティ

定義

カスタム割り当て要求で送信されるプロビジョニング サービスの種類 (IndividualEnrollment など) の API バージョン。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象