GatewayTokenContract 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
GatewayTokenContract() |
Initialise une nouvelle instance de la classe GatewayTokenContract. |
GatewayTokenContract(String) |
Initialise une nouvelle instance de la classe GatewayTokenContract. |
GatewayTokenContract()
Initialise une nouvelle instance de la classe GatewayTokenContract.
public GatewayTokenContract ();
Public Sub New ()
S’applique à
GatewayTokenContract(String)
Initialise une nouvelle instance de la classe GatewayTokenContract.
public GatewayTokenContract (string value = default);
new Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenContract : string -> Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenContract
Public Sub New (Optional value As String = Nothing)
Paramètres
- value
- String
Valeur du jeton d’authentification d’accès partagé pour la passerelle.
S’applique à
Azure SDK for .NET