次の方法で共有


ResponseMessageEnvelopeRemotePrivateEndpointConnection.Id プロパティ

定義

リソース ID を取得または設定します。通常、ID は GET 要求への応答に対してのみ設定されます。 呼び出し元は、GET 要求に対してのみこの値を渡す必要があります。 例: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象