Microsoft.MachineLearningServices ワークスペース/接続 2023-08-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@2023-08-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
category: 'string'
expiryTime: 'string'
isSharedToAll: bool
metadata: any()
target: 'string'
authType: 'string'
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AccessKeyの場合は、次を使用します。
authType: 'AccessKey'
credentials: {
accessKeyId: 'string'
secretAccessKey: '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'
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'
username: 'string'
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: ワークスペース |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | 'ADLSGen2' 'ApiKey' 'AzureMySqlDb' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSynapseAnalytics' 'CognitiveSearch' 'CognitiveService' 'ContainerRegistry' 'CustomKeys' 'Git' 'PythonFeed' 'Redis' 'S3' 'Snowflake' |
expiryTime | 糸 | |
isSharedToAll | この接続がハブの下にあるすべてのプロジェクト ワークスペースと共有されるかどうか | bool |
metadata | 任意のオブジェクト | Bicep の場合は、any() 関数を使用できます。 |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する |
AccessKey ApiKey CustomKeys の ManagedIdentity なし PAT SAS ServicePrincipal UsernamePassword (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccessKey' (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ApiKey' (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'CustomKeys' (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ManagedIdentity' (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'None' (必須) |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'PAT' (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'SAS' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ServicePrincipal' (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 | |
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'UsernamePassword' (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
username | 糸 |
ARM テンプレート リソース定義
ワークスペース/接続リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.MachineLearningServices/workspaces/connections",
"apiVersion": "2023-08-01-preview",
"name": "string",
"properties": {
"category": "string",
"expiryTime": "string",
"isSharedToAll": "bool",
"metadata": {},
"target": "string",
"authType": "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AccessKeyの場合は、次を使用します。
"authType": "AccessKey",
"credentials": {
"accessKeyId": "string",
"secretAccessKey": "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"
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",
"username": "string"
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/workspaces/connections' |
apiVersion | リソース API のバージョン | '2023-08-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | 'ADLSGen2' 'ApiKey' 'AzureMySqlDb' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSynapseAnalytics' 'CognitiveSearch' 'CognitiveService' 'ContainerRegistry' 'CustomKeys' 'Git' 'PythonFeed' 'Redis' 'S3' 'Snowflake' |
expiryTime | 糸 | |
isSharedToAll | この接続がハブの下にあるすべてのプロジェクト ワークスペースと共有されるかどうか | bool |
metadata | 任意のオブジェクト | |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する |
AccessKey ApiKey CustomKeys の ManagedIdentity なし PAT SAS ServicePrincipal UsernamePassword (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'AccessKey' (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ApiKey' (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'CustomKeys' (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ManagedIdentity' (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'None' (必須) |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'PAT' (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'SAS' (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'ServicePrincipal' (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 | |
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | 'UsernamePassword' (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
username | 糸 |
Terraform (AzAPI プロバイダー) リソース定義
ワークスペース/接続リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/connections@2023-08-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
category = "string"
expiryTime = "string"
isSharedToAll = bool
target = "string"
authType = "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
})
}
WorkspaceConnectionPropertiesV2 オブジェクト
authType プロパティを設定して、オブジェクトの種類を指定します。
AccessKeyの場合は、次を使用します。
authType = "AccessKey"
credentials = {
accessKeyId = "string"
secretAccessKey = "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"
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"
username = "string"
}
プロパティ値
workspaces/connections
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/workspaces/connections@2023-08-01-preview" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ワークスペース |
プロパティ | WorkspaceConnectionPropertiesV2 (必須) |
WorkspaceConnectionPropertiesV2
名前 | 形容 | 価値 |
---|---|---|
カテゴリ | 接続のカテゴリ | "ADLSGen2" "ApiKey" "AzureMySqlDb" "AzureOpenAI" "AzurePostgresDb" "AzureSqlDb" "AzureSynapseAnalytics" "CognitiveSearch" "CognitiveService" "ContainerRegistry" "CustomKeys" "Git" "PythonFeed" "Redis" "S3" "Snowflake" |
expiryTime | 糸 | |
isSharedToAll | この接続がハブの下にあるすべてのプロジェクト ワークスペースと共有されるかどうか | bool |
metadata | 任意のオブジェクト | |
ターゲット | 糸 | |
authType | オブジェクトの種類を設定する |
AccessKey ApiKey CustomKeys の ManagedIdentity なし PAT SAS ServicePrincipal UsernamePassword (必須) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "AccessKey" (必須) |
資格 情報 | WorkspaceConnectionAccessKey |
WorkspaceConnectionAccessKey
名前 | 形容 | 価値 |
---|---|---|
accessKeyId | 糸 | |
secretAccessKey | 糸 |
ApiKeyAuthWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ApiKey" (必須) |
資格 情報 | ワークスペース接続資格情報の API キー オブジェクト。 | WorkspaceConnectionApiKey |
WorkspaceConnectionApiKey
名前 | 形容 | 価値 |
---|---|---|
鍵 | 糸 |
CustomKeysWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "CustomKeys" (必須) |
資格 情報 | カスタム キー資格情報オブジェクト | CustomKeys の |
CustomKeys
名前 | 形容 | 価値 |
---|---|---|
キー | {string} の辞書 | CustomKeys の |
{カスタマイズされたプロパティ} | 糸 |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ManagedIdentity" (必須) |
資格 情報 | WorkspaceConnectionManagedIdentity |
WorkspaceConnectionManagedIdentity
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
resourceId | 糸 |
NoneAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "None" (必須) |
PATAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "PAT" (必須) |
資格 情報 | WorkspaceConnectionPersonalAccessToken |
WorkspaceConnectionPersonalAccessToken
名前 | 形容 | 価値 |
---|---|---|
パット | 糸 |
SASAuthTypeWorkspaceConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "SAS" (必須) |
資格 情報 | WorkspaceConnectionSharedAccessSignature |
WorkspaceConnectionSharedAccessSignature
名前 | 形容 | 価値 |
---|---|---|
sas | 糸 |
ServicePrincipalAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "ServicePrincipal" (必須) |
資格 情報 | WorkspaceConnectionServicePrincipal |
WorkspaceConnectionServicePrincipal
名前 | 形容 | 価値 |
---|---|---|
clientId | 糸 | |
clientSecret | 糸 | |
tenantId | 糸 |
UsernamePasswordAuthTypeWorkspaceConnectionPropertie...
名前 | 形容 | 価値 |
---|---|---|
authType | 接続ターゲットの認証の種類 | "UsernamePassword" (必須) |
資格 情報 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionUsernamePassword
名前 | 形容 | 価値 |
---|---|---|
パスワード | 糸 | |
username | 糸 |