Partilhar via


ArmAppPlatformModelFactory.AppPlatformGatewayProperties Método

Definição

Inicializa uma nova instância de 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

Parâmetros

provisioningState
Nullable<AppPlatformGatewayProvisioningState>

Estado do Gateway do Spring Cloud.

isPublic
Nullable<Boolean>

Indica se o Spring Cloud Gateway expõe o ponto de extremidade.

uri
Uri

URL do Spring Cloud Gateway, exposta quando 'public' é true.

isHttpsOnly
Nullable<Boolean>

Indique se somente https são permitidos.

ssoProperties
AppPlatformSsoProperties

Configuração relacionada ao logon único.

apiMetadataProperties
AppPlatformGatewayApiMetadataProperties

Propriedade de metadados de API para o Spring Cloud Gateway.

corsProperties
AppPlatformGatewayCorsProperties

Propriedade Compartilhamento de Recursos entre Origens.

resourceRequests
AppPlatformGatewayResourceRequirements

A quantidade de recursos solicitada para cpu e memória necessárias.

instances
IEnumerable<AppPlatformGatewayInstance>

A coleção de instâncias pertence ao Spring Cloud Gateway.

operatorProperties
AppPlatformGatewayOperatorProperties

Propriedades do Operador de Gateway do Spring Cloud.

Retornos

Uma nova AppPlatformGatewayProperties instância para simulação.

Aplica-se a