BackendContract 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
BackendContract() |
Initialise une nouvelle instance de la classe BackendContract. |
BackendContract(String, String, String, String, String, String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties) |
Initialise une nouvelle instance de la classe BackendContract. |
BackendContract()
Initialise une nouvelle instance de la classe BackendContract.
public BackendContract ();
Public Sub New ()
S’applique à
BackendContract(String, String, String, String, String, String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties)
Initialise une nouvelle instance de la classe BackendContract.
public BackendContract (string url, string protocol, string id = default, string name = default, string type = default, 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);
new Microsoft.Azure.Management.ApiManagement.Models.BackendContract : string * string * string * string * string * 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 -> Microsoft.Azure.Management.ApiManagement.Models.BackendContract
Public Sub New (url As String, protocol As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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)
Paramètres
- url
- String
URL d’exécution du serveur principal.
- protocol
- String
Protocole de communication back-end. Les valeurs possibles sont les suivantes : 'http', 'soap'
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- 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
S’applique à
Azure SDK for .NET