BackendBaseParameters Constructors

Definition

Overloads

BackendBaseParameters()

Initializes a new instance of the BackendBaseParameters class.

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

Initializes a new instance of the BackendBaseParameters class.

BackendBaseParameters()

Initializes a new instance of the BackendBaseParameters class.

public BackendBaseParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BackendBaseParameters class.

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)

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

Applies to