オファーを作成または変更する

Note

Cloud パートナー ポータル API はパートナー センターと統合されており、引き続き機能します。 切り替えにより、小さな変更が加えられました。 「Cloud パートナー ポータルの API リファレンス」に記載されている変更内容を調べて、パートナー センターへの切り替え後もコードが引き続き動作することを確認してください。 CPP API は、パートナー センターへの切り替え前に既に統合されている既存の製品に対してのみ使用してください。新しい製品では、パートナー センター申請 API を使用する必要があります。

この呼び出しでは、パブリッシャーの名前空間内にある特定のオファーが更新されるか、または新しいオファーが作成されます。

PUT https://cloudpartner.azure.com/api/publishers/<publisherId>/offers/<offerId>?api-version=2017-10-31

URI パラメーター

名前 説明 データの種類
publisherId パブリッシャー ID。たとえば、contoso String
offerId オファー ID String
api-version API の最新バージョン
名前 Value
コンテンツタイプ application/json
承認 Bearer YOUR_TOKEN

本文の例

次の例では、offerID が contosovirtualmachine のオファーを作成します。

要求

  {
      "publisherId": "contoso",
      "offerTypeId": "microsoft-azure-virtualmachines",
      "id": "contosovirtualmachine",
      "offerTypeVersions": {
          "microsoft-azure-virtualmachines": 87,
          "microsoft-azure-marketplace": 39
      },
      "definition": {
          "displayText": "Contoso Virtual Machine Offer",
          "offer": {
          "microsoft-azure-marketplace.title": "Contoso App",
          "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
          "microsoft-azure-marketplace.allowedSubscriptions": ["59160c40-2e25-4dcf-a2fd-6514cb08bf08"],
          "microsoft-azure-marketplace.usefulLinks": [{
              "linkTitle": "Contoso App for Azure",
              "linkUrl": "https://azuremarketplace.microsoft.com"
          }],
          "microsoft-azure-marketplace.categoryMap": [
                {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                        "visualization-and-reporting"
                    ]
                },
                {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning":[
                        "bot-services",
                        "cognitive-services",
                        "other"
                    ]
                }
            ],
          "microsoft-azure-marketplace.smallLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/6218c455-9cbc-450c-9920-f2e7a69ee132.png?sv=2014-02-14&sr=b&sig=6O8MM9dgiJ48VK0MwddkyVbprRAnBszyhVkVHGShhkI%3D&se=2019-03-28T19%3A46%3A50Z&sp=r",
          "microsoft-azure-marketplace.mediumLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/557e714b-2f31-4e12-b0cc-e48dd840edf4.png?sv=2014-02-14&sr=b&sig=NwL67NTQf9Gc9VScmZehtbHXpYmxhwZc2foy3o4xavs%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.largeLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/142485da-784c-44cb-9523-d4f396446258.png?sv=2014-02-14&sr=b&sig=xaMxhwx%2FlKYfz33mJGIg8UBdVpsOwVvqhjTJ883o0iY%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.wideLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/48af9013-1df7-4c94-8da8-4626e5039ce0.png?sv=2014-02-14&sr=b&sig=%2BnN7f2tprkrqb45ID6JlT01zXcy1PMTkWXtLKD6nfoE%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.heroLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/c46ec74d-d214-4fb5-9082-3cee55200eba.png?sv=2014-02-14&sr=b&sig=RfDvjowFGpP4WZGAHylbF2CuXwO2NXOrwycrXEJvJI4%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.screenshots": [],
          "microsoft-azure-marketplace.videos": [],
          "microsoft-azure-marketplace.leadDestination": "None",
          "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
          "microsoft-azure-marketplace.termsOfUse": "Terms of use",
          "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
          "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.supportContactName": "Jon Doe",
          "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.publicAzureSupportUrl": "",
          "microsoft-azure-marketplace.fairfaxSupportUrl": ""
      },
      "plans": 
      [
          {
              "planId": "contososkuidentifier",
              "microsoft-azure-virtualmachines.skuTitle": "Contoso App",
              "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
              "microsoft-azure-virtualmachines.cloudAvailability": ["PublicAzure"],
              "virtualMachinePricing": {
                  "isByol": true,
                  "freeTrialDurationInMonths": 0
              },
              "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
              "microsoft-azure-virtualmachines.windowsOSType": "Other",
              "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
              "microsoft-azure-virtualmachines.recommendedVMSizes": ["a0-basic", "a0-standard", "a1-basic", "a1-standard", "a2-basic", "a2-standard"],
              "microsoft-azure-virtualmachines.openPorts": [],
              "microsoft-azure-virtualmachines.vmImages": 
              {
                  "1.0.1": 
                  {
                      "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=WlDo6Q4xwYH%2B5QEJbItPUVdgHhBcrVxPBmntZ2vU96w%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                      "lunVhdDetails": []
                  }
              },
              "regions": ["AZ"]
          }
          ]
      },
      "eTag": "W/\"datetime'2017-06-07T06%3A15%3A40.4771399Z'\"",
      "version": 5
  }

