次の方法で共有


AppPlatformAppProvisioningState 構造体

定義

アプリのプロビジョニング状態。

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

コンストラクター

AppPlatformAppProvisioningState(String)

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

プロパティ

Creating

作成。

Deleting

Deleting。

Failed

失敗。

Succeeded

成功。

Updating

更新。

メソッド

Equals(AppPlatformAppProvisioningState)

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

ToString()

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

演算子

Equality(AppPlatformAppProvisioningState, AppPlatformAppProvisioningState)

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

Implicit(String to AppPlatformAppProvisioningState)

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

Inequality(AppPlatformAppProvisioningState, AppPlatformAppProvisioningState)

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

適用対象