Udostępnij przez


EventHubsNetworkRuleSetDefaultAction Struct

Definition

Default Action for Network Rule Set.

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

Constructors

Name Description
EventHubsNetworkRuleSetDefaultAction(String)

Initializes a new instance of EventHubsNetworkRuleSetDefaultAction.

Properties

Name Description
Allow

Allow.

Deny

Deny.

Methods

Name Description
Equals(EventHubsNetworkRuleSetDefaultAction)

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

Determines if two EventHubsNetworkRuleSetDefaultAction values are the same.

Implicit(String to EventHubsNetworkRuleSetDefaultAction)

Converts a String to a EventHubsNetworkRuleSetDefaultAction.

Inequality(EventHubsNetworkRuleSetDefaultAction, EventHubsNetworkRuleSetDefaultAction)

Determines if two EventHubsNetworkRuleSetDefaultAction values are not the same.

Applies to