次の方法で共有


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>

プランを提供する

適用対象