共用方式為


ArmAppPlatformModelFactory.AppPlatformGatewayProperties Method

Definition

Initializes a new instance of AppPlatformGatewayProperties.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProperties AppPlatformGatewayProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState? provisioningState = default, bool? isPublic = default, Uri uri = default, bool? isHttpsOnly = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSsoProperties ssoProperties = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayApiMetadataProperties apiMetadataProperties = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayCorsProperties corsProperties = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayResourceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayInstance> instances = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorProperties operatorProperties = default);
static member AppPlatformGatewayProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState> * Nullable<bool> * Uri * Nullable<bool> * Azure.ResourceManager.AppPlatform.Models.AppPlatformSsoProperties * Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayApiMetadataProperties * Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayCorsProperties * Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayResourceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayInstance> * Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorProperties -> Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProperties
Public Shared Function AppPlatformGatewayProperties (Optional provisioningState As Nullable(Of AppPlatformGatewayProvisioningState) = Nothing, Optional isPublic As Nullable(Of Boolean) = Nothing, Optional uri As Uri = Nothing, Optional isHttpsOnly As Nullable(Of Boolean) = Nothing, Optional ssoProperties As AppPlatformSsoProperties = Nothing, Optional apiMetadataProperties As AppPlatformGatewayApiMetadataProperties = Nothing, Optional corsProperties As AppPlatformGatewayCorsProperties = Nothing, Optional resourceRequests As AppPlatformGatewayResourceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformGatewayInstance) = Nothing, Optional operatorProperties As AppPlatformGatewayOperatorProperties = Nothing) As AppPlatformGatewayProperties

Parameters

provisioningState
Nullable<AppPlatformGatewayProvisioningState>

State of the Spring Cloud Gateway.

isPublic
Nullable<Boolean>

Indicates whether the Spring Cloud Gateway exposes endpoint.

uri
Uri

URL of the Spring Cloud Gateway, exposed when 'public' is true.

isHttpsOnly
Nullable<Boolean>

Indicate if only https is allowed.

ssoProperties
AppPlatformSsoProperties

Single sign-on related configuration.

apiMetadataProperties
AppPlatformGatewayApiMetadataProperties

API metadata property for Spring Cloud Gateway.

corsProperties
AppPlatformGatewayCorsProperties

Cross-Origin Resource Sharing property.

resourceRequests
AppPlatformGatewayResourceRequirements

The requested resource quantity for required CPU and Memory.

instances
IEnumerable<AppPlatformGatewayInstance>

Collection of instances belong to Spring Cloud Gateway.

operatorProperties
AppPlatformGatewayOperatorProperties

Properties of the Spring Cloud Gateway Operator.

Returns

A new AppPlatformGatewayProperties instance for mocking.

Applies to