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

Name Description
TroubleshooterValidationScope(String)

Initializes a new instance of TroubleshooterValidationScope.

Properties

Name Description
GuidFormat

Gets the GuidFormat.

IPAddressFormat

Gets the IPAddressFormat.

None

Gets the None.

NumberOnlyFormat

Gets the NumberOnlyFormat.

UrlFormat

Gets the UrlFormat.

Methods

Name Description
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

Name Description
Equality(TroubleshooterValidationScope, TroubleshooterValidationScope)

Determines if two TroubleshooterValidationScope values are the same.

Implicit(String to Nullable<TroubleshooterValidationScope>)
Implicit(String to TroubleshooterValidationScope)

Converts a string to a TroubleshooterValidationScope.

Inequality(TroubleshooterValidationScope, TroubleshooterValidationScope)

Determines if two TroubleshooterValidationScope values are not the same.

Applies to