Freigeben über


ArmAppPlatformModelFactory.AppPlatformGatewayProperties Methode

Definition

Initialisiert eine neue instance von 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

Parameter

provisioningState
Nullable<AppPlatformGatewayProvisioningState>

Status des Spring Cloud Gateways.

isPublic
Nullable<Boolean>

Gibt an, ob das Spring Cloud Gateway einen Endpunkt verfügbar macht.

uri
Uri

URL des Spring Cloud Gateways, verfügbar gemacht, wenn "public" true ist.

isHttpsOnly
Nullable<Boolean>

Geben Sie an, ob nur HTTPS zulässig ist.

ssoProperties
AppPlatformSsoProperties

Konfiguration im Zusammenhang mit einmaligem Anmelden.

apiMetadataProperties
AppPlatformGatewayApiMetadataProperties

API-Metadateneigenschaft für Spring Cloud Gateway.

corsProperties
AppPlatformGatewayCorsProperties

Cross-Origin Resource Sharing-Eigenschaft.

resourceRequests
AppPlatformGatewayResourceRequirements

Die angeforderte Ressourcenmenge für die erforderliche CPU und den erforderlichen Arbeitsspeicher.

instances
IEnumerable<AppPlatformGatewayInstance>

Die Sammlung von Instanzen gehört zu Spring Cloud Gateway.

operatorProperties
AppPlatformGatewayOperatorProperties

Eigenschaften des Spring Cloud-Gatewayoperators.

Gibt zurück

Eine neue AppPlatformGatewayProperties instance zum Simulieren.

Gilt für: