你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BackendContract 构造函数

定义

重载

BackendContract()

初始化 BackendContract 类的新实例。

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

初始化 BackendContract 类的新实例。

BackendContract()

初始化 BackendContract 类的新实例。

public BackendContract ();
Public Sub New ()

适用于

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

初始化 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)

参数

url
String

后端的运行时 URL。

protocol
String

后端通信协议。 可能的值包括:“http”、“soap”

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

title
String

后端标题。

description
String

后端说明。

resourceId
String

外部系统中资源的管理 URI。 此 URL 可以是逻辑应用、函数应用或 API 应用的 Arm 资源 ID。

properties
BackendProperties

后端属性协定

credentials
BackendCredentialsContract

后端凭据协定属性

proxy
BackendProxyContract

后端代理协定属性

tls
BackendTlsProperties

后端 TLS 属性

适用于