PublicNetworkAccess Struct

Definition

Whether or not public network access is allowed for the account.

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

Constructors

PublicNetworkAccess(String)

Initializes a new instance of PublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PublicNetworkAccess)

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

Determines if two PublicNetworkAccess values are the same.

Implicit(String to PublicNetworkAccess)

Converts a string to a PublicNetworkAccess.

Inequality(PublicNetworkAccess, PublicNetworkAccess)

Determines if two PublicNetworkAccess values are not the same.

Applies to