TldLegalAgreement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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。