IotCentralNetworkAction 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 to allow or deny network traffic.
public readonly struct IotCentralNetworkAction : IEquatable<Azure.ResourceManager.IotCentral.Models.IotCentralNetworkAction>
type IotCentralNetworkAction = struct
Public Structure IotCentralNetworkAction
Implements IEquatable(Of IotCentralNetworkAction)
- Inheritance
-
IotCentralNetworkAction
- Implements
Constructors
IotCentralNetworkAction(String) |
Initializes a new instance of IotCentralNetworkAction. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(IotCentralNetworkAction) |
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(IotCentralNetworkAction, IotCentralNetworkAction) |
Determines if two IotCentralNetworkAction values are the same. |
Implicit(String to IotCentralNetworkAction) |
Converts a string to a IotCentralNetworkAction. |
Inequality(IotCentralNetworkAction, IotCentralNetworkAction) |
Determines if two IotCentralNetworkAction values are not the same. |
Applies to
Azure SDK for .NET