ResourceValidation Struct

Definition

Argument completer implementation for ResourceValidation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.ResourceValidationTypeConverter))]
public struct ResourceValidation : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.ResourceValidation>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.ResourceValidationTypeConverter))>]
type ResourceValidation = struct
    interface IArgumentCompleter
Public Structure ResourceValidation
Implements IArgumentCompleter, IEquatable(Of ResourceValidation)
Inheritance
ResourceValidation
Attributes
Implements

Fields

Name Description
NotSpecified
ProfaneWords
ReservedWords

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ResourceValidation (override for Object)

Equals(ResourceValidation)

Compares values of enum type ResourceValidation

GetHashCode()

Returns hashCode for enum ResourceValidation

ToString()

Returns string representation for ResourceValidation

Operators

Name Description
Equality(ResourceValidation, ResourceValidation)

Overriding == operator for enum ResourceValidation

Implicit(ResourceValidation to String)

Implicit operator to convert ResourceValidation to string

Implicit(String to ResourceValidation)

Implicit operator to convert string to ResourceValidation

Inequality(ResourceValidation, ResourceValidation)

Overriding != operator for enum ResourceValidation

Applies to