ResourceValidation Struct

Definition

The resource validation.

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

Constructors

Name Description
ResourceValidation(String)

Initializes a new instance of ResourceValidation.

Properties

Name Description
NotSpecified

Gets the NotSpecified.

ProfaneWords

Gets the ProfaneWords.

ReservedWords

Gets the ReservedWords.

Methods

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

Name Description
Equality(ResourceValidation, ResourceValidation)

Determines if two ResourceValidation values are the same.

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

Converts a string to a ResourceValidation.

Inequality(ResourceValidation, ResourceValidation)

Determines if two ResourceValidation values are not the same.

Applies to