Microsoft.MachineLearningServices workspaces/onlineEndpoints 2021-03-01-preview

Bicep リソース定義

workspaces/onlineEndpoints リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/onlineEndpoints リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  kind: 'string'
  parent: resourceSymbolicName
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {
        clientId: 'string'
        principalId: 'string'
      }
    }
  }
  properties: {
    authMode: 'string'
    description: 'string'
    keys: {
      primaryKey: 'string'
      secondaryKey: 'string'
      primaryKey: 'string'
      secondaryKey: 'string'
      primaryKey: 'string'
      secondaryKey: 'string'
    }
    properties: {
      {customized property}: 'string'
    }
    target: 'string'
    traffic: {
      {customized property}: int
    }
  }
}

プロパティ値

workspaces/onlineEndpoints

名前 形容 価値
名前 リソース名

Bicepで子リソースの名前と種類 設定する方法を参照してください。
string (必須)
場所 リソースが存在する地理的な場所 string (必須)
タグ リソース タグ。 タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 同じ種類のリソースに対して異なる UX エクスペリエンスをレンダリングするためにポータルやツールなどで使用されるメタデータ。
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: ワークスペース
同一性 リソースに関連付けられているサービス ID。 ResourceIdentity
プロパティ [必須]エンティティの追加の属性。 OnlineEndpoint (必須)

ResourceIdentity

名前 形容 価値
種類 ResourceIdentity の型の値を定義します。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities ユーザー割り当て ID のディクショナリ。キーは UAI の ARM リソース ID です。 ResourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

名前 形容 価値
{カスタマイズされたプロパティ} UserAssignedIdentityMeta の

UserAssignedIdentityMeta

名前 形容 価値
clientId アプリケーション ID とは、Azure AD によって生成される一意の識別子で、初期プロビジョニング時にアプリケーションとサービス プリンシパルに関連付けられます。
principalId Azure リソースへのロールベースのアクセスを許可するために使用されるマネージド ID のサービス プリンシパル オブジェクトのオブジェクト ID。

OnlineEndpoint

名前 形容 価値
authMode [必須]推論エンドポイント認証モードの種類 'AADToken'
'AMLToken'
'Key' (必須)
形容 推論エンドポイントの説明。
キー エンドポイントで最初に設定する EndpointAuthKeys。
このプロパティは常に null として返されます。 AuthKey 値は ListKeys API を使用して取得する必要があります。
EndpointAuthKeys
プロパティ プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。 OnlineEndpointProperties
ターゲット コンピューティングの ARM リソース ID (存在する場合)。
随意
交通 デプロイ間でのトラフィックのルーティング方法に関するトラフィック ルール。 OnlineEndpointTraffic

EndpointAuthKeys

名前 形容 価値
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。

OnlineEndpointProperties

名前 形容 価値
{カスタマイズされたプロパティ}

OnlineEndpointTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ARM テンプレート リソース定義

workspaces/onlineEndpoints リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/onlineEndpoints リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.MachineLearningServices/workspaces/onlineEndpoints",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "kind": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
        "clientId": "string",
        "principalId": "string"
      }
    }
  },
  "properties": {
    "authMode": "string",
    "description": "string",
    "keys": {
      "primaryKey": "string",
      "secondaryKey": "string",
      "primaryKey": "string",
      "secondaryKey": "string",
      "primaryKey": "string",
      "secondaryKey": "string"
    },
    "properties": {
      "{customized property}": "string"
    },
    "target": "string",
    "traffic": {
      "{customized property}": "int"
    }
  }
}

プロパティ値

workspaces/onlineEndpoints

名前 形容 価値
種類 リソースの種類 'Microsoft.MachineLearningServices/workspaces/onlineEndpoints'
apiVersion リソース API のバージョン '2021-03-01-preview'
名前 リソース名

JSON ARM テンプレートで子リソースの名前と型 設定する方法を参照してください。
string (必須)
場所 リソースが存在する地理的な場所 string (必須)
タグ リソース タグ。 タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 同じ種類のリソースに対して異なる UX エクスペリエンスをレンダリングするためにポータルやツールなどで使用されるメタデータ。
同一性 リソースに関連付けられているサービス ID。 ResourceIdentity
プロパティ [必須]エンティティの追加の属性。 OnlineEndpoint (必須)

ResourceIdentity

