次の方法で共有


ProductUpdateParameters.State プロパティ

定義

製品が公開されているかどうかを取得または設定します。 公開された製品は、開発者ポータルのユーザーが検出できます。 公開されていない製品は、管理者にのみ表示されます。 Product の既定の状態は発行されません。 指定できる値は、'notPublished'、'published' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.ApiManagement.Models.ProductState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Nullable<Microsoft.Azure.Management.ApiManagement.Models.ProductState> with get, set
Public Property State As Nullable(Of ProductState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象