回答

 {
         "offerTypeId": "microsoft-azure-virtualmachines",
         "publisherId": "contoso",
         "status": "neverPublished",
         "id": "contosovirtualmachine",
         "version": 1,
         "definition": {
         "displayText": "Contoso Virtual Machine Offer",
         "offer": 
         {
             "microsoft-azure-marketplace-testdrive.videos": [],
             "microsoft-azure-marketplace.title": "Contoso App",
             "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
             "microsoft-azure-marketplace.allowedSubscriptions": 
             [
                 "59160c40-2e25-4dcf-a2fd-6514cb08bf08"
             ],
             "microsoft-azure-marketplace.usefulLinks": 
             [
                 {
                     "linkTitle": "Contoso App for Azure",
                     "linkUrl": "https://azuremarketplace.microsoft.com"
                 }
             ],
             "microsoft-azure-marketplace.categoryMap":
             [
                 {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                    "visualization-and-reporting"
                    ]
                 },
                 {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning": [
                    "bot-services",
                    "cognitive-services",
                    "other"
                    ]
                 }
             ],
             "microsoft-azure-marketplace.smallLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/8affcd28-60a5-4839-adf8-c560e069fd61.png?sv=2014-02-14&sr=b&sig=nGErAgn%2BDUecrX892wcmk32kh0MHgIZeJ5jcKyY%2Fuew%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.mediumLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/39550bca-1110-432c-9ea9-e12b3a2288cd.png?sv=2014-02-14&sr=b&sig=4X0hlkXYtuZOmcYq%2BsbYVZz3k5k26kngcFX6yBAJjNI%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.largeLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/ce3576e3-df12-4074-b0a3-0b8d3f329df1.png?sv=2014-02-14&sr=b&sig=mFhtCUQh%2FbFz10nlIWbqsz6jq5MBZ0M%2F5cIREE9P6V0%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.wideLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/476d6edd-12d3-4414-9def-d2970c4a9de4.png?sv=2014-02-14&sr=b&sig=pg4MDSZjAb8w8D%2FrQ9RT%2BodpynSy%2FlYOvpx0yeam2Bw%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.heroLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/46c85b7b-4438-4e0d-8218-24fb5651727a.png?sv=2014-02-14&sr=b&sig=wIsCOO5%2BDj8NsLVSwwzwTgogF71oA7Q1XjKhNB1ni5g%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.screenshots": [],
             "microsoft-azure-marketplace.videos": [],
             "microsoft-azure-marketplace.leadDestination": "None",
             "microsoft-azure-marketplace.tableLeadConfiguration": {},
             "microsoft-azure-marketplace.blobLeadConfiguration": {},
             "microsoft-azure-marketplace.salesForceLeadConfiguration": {},
             "microsoft-azure-marketplace.crmLeadConfiguration": {},
             "microsoft-azure-marketplace.httpsEndpointLeadConfiguration": {},
             "microsoft-azure-marketplace.marketoLeadConfiguration": {},
             "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
             "microsoft-azure-marketplace.termsOfUse": "Terms of use",
             "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
             "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.supportContactName": "Jon Doe",
             "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.publicAzureSupportUrl": "",
             "microsoft-azure-marketplace.fairfaxSupportUrl": ""
         },
         "plans": 
         [
             {
                 "planId": "contososkuidentifier",
                 "microsoft-azure-virtualmachines.skuTitle": "Contoso App (Old Title)",
                 "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
                 "microsoft-azure-virtualmachines.cloudAvailability": 
                 [
                     "PublicAzure"
                 ],
                 "microsoft-azure-virtualmachines.certificationsFairfax": [],
                 "virtualMachinePricing": {
                     "isByol": true,
                     "freeTrialDurationInMonths": 0
                 },
                 "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
                 "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
                 "microsoft-azure-virtualmachines.recommendedVMSizes": 
                 [
                     "a0-basic",
                     "a0-standard",
                     "a1-basic",
                     "a1-standard",
                     "a2-basic",
                     "a2-standard"
                 ],
                 "microsoft-azure-virtualmachines.openPorts": [],
                 "microsoft-azure-virtualmachines.vmImages": 
                 {
                     "1.0.1": 
                     {
                         "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=WlDo6Q4xwYH%2B5QEJbItPUVdgHhBcrVxPBmntZ2vU96w%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                         "lunVhdDetails": []
                     }
                 },
                 "regions":
                 [
                     "AZ"
                 ]
             } 
         ]
     },
     "changedTime": "2018-03-28T22:27:13.8363879Z"
 }

