你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

NotSpecified
ProfaneWords
ReservedWords

Methods

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

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