次の方法で共有


ArmAppPlatformModelFactory.AppPlatformGatewayProperties メソッド

定義

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

パラメーター

provisioningState
Nullable<AppPlatformGatewayProvisioningState>

Spring Cloud Gateway の状態。

isPublic
Nullable<Boolean>

Spring Cloud Gateway がエンドポイントを公開するかどうかを示します。

uri
Uri

"public" が true の場合に公開される Spring Cloud Gateway の URL。

isHttpsOnly
Nullable<Boolean>

https のみが許可されているかどうかを示します。

ssoProperties
AppPlatformSsoProperties

シングル サインオン関連の構成。

apiMetadataProperties
AppPlatformGatewayApiMetadataProperties

Spring Cloud Gateway の API メタデータ プロパティ。

corsProperties
AppPlatformGatewayCorsProperties

クロスオリジン リソース共有プロパティ。

resourceRequests
AppPlatformGatewayResourceRequirements

必要な CPU とメモリに対して要求されたリソース量。

instances
IEnumerable<AppPlatformGatewayInstance>

インスタンスのコレクションは Spring Cloud Gateway に属します。

operatorProperties
AppPlatformGatewayOperatorProperties

Spring Cloud Gateway オペレーターのプロパティ。

戻り値

モック作成用の新しい AppPlatformGatewayProperties インスタンス。

適用対象