BackendUpdateParameters 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
BackendUpdateParameters() |
Initialise une nouvelle instance de la classe BackendUpdateParameters. |
BackendUpdateParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties, String, String) |
Initialise une nouvelle instance de la classe BackendUpdateParameters. |
BackendUpdateParameters()
Initialise une nouvelle instance de la classe BackendUpdateParameters.
public BackendUpdateParameters ();
Public Sub New ()
S’applique à
BackendUpdateParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties, String, String)
Initialise une nouvelle instance de la classe BackendUpdateParameters.
public BackendUpdateParameters (string title = default, string description = default, string resourceId = default, Microsoft.Azure.Management.ApiManagement.Models.BackendProperties properties = default, Microsoft.Azure.Management.ApiManagement.Models.BackendCredentialsContract credentials = default, Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract proxy = default, Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties tls = default, string url = default, string protocol = default);
new Microsoft.Azure.Management.ApiManagement.Models.BackendUpdateParameters : string * string * string * Microsoft.Azure.Management.ApiManagement.Models.BackendProperties * Microsoft.Azure.Management.ApiManagement.Models.BackendCredentialsContract * Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract * Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties * string * string -> Microsoft.Azure.Management.ApiManagement.Models.BackendUpdateParameters
Public Sub New (Optional title As String = Nothing, Optional description As String = Nothing, Optional resourceId As String = Nothing, Optional properties As BackendProperties = Nothing, Optional credentials As BackendCredentialsContract = Nothing, Optional proxy As BackendProxyContract = Nothing, Optional tls As BackendTlsProperties = Nothing, Optional url As String = Nothing, Optional protocol As String = Nothing)
Paramètres
- title
- String
Titre du back-end.
- description
- String
Description du back-end.
- resourceId
- String
URI de gestion de la ressource dans le système externe. Cette URL peut être l’ID de ressource Arm des applications logiques, des applications de fonction ou des applications API.
- properties
- BackendProperties
Contrat de propriétés du back-end
- credentials
- BackendCredentialsContract
Propriétés du contrat d’informations d’identification back-end
- proxy
- BackendProxyContract
Propriétés du contrat de proxy principal
Propriétés TLS du back-end
- url
- String
URL d’exécution du serveur principal.
- protocol
- String
Protocole de communication back-end. Les valeurs possibles sont les suivantes : 'http', 'soap'
S’applique à
Azure SDK for .NET