名前 形容 価値
種類 ResourceIdentity の型の値を定義します。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities ユーザー割り当て ID のディクショナリ。キーは UAI の ARM リソース ID です。 ResourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

名前 形容 価値
{カスタマイズされたプロパティ} UserAssignedIdentityMeta の

UserAssignedIdentityMeta

名前 形容 価値
clientId アプリケーション ID とは、Azure AD によって生成される一意の識別子で、初期プロビジョニング時にアプリケーションとサービス プリンシパルに関連付けられます。
principalId Azure リソースへのロールベースのアクセスを許可するために使用されるマネージド ID のサービス プリンシパル オブジェクトのオブジェクト ID。

OnlineEndpoint

名前 形容 価値
authMode [必須]推論エンドポイント認証モードの種類 'AADToken'
'AMLToken'
'Key' (必須)
形容 推論エンドポイントの説明。
キー エンドポイントで最初に設定する EndpointAuthKeys。
このプロパティは常に null として返されます。 AuthKey 値は ListKeys API を使用して取得する必要があります。
EndpointAuthKeys
プロパティ プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。 OnlineEndpointProperties
ターゲット コンピューティングの ARM リソース ID (存在する場合)。
随意
交通 デプロイ間でのトラフィックのルーティング方法に関するトラフィック ルール。 OnlineEndpointTraffic

EndpointAuthKeys

名前 形容 価値
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。

OnlineEndpointProperties

名前 形容 価値
{カスタマイズされたプロパティ}

OnlineEndpointTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

Terraform (AzAPI プロバイダー) リソース定義

workspaces/onlineEndpoints リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/onlineEndpoints リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      authMode = "string"
      description = "string"
      keys = {
        primaryKey = "string"
        secondaryKey = "string"
        primaryKey = "string"
        secondaryKey = "string"
        primaryKey = "string"
        secondaryKey = "string"
      }
      properties = {
        {customized property} = "string"
      }
      target = "string"
      traffic = {
        {customized property} = int
      }
    }
    kind = "string"
  })
}

プロパティ値

workspaces/onlineEndpoints

名前 形容 価値
種類 リソースの種類 "Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview"
名前 リソース名 string (必須)
場所 リソースが存在する地理的な場所 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ワークスペース
タグ リソース タグ。 タグ名と値のディクショナリ。
種類 同じ種類のリソースに対して異なる UX エクスペリエンスをレンダリングするためにポータルやツールなどで使用されるメタデータ。
同一性 リソースに関連付けられているサービス ID。 ResourceIdentity
プロパティ [必須]エンティティの追加の属性。 OnlineEndpoint (必須)

ResourceIdentity

名前 形容 価値
種類 ResourceIdentity の型の値を定義します。 "SystemAssigned"
"SystemAssigned,UserAssigned"
"UserAssigned"
identity_ids ユーザー割り当て ID のディクショナリ。キーは UAI の ARM リソース ID です。 ユーザー ID ID の配列。

ResourceIdentityUserAssignedIdentities

名前 形容 価値
{カスタマイズされたプロパティ} UserAssignedIdentityMeta の

UserAssignedIdentityMeta

名前 形容 価値
clientId アプリケーション ID とは、Azure AD によって生成される一意の識別子で、初期プロビジョニング時にアプリケーションとサービス プリンシパルに関連付けられます。
principalId Azure リソースへのロールベースのアクセスを許可するために使用されるマネージド ID のサービス プリンシパル オブジェクトのオブジェクト ID。

OnlineEndpoint

名前 形容 価値
authMode [必須]推論エンドポイント認証モードの種類 "AADToken"
"AMLToken"
"Key" (必須)
形容 推論エンドポイントの説明。
キー エンドポイントで最初に設定する EndpointAuthKeys。
このプロパティは常に null として返されます。 AuthKey 値は ListKeys API を使用して取得する必要があります。
EndpointAuthKeys
プロパティ プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。 OnlineEndpointProperties
ターゲット コンピューティングの ARM リソース ID (存在する場合)。
随意
交通 デプロイ間でのトラフィックのルーティング方法に関するトラフィック ルール。 OnlineEndpointTraffic

EndpointAuthKeys

名前 形容 価値
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。
primaryKey 主キー。
secondaryKey セカンダリ キー。

OnlineEndpointProperties

名前 形容 価値
{カスタマイズされたプロパティ}

OnlineEndpointTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int