InternetGatewayRuleAction Struct

Definition

Specify action.

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

Constructors

InternetGatewayRuleAction(String)

Initializes a new instance of InternetGatewayRuleAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(InternetGatewayRuleAction)

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

Determines if two InternetGatewayRuleAction values are the same.

Implicit(String to InternetGatewayRuleAction)

Converts a string to a InternetGatewayRuleAction.

Inequality(InternetGatewayRuleAction, InternetGatewayRuleAction)

Determines if two InternetGatewayRuleAction values are not the same.

Applies to