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

Offer 构造函数

定义

重载

Offer()

初始化 Offer 类的新实例。

Offer(String, String, String, SystemData, String, String, String, String, String, String, String, IList<String>, Nullable<Boolean>, IDictionary<String,String>, IList<Plan>)

初始化 Offer 类的新实例。

Offer()

初始化 Offer 类的新实例。

public Offer ();
Public Sub New ()

适用于

Offer(String, String, String, SystemData, String, String, String, String, String, String, String, IList<String>, Nullable<Boolean>, IDictionary<String,String>, IList<Plan>)

初始化 Offer 类的新实例。

public Offer (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string uniqueOfferId = default, string offerDisplayName = default, string publisherDisplayName = default, string eTag = default, string privateStoreId = default, string createdAt = default, string modifiedAt = default, System.Collections.Generic.IList<string> specificPlanIdsLimitation = default, bool? updateSuppressedDueIdempotence = default, System.Collections.Generic.IDictionary<string,string> iconFileUris = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Plan> plans = default);
new Microsoft.Azure.Management.Marketplace.Models.Offer : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Plan> -> Microsoft.Azure.Management.Marketplace.Models.Offer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional uniqueOfferId As String = Nothing, Optional offerDisplayName As String = Nothing, Optional publisherDisplayName As String = Nothing, Optional eTag As String = Nothing, Optional privateStoreId As String = Nothing, Optional createdAt As String = Nothing, Optional modifiedAt As String = Nothing, Optional specificPlanIdsLimitation As IList(Of String) = Nothing, Optional updateSuppressedDueIdempotence As Nullable(Of Boolean) = Nothing, Optional iconFileUris As IDictionary(Of String, String) = Nothing, Optional plans As IList(Of Plan) = Nothing)

参数

id
String

资源 ID。

name
String

资源的名称。

type
String

资源类型。

systemData
SystemData

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

uniqueOfferId
String

产品/服务唯一 ID

offerDisplayName
String

它将在市场中突出显示

publisherDisplayName
String

将在市场中突出显示的发布者名称

eTag
String

用于争用条件的标识符

privateStoreId
String

专用应用商店唯一 ID

createdAt
String

专用应用商店产品/服务创建日期

modifiedAt
String

专用应用商店产品/服务修改日期

specificPlanIdsLimitation
IList<String>

此套餐的计划 ID 限制

updateSuppressedDueIdempotence
Nullable<Boolean>

指示产品/服务是否未更新为 db (true = 未更新) 。 如果允许列表与 db 中存在的允许列表相同,则不会更新产品/服务。

iconFileUris
IDictionary<String,String>

图标 文件 URI

plans
IList<Plan>

产品/服务计划

适用于