Uses of Class
com.azure.resourcemanager.appplatform.models.ApiPortalProperties
Packages that use ApiPortalProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ApiPortalProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ApiPortalPropertiesModifier and TypeMethodDescriptionApiPortalResourceInner.properties()Get the properties property: API portal properties payload.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type ApiPortalPropertiesModifier and TypeMethodDescriptionApiPortalResourceInner.withProperties(ApiPortalProperties properties) Set the properties property: API portal properties payload. -
Uses of ApiPortalProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ApiPortalPropertiesModifier and TypeMethodDescriptionstatic ApiPortalPropertiesApiPortalProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiPortalProperties from the JsonReader.ApiPortalProperties.withApiTryOutEnabledState(ApiPortalApiTryOutEnabledState apiTryOutEnabledState) Set the apiTryOutEnabledState property: Indicates whether the API try-out feature is enabled or disabled.ApiPortalProperties.withGatewayIds(List<String> gatewayIds) Set the gatewayIds property: The array of resource Ids of gateway to integrate with API portal.ApiPortalProperties.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: Indicate if only https is allowed.ApiPortalProperties.withPublicProperty(Boolean publicProperty) Set the publicProperty property: Indicates whether the API portal exposes endpoint.ApiPortalProperties.withSourceUrls(List<String> sourceUrls) Set the sourceUrls property: Collection of OpenAPI source URL locations.ApiPortalProperties.withSsoProperties(SsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.