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

ApiKey Struct

Definition

Argument completer implementation for ApiKey.

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

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(ApiKey)

Compares values of enum type ApiKey

Equals(Object)

Compares values of enum type ApiKey (override for Object)

GetHashCode()

Returns hashCode for enum ApiKey

ToString()

Returns string representation for ApiKey

Operators

Equality(ApiKey, ApiKey)

Overriding == operator for enum ApiKey

Implicit(ApiKey to String)

Implicit operator to convert ApiKey to string

Implicit(String to ApiKey)

Implicit operator to convert string to ApiKey

Inequality(ApiKey, ApiKey)

Overriding != operator for enum ApiKey

Applies to