Bagikan melalui


BackendUpdateParameters Constructors

Definition

Overloads

BackendUpdateParameters()

Initializes a new instance of the BackendUpdateParameters class.

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

Initializes a new instance of the BackendUpdateParameters class.

BackendUpdateParameters()

Initializes a new instance of the BackendUpdateParameters class.

public BackendUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BackendUpdateParameters class.

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)

Parameters

title
String

Backend Title.

description
String

Backend Description.

resourceId
String

Management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.

properties
BackendProperties

Backend Properties contract

credentials
BackendCredentialsContract

Backend Credentials Contract Properties

proxy
BackendProxyContract

Backend Proxy Contract Properties

tls
BackendTlsProperties

Backend TLS Properties

url
String

Runtime Url of the Backend.

protocol
String

Backend communication protocol. Possible values include: 'http', 'soap'

Applies to