Class ApiPortalProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApiPortalProperties
API portal properties payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the gatewayIds property: The array of resource Ids of gateway to integrate with API portal.Get the httpsOnly property: Indicate if only https is allowed.Get the instances property: Collection of instances belong to API portal.Get the provisioningState property: State of the API portal.Get the publicProperty property: Indicates whether the API portal exposes endpoint.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.Get the sourceUrls property: Collection of OpenAPI source URL locations.Get the ssoProperties property: Single sign-on related configuration.url()Get the url property: URL of the API portal, exposed when 'public' is true.voidvalidate()Validates the instance.withGatewayIds(List<String> gatewayIds) Set the gatewayIds property: The array of resource Ids of gateway to integrate with API portal.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: Indicate if only https is allowed.withPublicProperty(Boolean publicProperty) Set the publicProperty property: Indicates whether the API portal exposes endpoint.withSourceUrls(List<String> sourceUrls) Set the sourceUrls property: Collection of OpenAPI source URL locations.withSsoProperties(SsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.
-
Constructor Details
-
ApiPortalProperties
public ApiPortalProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the API portal.- Returns:
- the provisioningState value.
-
publicProperty
Get the publicProperty property: Indicates whether the API portal exposes endpoint.- Returns:
- the publicProperty value.
-
withPublicProperty
Set the publicProperty property: Indicates whether the API portal exposes endpoint.- Parameters:
publicProperty- the publicProperty value to set.- Returns:
- the ApiPortalProperties object itself.
-
url
Get the url property: URL of the API portal, exposed when 'public' is true.- Returns:
- the url value.
-
httpsOnly
Get the httpsOnly property: Indicate if only https is allowed.- Returns:
- the httpsOnly value.
-
withHttpsOnly
Set the httpsOnly property: Indicate if only https is allowed.- Parameters:
httpsOnly- the httpsOnly value to set.- Returns:
- the ApiPortalProperties object itself.
-
gatewayIds
Get the gatewayIds property: The array of resource Ids of gateway to integrate with API portal.- Returns:
- the gatewayIds value.
-
withGatewayIds
Set the gatewayIds property: The array of resource Ids of gateway to integrate with API portal.- Parameters:
gatewayIds- the gatewayIds value to set.- Returns:
- the ApiPortalProperties object itself.
-
sourceUrls
Get the sourceUrls property: Collection of OpenAPI source URL locations.- Returns:
- the sourceUrls value.
-
withSourceUrls
Set the sourceUrls property: Collection of OpenAPI source URL locations.- Parameters:
sourceUrls- the sourceUrls value to set.- Returns:
- the ApiPortalProperties object itself.
-
ssoProperties
Get the ssoProperties property: Single sign-on related configuration.- Returns:
- the ssoProperties value.
-
withSsoProperties
Set the ssoProperties property: Single sign-on related configuration.- Parameters:
ssoProperties- the ssoProperties value to set.- Returns:
- the ApiPortalProperties object itself.
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to API portal.- Returns:
- the instances value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-