BackendBaseParameters Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.BackendBaseParameters
- com.
public class BackendBaseParameters
Backend entity base Parameter set.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BackendBaseParameters() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Backend |
credentials()
Get backend Credentials Contract Properties. |
| java.lang.String |
description()
Get backend Description. |
|
Backend |
properties()
Get backend Properties contract. |
|
Backend |
proxy()
Get backend Proxy Contract Properties. |
| java.lang.String |
resourceId()
Get management Uri of the Resource in External System. |
| java.lang.String |
title()
Get backend Title. |
|
Backend |
tls()
Get backend TLS Properties. |
|
Backend |
withCredentials(BackendCredentialsContract credentials)
Set backend Credentials Contract Properties. |
|
Backend |
withDescription(String description)
Set backend Description. |
|
Backend |
withProperties(BackendProperties properties)
Set backend Properties contract. |
|
Backend |
withProxy(BackendProxyContract proxy)
Set backend Proxy Contract Properties. |
|
Backend |
withResourceId(String resourceId)
Set management Uri of the Resource in External System. |
|
Backend |
withTitle(String title)
Set backend Title. |
|
Backend |
withTls(BackendTlsProperties tls)
Set backend TLS Properties. |
Methods inherited from java.lang.Object
Constructor Details
BackendBaseParameters
public BackendBaseParameters()
Method Details
credentials
public BackendCredentialsContract credentials()
Get backend Credentials Contract Properties.
Returns:
description
public String description()
Get backend Description.
Returns:
properties
public BackendProperties properties()
Get backend Properties contract.
Returns:
proxy
public BackendProxyContract proxy()
Get backend Proxy Contract Properties.
Returns:
resourceId
public String resourceId()
Get management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps.
Returns:
title
public String title()
Get backend Title.
Returns:
tls
public BackendTlsProperties tls()
Get backend TLS Properties.
Returns:
withCredentials
public BackendBaseParameters withCredentials(BackendCredentialsContract credentials)
Set backend Credentials Contract Properties.
Parameters:
Returns:
withDescription
public BackendBaseParameters withDescription(String description)
Set backend Description.
Parameters:
Returns:
withProperties
public BackendBaseParameters withProperties(BackendProperties properties)
Set backend Properties contract.
Parameters:
Returns:
withProxy
public BackendBaseParameters withProxy(BackendProxyContract proxy)
Set backend Proxy Contract Properties.
Parameters:
Returns:
withResourceId
public BackendBaseParameters withResourceId(String resourceId)
Set management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps.
Parameters:
Returns:
withTitle
public BackendBaseParameters withTitle(String title)
Set backend Title.
Parameters:
Returns:
withTls
public BackendBaseParameters withTls(BackendTlsProperties tls)
Set backend TLS Properties.
Parameters:
Returns: