Uses of Enum
com.azure.resourcemanager.apimanagement.models.SubscriptionState
Packages that use SubscriptionState
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SubscriptionState in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionStateModifier and TypeMethodDescriptionSubscriptionContractInner.state()Get the state property: Subscription state.SubscriptionContractProperties.state()Get the state property: Subscription state.SubscriptionCreateParameterProperties.state()Get the state property: Initial subscription state.SubscriptionUpdateParameterProperties.state()Get the state property: Subscription state.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type SubscriptionStateModifier and TypeMethodDescriptionSubscriptionContractInner.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionContractProperties.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionCreateParameterProperties.withState(SubscriptionState state) Set the state property: Initial subscription state.SubscriptionUpdateParameterProperties.withState(SubscriptionState state) Set the state property: Subscription state. -
Uses of SubscriptionState in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionStateModifier and TypeMethodDescriptionstatic SubscriptionStateSubscriptionState.fromString(String value) Parses a serialized value to a SubscriptionState instance.SubscriptionContract.state()Gets the state property: Subscription state.SubscriptionCreateParameters.state()Get the state property: Initial subscription state.SubscriptionUpdateParameters.state()Get the state property: Subscription state.static SubscriptionStateReturns the enum constant of this type with the specified name.static SubscriptionState[]SubscriptionState.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 SubscriptionStateModifier and TypeMethodDescriptionSubscriptionCreateParameters.withState(SubscriptionState state) Set the state property: Initial subscription state.SubscriptionUpdateParameters.withState(SubscriptionState state) Set the state property: Subscription state.