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

ConfluentOfferDetail(String, String, String, String, String) 构造函数

定义

初始化 ConfluentOfferDetail 的新实例。

public ConfluentOfferDetail (string publisherId, string id, string planId, string planName, string termUnit);
new Azure.ResourceManager.Confluent.Models.ConfluentOfferDetail : string * string * string * string * string -> Azure.ResourceManager.Confluent.Models.ConfluentOfferDetail
Public Sub New (publisherId As String, id As String, planId As String, planName As String, termUnit As String)

参数

publisherId
String

发布者 ID。

id
String

产品/服务 ID。

planId
String

产品/服务计划 ID。

planName
String

产品/服务计划名称。

termUnit
String

套餐计划期限单位。

例外

publisherIdidplanIdplanNametermUnit 为 null。

适用于