Compartilhar via


BackendContract Construtores

Definição

Sobrecargas

BackendContract()

Inicializa uma nova instância da classe BackendContract.

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

Inicializa uma nova instância da classe BackendContract.

BackendContract()

Inicializa uma nova instância da classe BackendContract.

public BackendContract ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

url
String

URL de runtime do back-end.

protocol
String

Protocolo de comunicação de back-end. Os valores possíveis incluem: 'http', 'soap'

id
String

ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

O nome do recurso

type
String

Tipo do recurso. Por exemplo, "Microsoft.Compute/virtualMachines" ou "Microsoft.Storage/storageAccounts"

title
String

Título de back-end.

description
String

Descrição do back-end.

resourceId
String

URI de gerenciamento do recurso no sistema externo. Essa URL pode ser a ID de Recurso do Arm de Aplicativos Lógicos, Aplicativos de Funções ou Aplicativos de API.

properties
BackendProperties

Contrato de propriedades de back-end

credentials
BackendCredentialsContract

Propriedades do contrato de credenciais de back-end

proxy
BackendProxyContract

Propriedades do contrato de proxy de back-end

tls
BackendTlsProperties

Propriedades do TLS de back-end

Aplica-se a