共用方式為


TldLegalAgreement 建構函式

定義

多載

TldLegalAgreement()

初始化 TldLegalAgreement 類別的新實例。

TldLegalAgreement(String, String, String, String)

初始化 TldLegalAgreement 類別的新實例。

TldLegalAgreement()

初始化 TldLegalAgreement 類別的新實例。

public TldLegalAgreement ();
Public Sub New ()

適用於

TldLegalAgreement(String, String, String, String)

初始化 TldLegalAgreement 類別的新實例。

public TldLegalAgreement (string agreementKey, string title, string content, string url = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement : string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement
Public Sub New (agreementKey As String, title As String, content As String, Optional url As String = Nothing)

參數

agreementKey
String

合約的唯一識別碼。

title
String

合約標題。

content
String

[合約詳細資料]:

url
String

裝載合約詳細資料的 URL。

適用於