Megosztás a következőn keresztül:


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

EventHubsNetworkRuleSetDefaultAction(String)

Initializes a new instance of EventHubsNetworkRuleSetDefaultAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

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

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