次の方法で共有


AppPlatformGatewayProvisioningState 構造体

定義

Spring Cloud Gateway の状態。

public readonly struct AppPlatformGatewayProvisioningState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState>
type AppPlatformGatewayProvisioningState = struct
Public Structure AppPlatformGatewayProvisioningState
Implements IEquatable(Of AppPlatformGatewayProvisioningState)
継承
AppPlatformGatewayProvisioningState
実装

コンストラクター

AppPlatformGatewayProvisioningState(String)

AppPlatformGatewayProvisioningState の新しいインスタンスを初期化します。

プロパティ

Creating

作成。

Deleting

Deleting。

Failed

失敗。

Succeeded

成功。

Updating

更新。

メソッド

Equals(AppPlatformGatewayProvisioningState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AppPlatformGatewayProvisioningState, AppPlatformGatewayProvisioningState)

2 つの AppPlatformGatewayProvisioningState 値が同じかどうかを判断します。

Implicit(String to AppPlatformGatewayProvisioningState)

文字列を AppPlatformGatewayProvisioningState に変換します。

Inequality(AppPlatformGatewayProvisioningState, AppPlatformGatewayProvisioningState)

2 つの AppPlatformGatewayProvisioningState 値が同じでないかどうかを判断します。

適用対象