Uses of Class
com.azure.resourcemanager.appplatform.models.ApiPortalApiTryOutEnabledState
Packages that use ApiPortalApiTryOutEnabledState
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ApiPortalApiTryOutEnabledState in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as ApiPortalApiTryOutEnabledStateModifier and TypeFieldDescriptionstatic final ApiPortalApiTryOutEnabledStateApiPortalApiTryOutEnabledState.DISABLEDStatic value Disabled for ApiPortalApiTryOutEnabledState.static final ApiPortalApiTryOutEnabledStateApiPortalApiTryOutEnabledState.ENABLEDStatic value Enabled for ApiPortalApiTryOutEnabledState.Methods in com.azure.resourcemanager.appplatform.models that return ApiPortalApiTryOutEnabledStateModifier and TypeMethodDescriptionApiPortalProperties.apiTryOutEnabledState()Get the apiTryOutEnabledState property: Indicates whether the API try-out feature is enabled or disabled.ApiPortalApiTryOutEnabledState.fromString(String name) Creates or finds a ApiPortalApiTryOutEnabledState from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ApiPortalApiTryOutEnabledStateModifier and TypeMethodDescriptionApiPortalApiTryOutEnabledState.values()Gets known ApiPortalApiTryOutEnabledState values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ApiPortalApiTryOutEnabledStateModifier and TypeMethodDescriptionApiPortalProperties.withApiTryOutEnabledState(ApiPortalApiTryOutEnabledState apiTryOutEnabledState) Set the apiTryOutEnabledState property: Indicates whether the API try-out feature is enabled or disabled.