Sdílet prostřednictvím


BatchIPRuleAction Struct

Definition

Action when client IP address is matched.

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

Constructors

BatchIPRuleAction(String)

Initializes a new instance of BatchIPRuleAction.

Properties

Allow

Allow.

Methods

Equals(BatchIPRuleAction)

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

Determines if two BatchIPRuleAction values are the same.

Implicit(String to BatchIPRuleAction)

Converts a string to a BatchIPRuleAction.

Inequality(BatchIPRuleAction, BatchIPRuleAction)

Determines if two BatchIPRuleAction values are not the same.

Applies to