Partager via


BackendBaseParameters Constructeurs

Définition

Surcharges

BackendBaseParameters()

Initialise une nouvelle instance de la classe BackendBaseParameters.

BackendBaseParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties)

Initialise une nouvelle instance de la classe BackendBaseParameters.

BackendBaseParameters()

Initialise une nouvelle instance de la classe BackendBaseParameters.

public BackendBaseParameters ();
Public Sub New ()

S’applique à

BackendBaseParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties)

Initialise une nouvelle instance de la classe BackendBaseParameters.

public BackendBaseParameters (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.BackendBaseParameters : 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.BackendBaseParameters
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)

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

tls
BackendTlsProperties

Propriétés TLS du back-end

S’applique à