Marketplace Agreements - Create

Abonelikte Confluent Market sözleşmesi oluşturun.

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

URI Parametreleri

Name İçinde Gerekli Tür Description
subscriptionId
path True

string

Microsoft Azure abonelik kimliği

api-version
query True

string

İstemci Api Sürümü.

İstek Gövdesi

Name Tür Description
properties.accepted

boolean

Koşulların herhangi bir sürümü kabul edildiyse, aksi takdirde false.

properties.licenseTextLink

string

Microsoft ve Publisher terimleriyle HTML bağlantısı.

properties.plan

string

Plan tanımlayıcı dizesi.

properties.privacyPolicyLink

string

Yayımcının gizlilik ilkesine bağlantı.

properties.product

string

Ürün tanımlayıcı dizesi.

properties.publisher

string

Yayımcı tanımlayıcı dizesi.

properties.retrieveDatetime

string

Koşulların kabul edildiği utc tarih ve saat. Accepted değeri false ise bu boş olur.

properties.signature

string

Terim imzası.

Yanıtlar

Name Tür Description
200 OK

ConfluentAgreementResource

Başarılı

Other Status Codes

ResourceProviderDefaultErrorResponse

Varsayılan hata yanıtı.

Güvenlik

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
user_impersonation kullanıcı hesabınızın kimliğine bürünme

Örnekler

MarketplaceAgreements_Create

Sample Request

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

Sample Response

{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default",
  "name": "default",
  "type": "Microsoft.Confluent/agreements",
  "systemData": {
    "createdBy": "string",
    "createdByType": "User",
    "createdAt": "2020-05-09T14:28:47.284Z",
    "lastModifiedBy": "string",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2020-05-09T14:28:47.284Z"
  },
  "properties": {
    "publisher": "pubid1",
    "product": "offid1",
    "plan": "planid1",
    "licenseTextLink": "test.licenseLink1",
    "privacyPolicyLink": "test.privacyPolicyLink1",
    "retrieveDatetime": "2020-11-05T17:33:07.12132Z",
    "signature": "YKWOQOKH2BCKZ46O7SCKHANWEENRFRU5WB4LXDFUYWCBWTS4AG4SGQXCOZYIR5ZJCZTXRMZKYZMO2BJSL5YKPLAR4LBFRUNS6CRYE7A",
    "accepted": true
  }
}

Tanımlar

Name Description
ConfluentAgreementResource

Sözleşme Terimleri tanımı

createdByType

Kaynağı oluşturan kimliğin türü.

ErrorResponseBody

ErrorResponseBody

ResourceProviderDefaultErrorResponse

ResourceProviderDefaultErrorResponse

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

ConfluentAgreementResource

Sözleşme Terimleri tanımı

Name Tür Description
id

string

Kaynağın ARM kimliği.

name

string

Sözleşmenin adı.

properties.accepted

boolean

Koşulların herhangi bir sürümü kabul edildiyse, aksi takdirde false.

properties.licenseTextLink

string

Microsoft ve Publisher terimleriyle HTML bağlantısı.

properties.plan

string

Plan tanımlayıcı dizesi.

properties.privacyPolicyLink

string

Yayımcının gizlilik ilkesine bağlantı.

properties.product

string

Ürün tanımlayıcı dizesi.

properties.publisher

string

Yayımcı tanımlayıcı dizesi.

properties.retrieveDatetime

string

Koşulların kabul edildiği utc tarih ve saat. Accepted değeri false ise bu boş olur.

properties.signature

string

Terim imzası.

systemData

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler

type

string

Sözleşmenin türü.

createdByType

Kaynağı oluşturan kimliğin türü.

Name Tür Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorResponseBody

ErrorResponseBody

Name Tür Description
code

string

Hata kodu

details

ErrorResponseBody[]

Hata ayrıntısı

message

string

Hata iletisi

target

string

Hata hedefi

ResourceProviderDefaultErrorResponse

ResourceProviderDefaultErrorResponse

Name Tür Description
error

ErrorResponseBody

ErrorResponseBody
Hatanın yanıt gövdesi

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

Name Tür Description
createdAt

string

Kaynak oluşturma (UTC) zaman damgası.

createdBy

string

Kaynağı oluşturan kimlik.

createdByType

createdByType

Kaynağı oluşturan kimliğin türü.

lastModifiedAt

string

Kaynağın son değişikliğinin zaman damgası (UTC)

lastModifiedBy

string

Kaynağı en son değiştiren kimlik.

lastModifiedByType

createdByType

Kaynağı en son değiştiren kimliğin türü.