BackendProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProperties

public class BackendProperties

Properties specific to the Backend Type.

Constructor Summary

Constructor Description
BackendProperties()

Method Summary

Modifier and Type Method and Description
BackendServiceFabricClusterProperties serviceFabricCluster()

Get backend Service Fabric Cluster Properties.

BackendProperties withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)

Set backend Service Fabric Cluster Properties.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

BackendProperties

public BackendProperties()

Method Details

serviceFabricCluster

public BackendServiceFabricClusterProperties serviceFabricCluster()

Get backend Service Fabric Cluster Properties.

Returns:

the serviceFabricCluster value

withServiceFabricCluster

public BackendProperties withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)

Set backend Service Fabric Cluster Properties.

Parameters:

serviceFabricCluster - the serviceFabricCluster value to set

Returns:

the BackendProperties object itself.

Applies to