ConnectionStringType Struct

Definition

[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)
Equals(ConnectionStringType)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(ConnectionStringType, ConnectionStringType)
Implicit(ConnectionStringType to String)
Implicit(String to ConnectionStringType)
Inequality(ConnectionStringType, ConnectionStringType)

Applies to