BatchIPRuleAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET