Freigeben über


ProductUpdateParameters.State Eigenschaft

Definition

Ruft ab oder legt fest, ob das Produkt veröffentlicht wird oder nicht. Veröffentlichte Produkte können von Benutzern des Entwicklerportals auffindbar sein. Nicht veröffentlichte Produkte sind nur für Administratoren sichtbar. Der Standardstatus des Produkts ist nichtVeröffentlicht. Mögliche Werte: "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: