Udostępnij przez


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

Name Description
IotHubNetworkRuleSetDefaultAction(String)

Initializes a new instance of IotHubNetworkRuleSetDefaultAction.

Properties

Name Description
Allow

Allow.

Deny

Deny.

Methods

Name Description
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

Name Description
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