ArmAppPlatformModelFactory.AppPlatformGatewayRouteConfigProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
Protokoll der gerouteten Azure Spring Apps-Anwendungen.
Array von API-Routen, jede Route enthält Eigenschaften wie title
, , uri
ssoEnabled
, predicates
, filters
.
Gibt zurück
Eine neue AppPlatformGatewayRouteConfigProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET