Agreement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Agreement() |
Agreement クラスの新しいインスタンスを初期化します。 |
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String) |
Agreement クラスの新しいインスタンスを初期化します。 |
Agreement()
Agreement クラスの新しいインスタンスを初期化します。
public Agreement ();
Public Sub New ()
適用対象
Agreement(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<Participants>, String)
Agreement クラスの新しいインスタンスを初期化します。
public Agreement (string id = default, string name = default, string type = default, string agreementLink = default, string category = default, string acceptanceMode = default, DateTime? effectiveDate = default, DateTime? expirationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Participants> participants = default, string status = default);
new Microsoft.Azure.Management.Billing.Models.Agreement : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Participants> * string -> Microsoft.Azure.Management.Billing.Models.Agreement
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional agreementLink As String = Nothing, Optional category As String = Nothing, Optional acceptanceMode As String = Nothing, Optional effectiveDate As Nullable(Of DateTime) = Nothing, Optional expirationDate As Nullable(Of DateTime) = Nothing, Optional participants As IList(Of Participants) = Nothing, Optional status As String = Nothing)
パラメーター
- id
- String
リソース ID。
- name
- String
リソース名。
- type
- String
リソースの種類。
- agreementLink
- String
契約をダウンロードする URL。
- category
- String
顧客によって署名された契約のカテゴリ。 使用できる値は、'MicrosoftCustomerAgreement'、'AffiliatePurchaseTerms'、'Other' です。
- acceptanceMode
- String
契約の受け入れモード。 使用可能な値は、'ClickToAccept'、'ESignEmbedded'、'ESignOffline' です。
- participants
- IList<Participants>
契約の同意に参加する参加者の一覧。
- status
- String
契約の現在の状態。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET