AzureMLServiceLinkedService クラス

定義

Azure ML Service のリンクされたサービス。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService+AzureMLServiceLinkedServiceConverter))]
public class AzureMLServiceLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService+AzureMLServiceLinkedServiceConverter))>]
type AzureMLServiceLinkedService = class
    inherit LinkedService
Public Class AzureMLServiceLinkedService
Inherits LinkedService
継承
AzureMLServiceLinkedService
属性

コンストラクター

AzureMLServiceLinkedService(Object, Object, Object)

AzureMLServiceLinkedService の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

リンクされたサービスの説明に使用できるタグの一覧。

(継承元 LinkedService)
Authentication

AzureML への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Description

リンクされたサービスの説明。

(継承元 LinkedService)
EncryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

MlWorkspaceName

Azure ML Service ワークスペース名。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーター。

(継承元 LinkedService)
ResourceGroupName

Azure ML Service ワークスペースのリソース グループ名。 型: string (または resultType 文字列を含む式)。

ServicePrincipalId

発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。

ServicePrincipalKey

発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルのキー。 基底クラスであることに注意 SecretBase してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

SubscriptionId

Azure ML Service ワークスペースのサブスクリプション ID。 型: string (または resultType 文字列を含む式)。

Tenant

サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

適用対象