Aracılığıyla paylaş


ConnectionStringType Struct

Definition

Type of database.

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

Fields

ApiHub
Custom
DocDb
EventHub
MySql
NotificationHub
PostgreSql
RedisCache
ServiceBus
SqlAzure
SqlServer

Methods

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

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

Equals(ConnectionStringType)

Compares values of enum type ConnectionStringType

Equals(Object)

Compares values of enum type ConnectionStringType (override for Object)

GetHashCode()

Returns hashCode for enum ConnectionStringType

ToString()

Returns string representation for ConnectionStringType

Operators

Equality(ConnectionStringType, ConnectionStringType)

Overriding == operator for enum ConnectionStringType

Implicit(ConnectionStringType to String)

Implicit operator to convert ConnectionStringType to string

Implicit(String to ConnectionStringType)

Implicit operator to convert string to ConnectionStringType

Inequality(ConnectionStringType, ConnectionStringType)

Overriding != operator for enum ConnectionStringType

Applies to