Microsoft.MachineLearningServices workspaces/connections 2024-01-01-preview
- 最新の を
する - 2024-07-01-preview
- 2024-04-01
- 2024-04-01-preview
- 2024-01-01-preview
- 2023-10-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-04-01
- 2023-04-01-preview
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-10-01
- 2022-10-01-preview
- 2022-06-01-preview
- 2022-05-01
- 2022-02-01-preview
- 2022-01-01-preview
- 2021-07-01
- 2021-04-01
- 2021-03-01-preview
- 2021-01-01
- 2020-09-01-preview
- 2020-08-01
- 2020-06-01
Bicep リソース定義
ワークスペース/接続リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
category: 'string'
expiryTime: 'string'
isSharedToAll: bool
metadata: any()
sharedUserList: [
'string'
]
target: 'string'
authType: 'string'
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AADの場合は、次を使用します。
authType: 'AAD'
AccessKeyの場合は、次を使用します。
authType: 'AccessKey'
credentials: {
accessKeyId: 'string'
secretAccessKey: 'string'
}
AccountKeyの場合は、次を使用します。
authType: 'AccountKey'
credentials: {
sas: 'string'
}
ApiKeyの場合は、次を使用します。
authType: 'ApiKey'
credentials: {
key: 'string'
}
CustomKeysを
authType: 'CustomKeys'
credentials: {
keys: {
{customized property}: 'string'
}
ManagedIdentityの場合は、次の値を使用します。
authType: 'ManagedIdentity'
credentials: {
clientId: 'string'
resourceId: 'string'
}
[なし] の場合は、次を使用します。
authType: 'None'
OAuth2の場合は、次を使用します。
authType: 'OAuth2'
credentials: {
authUrl: 'string'
clientId: 'string'
clientSecret: 'string'
developerToken: 'string'
password: 'string'
refreshToken: 'string'
tenantId: 'string'
username: 'string'
}
PATを
authType: 'PAT'
credentials: {
pat: 'string'
}
SASの場合は、次のコマンドを使用します。
authType: 'SAS'
credentials: {
sas: 'string'
}
ServicePrincipalを
authType: 'ServicePrincipal'
credentials: {
clientId: 'string'
clientSecret: 'string'
tenantId: 'string'
}
UsernamePasswordの場合は、次の値を使用します。
authType: 'UsernamePassword'
credentials: {
password: 'string'
securityToken: 'string'
username: 'string'
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: ワークスペース |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | 'ADLSGen2' 'AmazonMws' 'AmazonRdsForOracle' 'AmazonRdsForSqlServer' 'AmazonRedshift' 'AmazonS3Compatible' 'ApiKey' 'AzureBlob' 'AzureDataExplorer' 'AzureDatabricksDeltaLake' 'AzureMariaDb' 'AzureMySqlDb' 'AzureOneLake' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSqlMi' 'AzureSynapseAnalytics' 'AzureTableStorage' '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' 'Oracle' 'OracleCloudStorage' 'OracleServiceCloud' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'PythonFeed' 'QuickBooks' 'Redis' 'Responsys' 'S3' 'Salesforce' 'SalesforceMarketingCloud' 'SalesforceServiceCloud' 'SapBw' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'SapOpenHub' 'SapTable' 'ServiceNow' 'Sftp' 'SharePointOnlineList' 'Shopify' 'Snowflake' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'WebTable' 'Xero' 'Zoho' |
expiryTime | 糸 | |
isSharedToAll | bool | |
metadata | 任意のオブジェクト | Bicep の場合は、any() 関数を使用できます。 |
sharedUserList | string[] | |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する | AAD の AccessKey AccountKey ApiKey CustomKeys ManagedIdentity なし OAuth2 PAT SAS ServicePrincipal UsernamePassword (必須) |
AADAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AAD' (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccessKey' (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
AccountKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccountKey' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ApiKey' (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'CustomKeys' (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ManagedIdentity' (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'None' (必須) |
OAuth2AuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'OAuth2' (必須) |
資格 情報 | ClientId と ClientSecret が必要です。 その他のプロパティは省略可能です 各 OAuth2 プロバイダーの実装に応じて異なります。 |
WorkspaceConnectionOAuth2 |
WorkspaceConnectionOAuth2
名前 | 形容 | 価値 |
---|---|---|
authUrl | Concur 接続カテゴリで必須 | 糸 |
clientId | UUID 形式のクライアント ID | 糸 制約: 最小長 = 36 最大長 = 36 パターン = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
developerToken | GoogleAdWords 接続カテゴリで必須 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
パスワード | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
refreshToken | 必須: GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho ユーザーが RefreshToken をオフラインにする必要がある場所 |
糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
tenantId | QuickBooks と Xero 接続カテゴリで必須 | 糸 |
username | Concur、ServiceNow 認証サーバー AccessToken 許可の種類が 'Password' です UsernamePassword が必要です |
糸 |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'PAT' (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'SAS' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ServicePrincipal' (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'UsernamePassword' (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
securityToken | オプション。UsernamePassword に加えてセキュリティを強化するために SalesForce などの接続で必要 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
username | 糸 |
ARM テンプレート リソース定義
ワークスペース/接続リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.MachineLearningServices/workspaces/connections",
"apiVersion": "2024-01-01-preview",
"name": "string",
"properties": {
"category": "string",
"expiryTime": "string",
"isSharedToAll": "bool",
"metadata": {},
"sharedUserList": [ "string" ],
"target": "string",
"authType": "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AADの場合は、次を使用します。
"authType": "AAD"
AccessKeyの場合は、次を使用します。
"authType": "AccessKey",
"credentials": {
"accessKeyId": "string",
"secretAccessKey": "string"
}
AccountKeyの場合は、次を使用します。
"authType": "AccountKey",
"credentials": {
"sas": "string"
}
ApiKeyの場合は、次を使用します。
"authType": "ApiKey",
"credentials": {
"key": "string"
}
CustomKeysを
"authType": "CustomKeys",
"credentials": {
"keys": {
"{customized property}": "string"
}
ManagedIdentityの場合は、次の値を使用します。
"authType": "ManagedIdentity",
"credentials": {
"clientId": "string",
"resourceId": "string"
}
[なし] の場合は、次を使用します。
"authType": "None"
OAuth2の場合は、次を使用します。
"authType": "OAuth2",
"credentials": {
"authUrl": "string",
"clientId": "string",
"clientSecret": "string",
"developerToken": "string",
"password": "string",
"refreshToken": "string",
"tenantId": "string",
"username": "string"
}
PATを
"authType": "PAT",
"credentials": {
"pat": "string"
}
SASの場合は、次のコマンドを使用します。
"authType": "SAS",
"credentials": {
"sas": "string"
}
ServicePrincipalを
"authType": "ServicePrincipal",
"credentials": {
"clientId": "string",
"clientSecret": "string",
"tenantId": "string"
}
UsernamePasswordの場合は、次の値を使用します。
"authType": "UsernamePassword",
"credentials": {
"password": "string",
"securityToken": "string",
"username": "string"
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/workspaces/connections' |
apiVersion | リソース API のバージョン | '2024-01-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | 'ADLSGen2' 'AmazonMws' 'AmazonRdsForOracle' 'AmazonRdsForSqlServer' 'AmazonRedshift' 'AmazonS3Compatible' 'ApiKey' 'AzureBlob' 'AzureDataExplorer' 'AzureDatabricksDeltaLake' 'AzureMariaDb' 'AzureMySqlDb' 'AzureOneLake' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSqlMi' 'AzureSynapseAnalytics' 'AzureTableStorage' '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' 'Oracle' 'OracleCloudStorage' 'OracleServiceCloud' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'PythonFeed' 'QuickBooks' 'Redis' 'Responsys' 'S3' 'Salesforce' 'SalesforceMarketingCloud' 'SalesforceServiceCloud' 'SapBw' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'SapOpenHub' 'SapTable' 'ServiceNow' 'Sftp' 'SharePointOnlineList' 'Shopify' 'Snowflake' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'WebTable' 'Xero' 'Zoho' |
expiryTime | 糸 | |
isSharedToAll | bool | |
metadata | 任意のオブジェクト | |
sharedUserList | string[] | |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する | AAD の AccessKey AccountKey ApiKey CustomKeys ManagedIdentity なし OAuth2 PAT SAS ServicePrincipal UsernamePassword (必須) |
AADAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AAD' (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccessKey' (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
AccountKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccountKey' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ApiKey' (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'CustomKeys' (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ManagedIdentity' (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'None' (必須) |
OAuth2AuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'OAuth2' (必須) |
資格 情報 | ClientId と ClientSecret が必要です。 その他のプロパティは省略可能です 各 OAuth2 プロバイダーの実装に応じて異なります。 |
WorkspaceConnectionOAuth2 |
WorkspaceConnectionOAuth2
名前 | 形容 | 価値 |
---|---|---|
authUrl | Concur 接続カテゴリで必須 | 糸 |
clientId | UUID 形式のクライアント ID | 糸 制約: 最小長 = 36 最大長 = 36 パターン = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
developerToken | GoogleAdWords 接続カテゴリで必須 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
パスワード | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
refreshToken | 必須: GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho ユーザーが RefreshToken をオフラインにする必要がある場所 |
糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
tenantId | QuickBooks と Xero 接続カテゴリで必須 | 糸 |
username | Concur、ServiceNow 認証サーバー AccessToken 許可の種類が 'Password' です UsernamePassword が必要です |
糸 |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'PAT' (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'SAS' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ServicePrincipal' (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'UsernamePassword' (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
securityToken | オプション。UsernamePassword に加えてセキュリティを強化するために SalesForce などの接続で必要 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
username | 糸 |
Terraform (AzAPI プロバイダー) リソース定義
ワークスペース/接続リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
category = "string"
expiryTime = "string"
isSharedToAll = bool
sharedUserList = [
"string"
]
target = "string"
authType = "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
})
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AADの場合は、次を使用します。
authType = "AAD"
AccessKeyの場合は、次を使用します。
authType = "AccessKey"
credentials = {
accessKeyId = "string"
secretAccessKey = "string"
}
AccountKeyの場合は、次を使用します。
authType = "AccountKey"
credentials = {
sas = "string"
}
ApiKeyの場合は、次を使用します。
authType = "ApiKey"
credentials = {
key = "string"
}
CustomKeysを
authType = "CustomKeys"
credentials = {
keys = {
{customized property} = "string"
}
ManagedIdentityの場合は、次の値を使用します。
authType = "ManagedIdentity"
credentials = {
clientId = "string"
resourceId = "string"
}
[なし] の場合は、次を使用します。
authType = "None"
OAuth2の場合は、次を使用します。
authType = "OAuth2"
credentials = {
authUrl = "string"
clientId = "string"
clientSecret = "string"
developerToken = "string"
password = "string"
refreshToken = "string"
tenantId = "string"
username = "string"
}
PATを
authType = "PAT"
credentials = {
pat = "string"
}
SASの場合は、次のコマンドを使用します。
authType = "SAS"
credentials = {
sas = "string"
}
ServicePrincipalを
authType = "ServicePrincipal"
credentials = {
clientId = "string"
clientSecret = "string"
tenantId = "string"
}
UsernamePasswordの場合は、次の値を使用します。
authType = "UsernamePassword"
credentials = {
password = "string"
securityToken = "string"
username = "string"
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ワークスペース |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | "ADLSGen2" "AmazonMws" "AmazonRdsForOracle" "AmazonRdsForSqlServer" "AmazonRedshift" "AmazonS3Compatible" "ApiKey" "AzureBlob" "AzureDataExplorer" "AzureDatabricksDeltaLake" "AzureMariaDb" "AzureMySqlDb" "AzureOneLake" "AzureOpenAI" "AzurePostgresDb" "AzureSqlDb" "AzureSqlMi" "AzureSynapseAnalytics" "AzureTableStorage" "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" "Oracle" "OracleCloudStorage" "OracleServiceCloud" "PayPal" "Phoenix" "PostgreSql" "Presto" "PythonFeed" "QuickBooks" "Redis" "Responsys" "S3" "Salesforce" "SalesforceMarketingCloud" "SalesforceServiceCloud" "SapBw" "SapCloudForCustomer" "SapEcc" "SapHana" "SapOpenHub" "SapTable" "ServiceNow" "Sftp" "SharePointOnlineList" "Shopify" "Snowflake" "Spark" "SqlServer" "Square" "Sybase" "Teradata" "Vertica" "WebTable" "Xero" "Zoho" |
expiryTime | 糸 | |
isSharedToAll | bool | |
metadata | 任意のオブジェクト | |
sharedUserList | string[] | |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する | AAD の AccessKey AccountKey ApiKey CustomKeys ManagedIdentity なし OAuth2 PAT SAS ServicePrincipal UsernamePassword (必須) |
AADAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "AAD" (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "AccessKey" (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
AccountKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "AccountKey" (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ApiKey" (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "CustomKeys" (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ManagedIdentity" (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "None" (必須) |
OAuth2AuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "OAuth2" (必須) |
資格 情報 | ClientId と ClientSecret が必要です。 その他のプロパティは省略可能です 各 OAuth2 プロバイダーの実装に応じて異なります。 |
WorkspaceConnectionOAuth2 |
WorkspaceConnectionOAuth2
名前 | 形容 | 価値 |
---|---|---|
authUrl | Concur 接続カテゴリで必須 | 糸 |
clientId | UUID 形式のクライアント ID | 糸 制約: 最小長 = 36 最大長 = 36 パターン = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
developerToken | GoogleAdWords 接続カテゴリで必須 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
パスワード | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
refreshToken | 必須: GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho ユーザーが RefreshToken をオフラインにする必要がある場所 |
糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
tenantId | QuickBooks と Xero 接続カテゴリで必須 | 糸 |
username | Concur、ServiceNow 認証サーバー AccessToken 許可の種類が 'Password' です UsernamePassword が必要です |
糸 |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "PAT" (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "SAS" (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ServicePrincipal" (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
|
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "UsernamePassword" (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
securityToken | オプション。UsernamePassword に加えてセキュリティを強化するために SalesForce などの接続で必要 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
username | 糸 |