TldLegalAgreement Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TldLegalAgreement() |
Initialise une nouvelle instance de la classe TldLegalAgreement. |
TldLegalAgreement(String, String, String, String) |
Initialise une nouvelle instance de la classe TldLegalAgreement. |
TldLegalAgreement()
Initialise une nouvelle instance de la classe TldLegalAgreement.
public TldLegalAgreement ();
Public Sub New ()
S’applique à
TldLegalAgreement(String, String, String, String)
Initialise une nouvelle instance de la classe 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)
Paramètres
- agreementKey
- String
Identificateur unique du contrat.
- title
- String
Titre du contrat.
- content
- String
Détails du contrat.
- url
- String
URL où une copie des détails du contrat est hébergée.
S’applique à
Azure SDK for .NET