Udostępnij za pośrednictwem


TargetServiceType Struct

Definition

The target service type.

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

Fields

AzureResource
ConfluentBootstrapServer
ConfluentSchemaRegistry
SelfHostedServer

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 TargetServiceType (override for Object)

Equals(TargetServiceType)

Compares values of enum type TargetServiceType

GetHashCode()

Returns hashCode for enum TargetServiceType

ToString()

Returns string representation for TargetServiceType

Operators

Equality(TargetServiceType, TargetServiceType)

Overriding == operator for enum TargetServiceType

Implicit(String to TargetServiceType)

Implicit operator to convert string to TargetServiceType

Implicit(TargetServiceType to String)

Implicit operator to convert TargetServiceType to string

Inequality(TargetServiceType, TargetServiceType)

Overriding != operator for enum TargetServiceType

Applies to