通过


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

ClientType Struct

Definition

The application client type

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

Fields

Name Description
Django
Dotnet
Go
Java
KafkaSpringBoot
Nodejs
None
Php
Python
Ruby
SpringBoot

Methods

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

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

Equals(ClientType)

Compares values of enum type ClientType

Equals(Object)

Compares values of enum type ClientType (override for Object)

GetHashCode()

Returns hashCode for enum ClientType

ToString()

Returns string representation for ClientType

Operators

Name Description
Equality(ClientType, ClientType)

Overriding == operator for enum ClientType

Implicit(ClientType to String)

Implicit operator to convert ClientType to string

Implicit(String to ClientType)

Implicit operator to convert string to ClientType

Inequality(ClientType, ClientType)

Overriding != operator for enum ClientType

Applies to