次の方法で共有


AppPlatformConfigurationServiceProvisioningState 構造体

定義

Application Configuration Service の状態。

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

コンストラクター

AppPlatformConfigurationServiceProvisioningState(String)

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

プロパティ

Creating

作成。

Deleting

Deleting。

Failed

失敗。

Succeeded

成功。

Updating

更新。

メソッド

Equals(AppPlatformConfigurationServiceProvisioningState)

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

ToString()

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

演算子

Equality(AppPlatformConfigurationServiceProvisioningState, AppPlatformConfigurationServiceProvisioningState)

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

Implicit(String to AppPlatformConfigurationServiceProvisioningState)

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

Inequality(AppPlatformConfigurationServiceProvisioningState, AppPlatformConfigurationServiceProvisioningState)

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

適用対象