ProductEntityBaseParameters.State Property

Definition

Gets or sets whether product is published or not. Published products are discoverable by users of developer portal. Non published products are visible only to administrators. Default state of Product is notPublished. Possible values include: 'notPublished', 'published'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to