Offer コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
プライベート ストア オファーの変更日
オファーが db に更新されなかったかどうかを示します (true = 更新されていません)。 許可リストが db に存在するリストと同じ場合、オファーは更新されません。
- iconFileUris
- IDictionary<String,String>
アイコン ファイル URI
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET