Uses of Enum
com.azure.resourcemanager.apimanagement.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProvisioningStateModifier and TypeMethodDescriptionAssociationContractProperties.provisioningState()Get the provisioningState property: Provisioning state.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ProvisioningStateModifier and TypeMethodDescriptionAssociationContractProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning state. -
Uses of ProvisioningState in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateProvisioningState.fromString(String value) Parses a serialized value to a ProvisioningState instance.AssociationContract.provisioningState()Get the provisioningState property: Provisioning state.static ProvisioningStateReturns the enum constant of this type with the specified name.static ProvisioningState[]ProvisioningState.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 ProvisioningStateModifier and TypeMethodDescriptionAssociationContract.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning state.