BackendContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.BackendContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface BackendContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.BackendContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing BackendContract.

Method Summary

Modifier and Type Method and Description
abstract BackendCredentialsContract credentials()
abstract java.lang.String description()
abstract java.lang.String id()
abstract java.lang.String name()
abstract BackendProperties properties()
abstract BackendProtocol protocol()
abstract BackendProxyContract proxy()
abstract java.lang.String resourceId()
abstract java.lang.String title()
abstract BackendTlsProperties tls()
abstract java.lang.String type()
abstract java.lang.String url()

Method Details

credentials

public abstract BackendCredentialsContract credentials()

Returns:

the credentials value.

description

public abstract String description()

Returns:

the description value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

properties

public abstract BackendProperties properties()

Returns:

the properties value.

protocol

public abstract BackendProtocol protocol()

Returns:

the protocol value.

proxy

public abstract BackendProxyContract proxy()

Returns:

the proxy value.

resourceId

public abstract String resourceId()

Returns:

the resourceId value.

title

public abstract String title()

Returns:

the title value.

tls

public abstract BackendTlsProperties tls()

Returns:

the tls value.

type

public abstract String type()

Returns:

the type value.

url

public abstract String url()

Returns:

the url value.

Applies to