TldLegalAgreement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Azure SDK for .NET