Note

このオファーを変更するには、* に設定した If-Match ヘッダーを上の要求に追加します。 上記と同じ要求本文を使いますが、必要に応じて値を変更します。

応答状態コード

コード 説明
200 OK. 要求が正常に処理されて、オファーが正常に変更されました。
201 Created. 要求が正常に処理されて、オファーが正常に作成されました。
400 Bad/Malformed request. エラーの応答本文にさらに情報が含まれている場合があります。
403 Forbidden. クライアントは、要求された名前空間にアクセスできません。
404 Not found. クライアントによって参照されているエンティティは存在しません。
412 サーバーが、要求者が要求で指定した前提条件の 1 つを満たしていません。 クライアントは、要求で送信された ETAG をチェックする必要があります。

成果物のアップロード

イメージやロゴなどの成果物は、Web 上のアクセス可能な場所にアップロードした後、上記の例のように、PUT 要求の URI として組み込むことにより、共有する必要があります。 これらのファイルが Azure Marketplace ストレージに存在しないことをシステムが検出し、ダウンロードします。 その結果、将来の GET 要求ではこれらのファイルに対して Azure Marketplace サービスの URL が返されます。

カテゴリと業界

新しいプランを作成するときに、マーケットプレースのプランのカテゴリを指定する必要があります。 必要に応じて、一部のプランの種類で業界を指定することもできます。 プランの種類に基づいて、次の表の特定のキー値を使用して、プランに適用されるカテゴリ/業界を指定します。

Azure Marketplace のカテゴリ

これらのカテゴリとその各キーは、Azure アプリ、Virtual Machines、コア Virtual Machines、コンテナー、コンテナー アプリ、IoT Edge モジュール、および SaaS のプランの種類に適用されます。 太字の斜体の項目 (analytics など) はカテゴリで、標準テキストの項目 (data-insights など) はその下のサブカテゴリです。 スペーシングまたは大文字小文字を変更せずに、正確なキー値を使用してください。

