BackendBaseParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backend entity base Parameter set.
public class BackendBaseParameters
type BackendBaseParameters = class
Public Class BackendBaseParameters
- Inheritance
-
BackendBaseParameters
Constructors
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. |
Properties
Credentials |
Gets or sets backend Credentials Contract Properties |
Description |
Gets or sets backend Description. |
Properties |
Gets or sets backend Properties contract |
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 |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET