Uses of Enum
com.azure.resourcemanager.apimanagement.models.ProductState
Packages that use ProductState
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProductState in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductStateModifier and TypeMethodDescriptionProductContractInner.state()Get the state property: whether product is published or not.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ProductStateModifier and TypeMethodDescriptionProductContractInner.withState(ProductState state) Set the state property: whether product is published or not.ProductContractProperties.withState(ProductState state) Set the state property: whether product is published or not.ProductUpdateProperties.withState(ProductState state) Set the state property: whether product is published or not. -
Uses of ProductState in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductStateModifier and TypeMethodDescriptionstatic ProductStateProductState.fromString(String value) Parses a serialized value to a ProductState instance.ProductContract.state()Gets the state property: whether product is published or not.ProductEntityBaseParameters.state()Get the state property: whether product is published or not.ProductUpdateParameters.state()Get the state property: whether product is published or not.static ProductStateReturns the enum constant of this type with the specified name.static ProductState[]ProductState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ProductStateModifier and TypeMethodDescriptionProductContract.DefinitionStages.WithState.withState(ProductState state) Specifies the state property: whether product is published or not.ProductContract.UpdateStages.WithState.withState(ProductState state) Specifies the state property: whether product is published or not.ProductEntityBaseParameters.withState(ProductState state) Set the state property: whether product is published or not.ProductTagResourceContractProperties.withState(ProductState state) Set the state property: whether product is published or not.ProductUpdateParameters.withState(ProductState state) Set the state property: whether product is published or not.