Freigeben über


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

Name Description
NetworkAccess(String)

Initializes a new instance of NetworkAccess.

Properties

Name Description
Allow

Allow.

Deny

Deny.

Methods

Name Description
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

Name Description
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