次の方法で共有


RoleManagementPolicyRecipientType 構造体

定義

受信者の種類。

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

コンストラクター

RoleManagementPolicyRecipientType(String)

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

プロパティ

Admin

管理者。

Approver

承認者。

Requestor

[要求元]。

メソッド

Equals(RoleManagementPolicyRecipientType)

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

ToString()

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

演算子

Equality(RoleManagementPolicyRecipientType, RoleManagementPolicyRecipientType)

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

Implicit(String to RoleManagementPolicyRecipientType)

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

Inequality(RoleManagementPolicyRecipientType, RoleManagementPolicyRecipientType)

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

適用対象