Uses of Class
com.azure.resourcemanager.apimanagement.models.LegacyPortalStatus
Packages that use LegacyPortalStatus
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of LegacyPortalStatus in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return LegacyPortalStatusModifier and TypeMethodDescriptionApiManagementServiceResourceInner.legacyPortalStatus()Get the legacyPortalStatus property: Status of legacy portal in the API Management service.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type LegacyPortalStatusModifier and TypeMethodDescriptionApiManagementServiceProperties.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceResourceInner.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceUpdateProperties.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service. -
Uses of LegacyPortalStatus in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as LegacyPortalStatusModifier and TypeFieldDescriptionstatic final LegacyPortalStatusLegacyPortalStatus.DISABLEDStatic value Disabled for LegacyPortalStatus.static final LegacyPortalStatusLegacyPortalStatus.ENABLEDStatic value Enabled for LegacyPortalStatus.Methods in com.azure.resourcemanager.apimanagement.models that return LegacyPortalStatusModifier and TypeMethodDescriptionstatic LegacyPortalStatusLegacyPortalStatus.fromString(String name) Creates or finds a LegacyPortalStatus from its string representation.ApiManagementServiceBaseProperties.legacyPortalStatus()Get the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceResource.legacyPortalStatus()Gets the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceUpdateParameters.legacyPortalStatus()Get the legacyPortalStatus property: Status of legacy portal in the API Management service.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type LegacyPortalStatusModifier and TypeMethodDescriptionstatic Collection<LegacyPortalStatus> LegacyPortalStatus.values()Gets known LegacyPortalStatus values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type LegacyPortalStatusModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceResource.DefinitionStages.WithLegacyPortalStatus.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Specifies the legacyPortalStatus property: Status of legacy portal in the API Management service..ApiManagementServiceResource.UpdateStages.WithLegacyPortalStatus.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Specifies the legacyPortalStatus property: Status of legacy portal in the API Management service..ApiManagementServiceUpdateParameters.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.