Sdílet prostřednictvím


TldLegalAgreement Konstruktory

Definice

Přetížení

TldLegalAgreement()

Inicializuje novou instanci TldLegalAgreement třídy.

TldLegalAgreement(String, String, String, String)

Inicializuje novou instanci TldLegalAgreement třídy.

TldLegalAgreement()

Inicializuje novou instanci TldLegalAgreement třídy.

public TldLegalAgreement();
Public Sub New ()

Platí pro

TldLegalAgreement(String, String, String, String)

Inicializuje novou instanci TldLegalAgreement třídy.

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)

Parametry

agreementKey
String

Jedinečný identifikátor smlouvy.

title
String

Název smlouvy.

content
String

Podrobnosti smlouvy

url
String

Adresa URL, kde je hostována kopie podrobností smlouvy.

Platí pro