ConnectionCategory Struct

Definition

Category of the connection

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

Fields

AdlsGen2
AiServices
AmazonMws
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3Compatible
ApiKey
AzureBlob
AzureDatabricksDeltaLake
AzureDataExplorer
AzureMariaDb
AzureMySqlDb
AzureOneLake
AzureOpenAi
AzurePostgresDb
AzureSqlDb
AzureSqlMi
AzureSynapseAnalytics
AzureTableStorage
BingLlmSearch
Cassandra
CognitiveSearch
CognitiveService
Concur
ContainerRegistry
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomKeys
Db2
Drill
Dynamics
DynamicsAx
DynamicsCrm
Eloqua
FileServer
FtpServer
GenericContainerRegistry
GenericHttp
GenericRest
Git
GoogleAdWords
GoogleBigQuery
GoogleCloudStorage
Greenplum
Hbase
Hdfs
Hive
Hubspot
Impala
Informix
Jira
Magento
MariaDb
Marketo
MicrosoftAccess
MongoDbAtlas
MongoDbV2
MySql
Netezza
ODataRest
Odbc
Office365
OpenAi
Oracle
OracleCloudStorage
OracleServiceCloud
PayPal
Phoenix
PostgreSql
Presto
PythonFeed
QuickBooks
Redis
Responsys
S3
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SapBw
SapCloudForCustomer
SapEcc
SapHana
SapOpenHub
SapTable
Serp
Serverless
ServiceNow
Sftp
SharePointOnlineList
Shopify
Snowflake
Spark
SqlServer
Square
Sybase
Teradata
Vertica
WebTable
Xero
Zoho

Methods

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

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

Equals(ConnectionCategory)

Compares values of enum type ConnectionCategory

Equals(Object)

Compares values of enum type ConnectionCategory (override for Object)

GetHashCode()

Returns hashCode for enum ConnectionCategory

ToString()

Returns string representation for ConnectionCategory

Operators

Equality(ConnectionCategory, ConnectionCategory)

Overriding == operator for enum ConnectionCategory

Implicit(ConnectionCategory to String)

Implicit operator to convert ConnectionCategory to string

Implicit(String to ConnectionCategory)

Implicit operator to convert string to ConnectionCategory

Inequality(ConnectionCategory, ConnectionCategory)

Overriding != operator for enum ConnectionCategory

Applies to