Sprog

WorkspaceConnectionGroup Struct

Definition

Group based on connection category.

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

Constructors

Name Description
WorkspaceConnectionGroup(String)

Initializes a new instance of WorkspaceConnectionGroup.

Properties

Name Description
Azure

Gets the Azure.

AzureAI

Gets the AzureAI.

Database

Gets the Database.

File

Gets the File.

GenericProtocol

Gets the GenericProtocol.

NoSQL

Gets the NoSQL.

ServicesAndApps

Gets the ServicesAndApps.

Methods

Name Description
Equals(WorkspaceConnectionGroup)

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

Name Description
Equality(WorkspaceConnectionGroup, WorkspaceConnectionGroup)

Determines if two WorkspaceConnectionGroup values are the same.

Implicit(String to Nullable<WorkspaceConnectionGroup>)
Implicit(String to WorkspaceConnectionGroup)

Converts a string to a WorkspaceConnectionGroup.

Inequality(WorkspaceConnectionGroup, WorkspaceConnectionGroup)

Determines if two WorkspaceConnectionGroup values are not the same.

Applies to