Freigeben über


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

Name Description
RelayNetworkRuleSetDefaultAction(String)

Initializes a new instance of RelayNetworkRuleSetDefaultAction.

Properties

Name Description
Allow

Allow.

Deny

Deny.

Methods

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

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