次の方法で共有


ProviderAuthorizationConsentState 構造体

定義

プロバイダー承認の同意の状態。

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

コンストラクター

ProviderAuthorizationConsentState(String)

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

プロパティ

Consented

同意。

NotRequired

NotRequired。

NotSpecified

NotSpecified。

Required

必須。

メソッド

Equals(ProviderAuthorizationConsentState)

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

ToString()

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

演算子

Equality(ProviderAuthorizationConsentState, ProviderAuthorizationConsentState)

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

Implicit(String to ProviderAuthorizationConsentState)

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

Inequality(ProviderAuthorizationConsentState, ProviderAuthorizationConsentState)

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

適用対象