BackendProperties Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.BackendProperties
- com.
public class BackendProperties
Properties specific to the Backend Type.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BackendProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Backend |
serviceFabricCluster()
Get backend Service Fabric Cluster Properties. |
|
Backend |
withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)
Set backend Service Fabric Cluster Properties. |
Methods inherited from java.lang.Object
Constructor Details
BackendProperties
public BackendProperties()
Method Details
serviceFabricCluster
public BackendServiceFabricClusterProperties serviceFabricCluster()
Get backend Service Fabric Cluster Properties.
Returns:
withServiceFabricCluster
public BackendProperties withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)
Set backend Service Fabric Cluster Properties.
Parameters:
Returns: