Udostępnij za pośrednictwem


TldLegalAgreement Konstruktory

Definicja

Przeciążenia

TldLegalAgreement()

Inicjuje nowe wystąpienie klasy TldLegalAgreement.

TldLegalAgreement(String, String, String, String)

Inicjuje nowe wystąpienie klasy TldLegalAgreement.

TldLegalAgreement()

Inicjuje nowe wystąpienie klasy TldLegalAgreement.

public TldLegalAgreement ();
Public Sub New ()

Dotyczy

TldLegalAgreement(String, String, String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

agreementKey
String

Unikatowy identyfikator umowy.

title
String

Tytuł umowy.

content
String

Szczegóły umowy.

url
String

Adres URL, pod którym jest hostowana kopia szczegółów umowy.

Dotyczy