Udostępnij za pośrednictwem


MachineLearningConnectionCategory Struct

Definition

Category of the connection.

public readonly struct MachineLearningConnectionCategory : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningConnectionCategory>
type MachineLearningConnectionCategory = struct
Public Structure MachineLearningConnectionCategory
Implements IEquatable(Of MachineLearningConnectionCategory)
Inheritance
MachineLearningConnectionCategory
Implements

Constructors

MachineLearningConnectionCategory(String)

Initializes a new instance of MachineLearningConnectionCategory.

Properties

AdlsGen2

ADLSGen2.

ApiKey

ApiKey.

AzureMySqlDB

AzureMySqlDb.

AzureOpenAI

AzureOpenAI.

AzurePostgresDB

AzurePostgresDb.

AzureSqlDB

AzureSqlDb.

AzureSynapseAnalytics

AzureSynapseAnalytics.

CognitiveSearch

CognitiveSearch.

CognitiveService

CognitiveService.

ContainerRegistry

ContainerRegistry.

CustomKeys

CustomKeys.

Git

Git.

PythonFeed

PythonFeed.

Redis

Redis.

S3

S3.

Snowflake

Snowflake.

Methods

Equals(MachineLearningConnectionCategory)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MachineLearningConnectionCategory, MachineLearningConnectionCategory)

Determines if two MachineLearningConnectionCategory values are the same.

Implicit(String to MachineLearningConnectionCategory)

Converts a string to a MachineLearningConnectionCategory.

Inequality(MachineLearningConnectionCategory, MachineLearningConnectionCategory)

Determines if two MachineLearningConnectionCategory values are not the same.

Applies to