Share via


IotHubNetworkRuleSetDefaultAction Struct

Definition

Default Action for Network Rule Set.

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

Constructors

IotHubNetworkRuleSetDefaultAction(String)

Initializes a new instance of IotHubNetworkRuleSetDefaultAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(IotHubNetworkRuleSetDefaultAction)

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

Determines if two IotHubNetworkRuleSetDefaultAction values are the same.

Implicit(String to IotHubNetworkRuleSetDefaultAction)

Converts a string to a IotHubNetworkRuleSetDefaultAction.

Inequality(IotHubNetworkRuleSetDefaultAction, IotHubNetworkRuleSetDefaultAction)

Determines if two IotHubNetworkRuleSetDefaultAction values are not the same.

Applies to