カテゴリ SaaS のキー Azure アプリのキー 仮想マシン、コンテナー、コンテナー アプリ、IoT Edge モジュール、コア仮想マシンのキー
Analytics analytics analytics-azure-apps analytics-amp
データ分析情報 data-insights data-insights data-insights
データ分析 data-analytics data-analytics data-analytics
ビッグ データ big-data bigData big-data
予測分析 predictive-analytics predictive-analytics predictive-analytics
リアルタイム/ストリーミング分析 real-time-streaming-analytics real-time-streaming-analytics real-time-streaming-analytics
その他 other other-analytics other
AI + 機械学習 ArtificialIntelligence ai-plus-machine-learning ai-plus-machine-learning
Bot Service bot-services bot-services bot-services
Cognitive Services cognitive-services cognitive-services cognitive-services
ML サービス ml-service ml-service ml-service
自動化された ML automated-ml automated-ml automated-ml
ビジネス/ロボット プロセスの自動化 business-robotic-process-automation business-robotic-process-automation business-robotic-process-automation
データのラベル付け data-labelling data-labelling data-labelling
データの準備 data-preparation data-preparation data-preparation
ナレッジ マイニング knowledge-mining knowledge-mining knowledge-mining
ML 操作 ml-operations ml-operations ml-operations
その他 other-AI-plus-machine-learning other other
ブロックチェーン blockchain blockchain blockchain
アプリのアクセラレータ app-accelerators app-accelerators app-accelerators
単一ノード台帳 single-node-ledger single-node-ledger single-node-ledger
マルチノード台帳 multi-node-ledger multi-node-ledger multi-node-ledger
ツール tools tools tools
その他 other other other
Compute compute-saas compute-azure-apps compute
アプリケーション インフラストラクチャ appInfra appInfrastructure application-infrastructure
オペレーティング システム clientOS clientOS operating-systems
キャッシュ キャッシュ キャッシュ キャッシュ
その他 other-compute other-compute other
Containers containers containers containers
コンテナー アプリ container-apps container-apps container-apps
コンテナー イメージ container-images container-images container-images
コンテナーの使用開始 get-started-with-containers get-started-with-containers get-started-with-containers
その他 other other other
データベース databases-saas database databases
NoSQL データベース nosql-databases nosql-databases nosql-databases
リレーショナル データベース relational-databases relational-databases relational-databases
台帳/ブロックチェーン データベース ledger-blockchain-databases ledger-blockchain-databases ledger-blockchain-databases
データ レイク data-lakes data-lakes data-lakes
データ ウェアハウス (data warehouse) data-warehouse data-warehouse data-warehouse
その他 other-databases other-databases other
開発者ツール developer-tools-saas developer-tools-azure-apps developer-tools
ツール tools-developer-tools tools-developer-tools tools-developer-tools
スクリプト scripts scripts scripts
開発者サービス devService devService developer-service
その他 other-developer-tools other-developer-tools other
DevOps devops devops devops
その他 other other other
ID identity identity identity
アクセス管理 access-management access-management access-management
その他 other other other
統合 integration integration integration
メッセージング messaging messaging messaging
その他 other other other
モノのインターネット (IoT) IoT internet-of-things-azure-apps internet-of-things
IoT コア サービス 該当なし iot-core-services iot-core-services
IoT Edge のモジュール 該当なし iot-edge-modules iot-edge-modules
IoT ソリューション iot-solutions iot-solutions iot-solutions
データ分析 & ビジュアル化 data-analytics-and-visualization data-analytics-and-visualization data-analytics-and-visualization
IoT 接続 iot-connectivity iot-connectivity iot-connectivity
その他 other-internet-of-things other-internet-of-things other
IT と管理ツール ITandAdministration it-and-management-tools-azure-apps it-and-management-tools
管理ソリューション management-solutions management-solutions management-solutions
ビジネス アプリケーション businessApplication businessApplication business-applications
その他 other-it-management-tools other-it-management-tools other
監視と診断 monitoring-and-diagnostics monitoring-and-diagnostics monitoring-and-diagnostics
その他 other other other
Media media media media
Media Services media-services media-services media-services
Content Protection content-protection content-protection content-protection
ライブ & オンデマンド ストリーミング live-and-on-demand-streaming live-and-on-demand-streaming live-and-on-demand-streaming
その他 other other other
移行 migration migration migration
データ移行 data-migration data-migration data-migration
その他 other other other
Mixed Reality mixed-reality mixed-reality mixed-reality
その他 other other other
ネットワーク networking networking networking
アプライアンス マネージャー appliance-managers appliance-managers appliance-managers
接続 接続 接続 接続
ファイアウォール ファイアウォール ファイアウォール ファイアウォール
ロード バランサー load-balancers load-balancers load-balancers
その他 other other other
Security security security security
ID およびアクセス管理 identity-and-access-management identity-and-access-management identity-and-access-management
脅威の防止 threat-protection threat-protection threat-protection
Information Protection information-protection information-protection information-protection
その他 other other other
Storage storage-saas storage-azure-apps storage
バックアップ & 復旧 バックアップ (backup) バックアップ (backup) backup-and-recovery
エンタープライズ ハイブリッド ストレージ enterprise-hybrid-storage enterprise-hybrid-storage enterprise-hybrid-storage
ファイル共有 file-sharing file-sharing file-sharing
データ ライフサイクル管理 data-lifecycle-management data-lifecycle-management data-lifecycle-management
その他 other-storage other-storage other
Web web web web
ブログ & CMS blogs-and-cmss blogs-and-cmss blogs-and-cmss
スターター Web Apps starter-web-apps starter-web-apps starter-web-apps
E コマース ecommerce ecommerce ecommerce
Web アプリ フレームワーク web-apps-frameworks web-apps-frameworks web-apps-frameworks
Web Apps web-apps web-apps web-apps
その他 other other other

