Freigeben über


ArmAppPlatformModelFactory.AppPlatformGatewayRouteConfigProperties Methode

Definition

Initialisiert eine neue instance von AppPlatformGatewayRouteConfigProperties.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProperties AppPlatformGatewayRouteConfigProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier appResourceId = default, Uri openApiUri = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProtocol? protocol = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayApiRoute> routes = default);
static member AppPlatformGatewayRouteConfigProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState> * Azure.Core.ResourceIdentifier * Uri * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProtocol> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayApiRoute> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProperties
Public Shared Function AppPlatformGatewayRouteConfigProperties (Optional provisioningState As Nullable(Of AppPlatformGatewayProvisioningState) = Nothing, Optional appResourceId As ResourceIdentifier = Nothing, Optional openApiUri As Uri = Nothing, Optional protocol As Nullable(Of AppPlatformGatewayRouteConfigProtocol) = Nothing, Optional routes As IEnumerable(Of AppPlatformGatewayApiRoute) = Nothing) As AppPlatformGatewayRouteConfigProperties

Parameter

provisioningState
Nullable<AppPlatformGatewayProvisioningState>

Status der Spring Cloud Gateway-Routenkonfiguration.

appResourceId
ResourceIdentifier

Die Ressourcen-ID der Azure Spring Apps-App, die erforderlich ist, sofern die Route nicht definiert uri.

openApiUri
Uri

OpenAPI-Eigenschaften der Spring Cloud Gateway-Routenkonfiguration.

protocol
Nullable<AppPlatformGatewayRouteConfigProtocol>

Protokoll der gerouteten Azure Spring Apps-Anwendungen.

routes
IEnumerable<AppPlatformGatewayApiRoute>

Array von API-Routen, jede Route enthält Eigenschaften wie title, , urissoEnabled, predicates, filters.

Gibt zurück

Eine neue AppPlatformGatewayRouteConfigProperties instance zum Mocking.

Gilt für: