次の方法で共有


ApiTagResourceContractProperties.Path プロパティ

定義

この API と、API Management サービス インスタンス内のすべてのリソース パスを一意に識別する相対 URL を取得または設定します。 この API のパブリック URL を作成するために、サービス インスタンスの作成時に指定された API エンドポイントのベース URL に追加されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象