次の方法で共有


KeyVaultRoleScope 構造体

定義

ロール スコープ。

public readonly struct KeyVaultRoleScope : IEquatable<Azure.Security.KeyVault.Administration.KeyVaultRoleScope>
type KeyVaultRoleScope = struct
Public Structure KeyVaultRoleScope
Implements IEquatable(Of KeyVaultRoleScope)
継承
KeyVaultRoleScope
実装

コンストラクター

KeyVaultRoleScope(String)

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

KeyVaultRoleScope(Uri)

KeyVaultRoleScope 構造体の新しいインスタンスを初期化します。

プロパティ

Global

グローバル スコープ。

Keys

キー スコープ。

メソッド

Equals(KeyVaultRoleScope)

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

ToString()

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

演算子

Equality(KeyVaultRoleScope, KeyVaultRoleScope)

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

Implicit(String to KeyVaultRoleScope)

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

Inequality(KeyVaultRoleScope, KeyVaultRoleScope)

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

適用対象