IotCentralPublicNetworkAccess Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET