TroubleshooterValidationScope 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.
Validation scope.
public readonly struct TroubleshooterValidationScope : IEquatable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterValidationScope>
type TroubleshooterValidationScope = struct
Public Structure TroubleshooterValidationScope
Implements IEquatable(Of TroubleshooterValidationScope)
- Inheritance
-
TroubleshooterValidationScope
- Implements
Constructors
| TroubleshooterValidationScope(String) |
Initializes a new instance of TroubleshooterValidationScope. |
Properties
| GuidFormat |
GuidFormat. |
| IPAddressFormat |
IpAddressFormat. |
| None |
None. |
| NumberOnlyFormat |
NumberOnlyFormat. |
| UrlFormat |
URLFormat. |
Methods
| Equals(TroubleshooterValidationScope) |
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(TroubleshooterValidationScope, TroubleshooterValidationScope) |
Determines if two TroubleshooterValidationScope values are the same. |
| Implicit(String to TroubleshooterValidationScope) |
Converts a String to a TroubleshooterValidationScope. |
| Inequality(TroubleshooterValidationScope, TroubleshooterValidationScope) |
Determines if two TroubleshooterValidationScope values are not the same. |