ArmAppPlatformModelFactory.AppPlatformGatewayRouteConfigProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- provisioningState
- Nullable<AppPlatformGatewayProvisioningState>
Spring Cloud Gateway ルート構成の状態。
- appResourceId
- ResourceIdentifier
ルートで が定義されていない限り、必要な Azure Spring Apps アプリの uri
リソース ID。
- openApiUri
- Uri
Spring Cloud Gateway ルート構成の OpenAPI プロパティ。
ルーティングされた Azure Spring Apps アプリケーションのプロトコル。
API ルートの配列。各ルートには、、predicates
uri
ssoEnabled
、 filters
などのtitle
プロパティが含まれています。
戻り値
モック作成用の新しい AppPlatformGatewayRouteConfigProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET