IotCentralPublicNetworkAccess Struct

Definition

Whether requests from the public network are allowed.

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

Constructors

IotCentralPublicNetworkAccess(String)

Initializes a new instance of IotCentralPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(IotCentralPublicNetworkAccess)

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

Determines if two IotCentralPublicNetworkAccess values are the same.

Implicit(String to IotCentralPublicNetworkAccess)

Converts a string to a IotCentralPublicNetworkAccess.

Inequality(IotCentralPublicNetworkAccess, IotCentralPublicNetworkAccess)

Determines if two IotCentralPublicNetworkAccess values are not the same.

Applies to