ResourceValidation Struct

Definition

The ResourceValidation.

public readonly struct ResourceValidation : IEquatable<Azure.ResourceManager.ProviderHub.Models.ResourceValidation>
type ResourceValidation = struct
Public Structure ResourceValidation
Implements IEquatable(Of ResourceValidation)
Inheritance
ResourceValidation
Implements

Constructors

ResourceValidation(String)

Initializes a new instance of ResourceValidation.

Properties

NotSpecified

NotSpecified.

ProfaneWords

ProfaneWords.

ReservedWords

ReservedWords.

Methods

Equals(ResourceValidation)

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(ResourceValidation, ResourceValidation)

Determines if two ResourceValidation values are the same.

Implicit(String to ResourceValidation)

Converts a string to a ResourceValidation.

Inequality(ResourceValidation, ResourceValidation)

Determines if two ResourceValidation values are not the same.

Applies to