Bagikan melalui


NetworkAccess Struct

Definition

Access to be allowed or denied.

public readonly struct NetworkAccess : IEquatable<Azure.ResourceManager.Network.Models.NetworkAccess>
type NetworkAccess = struct
Public Structure NetworkAccess
Implements IEquatable(Of NetworkAccess)
Inheritance
NetworkAccess
Implements

Constructors

NetworkAccess(String)

Initializes a new instance of NetworkAccess.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(NetworkAccess)

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(NetworkAccess, NetworkAccess)

Determines if two NetworkAccess values are the same.

Implicit(String to NetworkAccess)

Converts a string to a NetworkAccess.

Inequality(NetworkAccess, NetworkAccess)

Determines if two NetworkAccess values are not the same.

Applies to