Class ApiPortalApiTryOutEnabledState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApiPortalApiTryOutEnabledState>
com.azure.resourcemanager.appplatform.models.ApiPortalApiTryOutEnabledState

public final class ApiPortalApiTryOutEnabledState extends com.azure.core.util.ExpandableStringEnum<ApiPortalApiTryOutEnabledState>
Indicates whether the API try-out feature is enabled or disabled. When enabled, users can try out the API by sending requests and viewing responses in API portal. When disabled, users cannot try out the API.
  • Field Details

  • Constructor Details

    • ApiPortalApiTryOutEnabledState

      @Deprecated public ApiPortalApiTryOutEnabledState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ApiPortalApiTryOutEnabledState value.
  • Method Details

    • fromString

      public static ApiPortalApiTryOutEnabledState fromString(String name)
      Creates or finds a ApiPortalApiTryOutEnabledState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ApiPortalApiTryOutEnabledState.
    • values

      public static Collection<ApiPortalApiTryOutEnabledState> values()
      Gets known ApiPortalApiTryOutEnabledState values.
      Returns:
      known ApiPortalApiTryOutEnabledState values.