Uses of Class
com.azure.resourcemanager.apimanagement.models.LegacyApiState
Packages that use LegacyApiState
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of LegacyApiState in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as LegacyApiStateModifier and TypeFieldDescriptionstatic final LegacyApiStateLegacyApiState.DISABLEDStatic value Disabled for LegacyApiState.static final LegacyApiStateLegacyApiState.ENABLEDStatic value Enabled for LegacyApiState.Methods in com.azure.resourcemanager.apimanagement.models that return LegacyApiStateModifier and TypeMethodDescriptionstatic LegacyApiStateLegacyApiState.fromString(String name) Creates or finds a LegacyApiState from its string representation.ConfigurationApi.legacyApi()Get the legacyApi property: Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type LegacyApiStateModifier and TypeMethodDescriptionstatic Collection<LegacyApiState> LegacyApiState.values()Gets known LegacyApiState values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type LegacyApiStateModifier and TypeMethodDescriptionConfigurationApi.withLegacyApi(LegacyApiState legacyApi) Set the legacyApi property: Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service.