Share via


TroubleshooterValidationScope Struct

Definition

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.

Applies to