次の方法で共有


AclAction Struct

Definition

Azure Networking ACL Action.

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

Fields

Allow
Deny

Methods

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

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

Equals(AclAction)

Compares values of enum type AclAction

Equals(Object)

Compares values of enum type AclAction (override for Object)

GetHashCode()

Returns hashCode for enum AclAction

ToString()

Returns string representation for AclAction

Operators

Equality(AclAction, AclAction)

Overriding == operator for enum AclAction

Implicit(AclAction to String)

Implicit operator to convert AclAction to string

Implicit(String to AclAction)

Implicit operator to convert string to AclAction

Inequality(AclAction, AclAction)

Overriding != operator for enum AclAction

Applies to