Udostępnij za pośrednictwem


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

Django
Dotnet
Go
Java
KafkaSpringBoot
Nodejs
None
Php
Python
Ruby
SpringBoot

Methods

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

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