次の方法で共有


RoleManagementPolicyRuleType Struct

Definition

The type of rule

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleTypeTypeConverter))]
public struct RoleManagementPolicyRuleType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleTypeTypeConverter))>]
type RoleManagementPolicyRuleType = struct
    interface IArgumentCompleter
Public Structure RoleManagementPolicyRuleType
Implements IArgumentCompleter, IEquatable(Of RoleManagementPolicyRuleType)
Inheritance
RoleManagementPolicyRuleType
Attributes
Implements

Fields

RoleManagementPolicyApprovalRule
RoleManagementPolicyAuthenticationContextRule
RoleManagementPolicyEnablementRule
RoleManagementPolicyExpirationRule
RoleManagementPolicyNotificationRule

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RoleManagementPolicyRuleType (override for Object)

Equals(RoleManagementPolicyRuleType)

Compares values of enum type RoleManagementPolicyRuleType

GetHashCode()

Returns hashCode for enum RoleManagementPolicyRuleType

ToString()

Returns string representation for RoleManagementPolicyRuleType

Operators

Equality(RoleManagementPolicyRuleType, RoleManagementPolicyRuleType)

Overriding == operator for enum RoleManagementPolicyRuleType

Implicit(RoleManagementPolicyRuleType to String)

Implicit operator to convert RoleManagementPolicyRuleType to string

Implicit(String to RoleManagementPolicyRuleType)

Implicit operator to convert string to RoleManagementPolicyRuleType

Inequality(RoleManagementPolicyRuleType, RoleManagementPolicyRuleType)

Overriding != operator for enum RoleManagementPolicyRuleType

Applies to