BackendUpdateParameters Class

Definition

Backend update parameters.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BackendUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackendUpdateParameters = class
Public Class BackendUpdateParameters
Inheritance
BackendUpdateParameters
Attributes

Constructors

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.

Properties

Credentials

Gets or sets backend Credentials Contract Properties

Description

Gets or sets backend Description.

Properties

Gets or sets backend Properties contract

Protocol

Gets or sets backend communication protocol. Possible values include: 'http', 'soap'

Proxy

Gets or sets backend Proxy Contract Properties

ResourceId

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

Title

Gets or sets backend Title.

Tls

Gets or sets backend TLS Properties

Url

Gets or sets runtime Url of the Backend.

Methods

Validate()

Validate the object.

Applies to