Share via


SecurityRuleAccess Struct

Definition

Whether network traffic is allowed or denied.

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

Fields

Allow
Deny

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 SecurityRuleAccess (override for Object)

Equals(SecurityRuleAccess)

Compares values of enum type SecurityRuleAccess

GetHashCode()

Returns hashCode for enum SecurityRuleAccess

ToString()

Returns string representation for SecurityRuleAccess

Operators

Equality(SecurityRuleAccess, SecurityRuleAccess)

Overriding == operator for enum SecurityRuleAccess

Implicit(SecurityRuleAccess to String)

Implicit operator to convert SecurityRuleAccess to string

Implicit(String to SecurityRuleAccess)

Implicit operator to convert string to SecurityRuleAccess

Inequality(SecurityRuleAccess, SecurityRuleAccess)

Overriding != operator for enum SecurityRuleAccess

Applies to