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

ConfluentAgreement 类

定义

协议条款定义。

public class ConfluentAgreement : Azure.ResourceManager.Models.ResourceData
type ConfluentAgreement = class
    inherit ResourceData
Public Class ConfluentAgreement
Inherits ResourceData
继承
ConfluentAgreement

构造函数

ConfluentAgreement()

初始化 ConfluentAgreement 的新实例。

属性

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IsAccepted

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

LicenseTextLink

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

Name

资源的名称。

(继承自 ResourceData)
Plan

计划标识符字符串。

PrivacyPolicyLink

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

Product

产品标识符字符串。

Publisher

发布者标识符字符串。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
RetrieveOn

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

Signature

术语签名。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)

适用于