Microsoft AppSource のカテゴリ

これらのカテゴリとその各キーは、SaaS、Power BI アプリ、Dynamics 365 Business Central、Dataverse と Power Apps 上の Dynamics 365 アプリ、および Dynamics 365 Operations Apps のプランの種類に適用されます。 太字の斜体の項目 (analytics など) はカテゴリで、標準テキストの項目 (advanced-analytics など) はその下のサブカテゴリです。 スペーシングまたは大文字小文字を変更せずに、正確なキー値を使用してください。

カテゴリ SaaS のキー Dynamics 365 Business Central、Dataverse と Power Apps 上の Dynamics 365 アプリ、Dynamics 365 Operations Apps のキー Power BI アプリ キー
Analytics analytics Analytics Analytics
高度な分析 advanced-analytics advanced-analytics advanced-analytics
ビジュアル化 & レポート visualization-reporting visualization-reporting visualization-reporting
その他 other other-analytics other-analytics
AI + 機械学習 ArtificialIntelligence ai-plus-machine-learning-dynamics ai-plus-machine-learning-appsource
ビジネス用 AI ai-for-business ai-for-business ai-for-business
ボット アプリ bot-apps bot-apps bot-apps
その他 other-AI-plus-machine-learning other-AI-plus-machine-learning other-AI-plus-machine-learning
コラボレーション コラボレーション コラボレーション collaboration
連絡 & ユーザー contact-people contact-people contact-and-people
会議の管理 meeting-management meeting-management meeting-management
サイトの設計 & 管理 site-design-management site-design-management site-design-and-management
タスク & プロジェクト管理 task-project-management task-project-management task-and-project-management
音声 & ビデオ会議 voice-video-conferencing voice-video-conferencing voice-and-video-conferencing
その他 other-collaboration other-collaboration other
コンプライアンス & 法律 compliance compliance compliance-and-legal
税金 & 監査 tax-audit tax-audit tax-and-audit
法的情報 法的情報 法的情報 legal
データ、ガバナンス、プライバシー data-governance-privacy data-governance-privacy data-governance-and-privacy
正常性 & 安全性 health-safety health-safety health-and-safety
その他 other-compliance-legal other-compliance-legal other
Customer Service CustomerService CustomerService customer-service
Contact Center contact-center contact-center contact-center
対面サービス face-to-face-service face-to-face-service face-to-face-service
バック オフィス & 従業員サービス back-office-employee-service back-office-employee-service back-office-and-employee-service
ナレッジ & ケース管理 knowledge-case-management knowledge-case-management knowledge-and-case-management
ソーシャル メディア & オムニチャネル エンゲージメント social-media-omnichannel-engagement social-media-omnichannel-engagement social-media-and-omnichannel-engagement
その他 other-customer-service other-customer-service other
Finance Finance Finance finance
会計 経理 経理 経理
[アセット管理](https://docs.microsoft.com/azure/media-services/previous/media-services-dotnet-manage-entities) asset-management asset-management asset-management
分析、統合、レポート analytics-consolidation-reporting analytics-consolidation-reporting analytics-consolidation-and-reporting
クレジット & コレクション credit-collections credit-collections credit-and-collections
コンプライアンス & リスク管理 compliance-risk-management compliance-risk-management compliance-and-risk-management
その他 other-finance other-finance other
Human Resources HumanResources HumanResources human-resources
人材獲得 talent-acquisition talent-acquisition talent-acquisition
人材管理 talent-management talent-management talent-management
HR 操作 hr-operations hr-operations hr-operations
人員の計画 & 分析 workforce-planning-analytics workforce-planning-analytics workforce-planning-and-analytics
その他 other-human-resources other-human-resources other
モノのインターネット (IoT) IoT internet-of-things-dynamics internet-of-things-appsource
アセット管理 & 操作 asset-management-operations asset-management-operations asset-management-and-operations
接続された製品 connected-products connected-products connected-products
インテリジェント サプライ チェーン intelligent-supply-chain intelligent-supply-chain intelligent-supply-chain
予測メンテナンス predictive-maintenance predictive-maintenance predictive-maintenance
リモート監視 remote-monitoring remote-monitoring remote-monitoring
安全性 & セキュリティ safety-security safety-security safety-and-security
スマート インフラストラクチャ & リソース smart-infrastructure-resources smart-infrastructure-resources smart-infrastructure-and-resources
車両 & モビリティ vehicles-mobility vehicles-mobility vehicles-and-mobility
その他 other-internet-of-things other-internet-of-things other
IT と管理ツール ITandAdministration ITandAdministration it-and-management-tools
管理ソリューション management-solutions management-solutions management-solutions
ビジネス アプリケーション businessApplication businessApplication business-applications
その他 other-it-management-tools other-it-management-tools other
マーケティング マーケティング マーケティング marketing
広告 advertisement advertisement advertisement
分析 analytics-marketing analytics-marketing analytics-marketing
キャンペーン管理 & 自動化 campaign-management-automation campaign-management-automation campaign-management-and-automation
電子メール マーケティング email-marketing email-marketing email-marketing
L2 - イベント & リソース管理 events-resource-management events-resource-management events-and-resource-management
調査 & 分析 research-analytics research-analytics research-and-analysis
ソーシャル メディア social-media social-media social-media
その他 other-marketing other-marketing other
運営とサプライ チェーン OperationsSupplyChain OperationsSupplyChain operations-and-supply-chain
アセット & 運用管理 asset-production-management asset-production-management asset-and-production-management
需要予測 demand-forecasting demand-forecasting demand-forecasting
情報管理 & 接続 information-management-connectivity information-management-connectivity information-management-and-connectivity
計画、購入、レポート planning-purchasing-reporting planning-purchasing-reporting planning-purchasing-and-reporting
品質 & サービス管理 quality-service-management quality-service-management quality-and-service-management
販売 & 注文管理 sales-order-management sales-order-management sales-and-order-management
輸送 & ウェアハウス管理 transportation-warehouse-management transportation-warehouse-management transportation-and-warehouse-management
その他 other-operations-supply-chain other-operations-supply-chain other
生産性 生産性 生産性 productivity
コンテンツの作成 & 管理 content-creation-management content-creation-management content-creation-and-management
言語 & 翻訳 language-translation language-translation language-and-translation
ドキュメント管理 document-management document-management document-management
メール管理 email-management email-management email-management
検索 & リファレンス search-reference search-reference search-and-reference
その他 other-productivity other-productivity other
Gamification Gamification Gamification gamification
Sales Sales Sales Sales
テレセールス telesales telesales telesales
構成、価格設定、見積もり (CPQ) configure-price-quote configure-price-quote configure-price-quote
契約管理 contract-management contract-management contract-management
CRM crm crm crm
E コマース e-commerce e-commerce e-commerce
ビジネス データ エンリッチメント business-data-enrichment business-data-enrichment business-data-enrichment
販売機能 sales-enablement sales-enablement sales-enablement
その他 other-sales other-sales other-sales
位置情報 geolocation geolocation geolocation
Maps maps maps maps
ニュース & 天気 news-and-weather news-and-weather news-and-weather
その他 other-geolocation other-geolocation other-geolocation

Microsoft AppSource の業界

これらの業界とその各キーは、SaaS、Power BI アプリ、Dynamics 365 Business Central、Dataverse と Power Apps 上の Dynamics 365 アプリ、および Dynamics 365 Operations Apps のプランの種類に適用されます。 太字の斜体の項目 (Automotiveなど) はカテゴリで、標準テキストの項目 (AutomotiveL2 など) はその下のサブカテゴリです。 スペーシングまたは大文字小文字を変更せずに、正確なキー値を使用してください。

業界 SaaS、Dynamics 365 Business Central、Dataverse と Power Apps 上の Dynamics 365 アプリ、Dynamics 365 Operations Apps のキー Power BI アプリ キー
自動車産業 自動車産業 automotive
自動車 AutomotiveL2 AutomotiveL2
農業 農業 agriculture
その他 - 区分なし Agriculture_OtherUnsegmented other-unsegmented
配布 配布 distribution
卸売り 卸売り wholesale
小包の発送 ParcelAndPackageShipping parcel-and-package-shipping
教育 教育 education
高等教育 HigherEducation higher-education
初等、中等教育/K-12 PrimaryAndSecondaryEducationK12 primary-and-secondary-education
図書館と美術館 LibrariesAndMuseums libraries-and-museums
金融サービス FinancialServices financial-services
銀行と証券 BankingAndCapitalMarkets banking-and-capital-markets
保険 保険 insurance
政府 政府 government
防衛とインテリジェンス DefenseAndIntelligence defense-and-intelligence
公安と司法 PublicSafetyAndJustice public-safety-and-justice
民間政府 CivilianGovernment civilian-government
医療 HealthCareandLifeSciences healthcare
医療保険 HealthPayor health-payor
医療サービス HealthProvider health-provider
製薬 製薬 pharmaceuticals
製造 & リソース 製造業 manufacturing-and-resources
化学と農薬 ChemicalAndAgrochemical chemical-and-agrochemical
ディスクリート型製造業 DiscreteManufacturing discrete-manufacturing
エネルギー エネルギー エネルギー
小売 & 一般消費財 RetailandConsumerGoods retail-and-consumer-goods
消費財 ConsumerGoods consumer-goods
小売店 小売店 retailers
メディア & 通信 MediaAndCommunications media-and-communications
メディアと娯楽 MediaandEntertainment media-and-entertainment
遠距離通信 遠距離通信 telecommunications
プロフェッショナル サービス ProfessionalServices professional-services
法的情報 法的情報 legal
パートナー専門サービス業 PartnerProfessionalServices partner-professional-services
建築 & 建設 ArchitectureAndConstruction architecture-and-construction
その他 - 区分なし ArchitectureAndConstruction_OtherUnsegmented other-unsegmented
接客と旅行 HospitalityandTravel hospitality-and-travel
ホテルとレジャー HotelsAndLeisure hotels-and-leisure
運輸・交通 TravelAndTransportation travel-and-transportation
レストランと食品サービス RestaurantsAndFoodServices restaurants-and-food-services
その他の公共セクター産業 OtherPublicSectorIndustries other-public-sector-industries
林業と漁業 ForestryAndFishing forestry-and-fishing
非営利団体 非営利団体 nonprofits
不動産 RealEstate real-estate
その他 - 区分なし RealEstate_OtherUnsegmented other-unsegmented

API のバージョンと更新プログラム 

を更新する どのような点が変わりましたか?
12-2022 CPP パブリック API (バージョン 2017-10-31) が更新され、顧客リードの構成中に marketo コネクタ用の clientId と clientSecret がキャプチャされるようになりました。 リードの構成中に、今後 serverId フィールドを指定する必要はありません。 この API の更新には、バージョンの更新や破壊的変更は含まれません。