次の方法で共有


Agreement コンストラクター

定義

オーバーロード

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' です。

effectiveDate
Nullable<DateTime>

契約が有効な日付。

expirationDate
Nullable<DateTime>

契約の有効期限が切れる日付。

participants
IList<Participants>

契約の同意に参加する参加者の一覧。

status
String

契約の現在の状態。

適用対象