你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkSecurityGroupRuleAccess Struct

Definition

NetworkSecurityGroupRuleAccess enums.

public readonly struct NetworkSecurityGroupRuleAccess : IEquatable<Azure.Compute.Batch.NetworkSecurityGroupRuleAccess>
type NetworkSecurityGroupRuleAccess = struct
Public Structure NetworkSecurityGroupRuleAccess
Implements IEquatable(Of NetworkSecurityGroupRuleAccess)
Inheritance
NetworkSecurityGroupRuleAccess
Implements

Constructors

NetworkSecurityGroupRuleAccess(String)

Initializes a new instance of NetworkSecurityGroupRuleAccess.

Properties

Allow

Allow access.

Deny

Deny access.

Methods

Equals(NetworkSecurityGroupRuleAccess)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetworkSecurityGroupRuleAccess, NetworkSecurityGroupRuleAccess)

Determines if two NetworkSecurityGroupRuleAccess values are the same.

Implicit(String to NetworkSecurityGroupRuleAccess)

Converts a String to a NetworkSecurityGroupRuleAccess.

Inequality(NetworkSecurityGroupRuleAccess, NetworkSecurityGroupRuleAccess)

Determines if two NetworkSecurityGroupRuleAccess values are not the same.

Applies to