AdminRuleKind 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.
Whether the rule is custom or default.
public readonly struct AdminRuleKind : IEquatable<Azure.ResourceManager.Network.Models.AdminRuleKind>
type AdminRuleKind = struct
Public Structure AdminRuleKind
Implements IEquatable(Of AdminRuleKind)
- Inheritance
-
AdminRuleKind
- Implements
Constructors
| Name | Description |
|---|---|
| AdminRuleKind(String) |
Initializes a new instance of AdminRuleKind. |
Properties
| Name | Description |
|---|---|
| Custom |
Custom. |
| Default |
Default. |
Methods
| Name | Description |
|---|---|
| Equals(AdminRuleKind) |
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(AdminRuleKind, AdminRuleKind) |
Determines if two AdminRuleKind values are the same. |
| Implicit(String to AdminRuleKind) |
Converts a string to a AdminRuleKind. |
| Implicit(String to Nullable<AdminRuleKind>) | |
| Inequality(AdminRuleKind, AdminRuleKind) |
Determines if two AdminRuleKind values are not the same. |