你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Marketplace Agreements - List

列出订阅中的 Confluent 市场协议。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements?api-version=2024-02-13

URI 参数

名称 必需 类型 说明
subscriptionId
path True

string

Microsoft Azure 订阅 ID

api-version
query True

string

客户端 API 版本。

响应

名称 类型 说明
200 OK

ConfluentAgreementResourceListResponse

成功

Other Status Codes

ResourceProviderDefaultErrorResponse

默认错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

MarketplaceAgreements_List

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements?api-version=2024-02-13

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default",
      "name": "planid1",
      "type": "Microsoft.Confluent/agreements",
      "properties": {
        "publisher": "pubid1",
        "product": "offid1",
        "plan": "planid1",
        "licenseTextLink": "test.licenseLink1",
        "privacyPolicyLink": "test.privacyPolicyLink1",
        "retrieveDatetime": "2017-08-15T11:33:07.12132Z",
        "signature": "ASDFSDAFWEFASDGWERLWER",
        "accepted": true
      }
    },
    {
      "id": "id2",
      "name": "planid2",
      "type": "Microsoft.MarketplaceOrdering/offertypes",
      "properties": {
        "publisher": "pubid2",
        "product": "offid2",
        "plan": "planid2",
        "licenseTextLink": "test.licenseLin2k",
        "privacyPolicyLink": "test.privacyPolicyLink2",
        "retrieveDatetime": "2017-08-14T11:33:07.12132Z",
        "signature": "ASDFSDAFWEFASDGWERLWER",
        "accepted": true
      }
    }
  ],
  "nextLink": null
}

定义

名称 说明
ConfluentAgreementResource

协议条款定义

ConfluentAgreementResourceListResponse

列表操作的响应。

createdByType

创建资源的标识类型。

ErrorResponseBody

ErrorResponseBody

ResourceProviderDefaultErrorResponse

ResourceProviderDefaultErrorResponse

systemData

与资源的创建和上次修改相关的元数据。

ConfluentAgreementResource

协议条款定义

名称 类型 说明
id

string

资源的 ARM ID。

name

string

协议的名称。

properties.accepted

boolean

如果已接受任何版本的条款,则为 false。

properties.licenseTextLink

string

使用 Microsoft 和发布者术语链接到 HTML。

properties.plan

string

计划标识符字符串。

properties.privacyPolicyLink

string

指向发布者的隐私策略的链接。

properties.product

string

产品标识符字符串。

properties.publisher

string

发布者标识符字符串。

properties.retrieveDatetime

string

接受条款的 UTC 日期和时间。 如果 Accepted 为 false,则为空。

properties.signature

string

术语签名。

systemData

systemData

与资源的创建和上次修改相关的元数据

type

string

协议的类型。

ConfluentAgreementResourceListResponse

列表操作的响应。

名称 类型 说明
nextLink

string

链接到下一组结果(如果有)。

value

ConfluentAgreementResource[]

列表操作的结果。

createdByType

创建资源的标识类型。

名称 类型 说明
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorResponseBody

ErrorResponseBody

名称 类型 说明
code

string

错误代码

details

ErrorResponseBody[]

错误详细信息

message

string

错误消息

target

string

错误目标

ResourceProviderDefaultErrorResponse

ResourceProviderDefaultErrorResponse

名称 类型 说明
error

ErrorResponseBody

ErrorResponseBody
错误的响应正文

systemData

与资源的创建和上次修改相关的元数据。

名称 类型 说明
createdAt

string

资源的创建时间戳 (UTC) 。

createdBy

string

创建资源的标识。

createdByType

createdByType

创建资源的标识类型。

lastModifiedAt

string

资源上次修改的时间戳 (UTC)

lastModifiedBy

string

上次修改资源的标识。

lastModifiedByType

createdByType

上次修改资源的标识类型。