RelayNetworkRuleSetDefaultAction Struct

Definition

Default Action for Network Rule Set.

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

Constructors

RelayNetworkRuleSetDefaultAction(String)

Initializes a new instance of RelayNetworkRuleSetDefaultAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(RelayNetworkRuleSetDefaultAction)

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

Determines if two RelayNetworkRuleSetDefaultAction values are the same.

Implicit(String to RelayNetworkRuleSetDefaultAction)

Converts a string to a RelayNetworkRuleSetDefaultAction.

Inequality(RelayNetworkRuleSetDefaultAction, RelayNetworkRuleSetDefaultAction)

Determines if two RelayNetworkRuleSetDefaultAction values are not the same.

Applies to