BackendProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.models.BackendProperties

public final class BackendProperties

Properties specific to the Backend Type.

Constructor Summary

Constructor Description
BackendProperties()

Creates an instance of BackendProperties class.

Method Summary

Modifier and Type Method and Description
BackendServiceFabricClusterProperties serviceFabricCluster()

Get the serviceFabricCluster property: Backend Service Fabric Cluster Properties.

void validate()

Validates the instance.

BackendProperties withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)

Set the serviceFabricCluster property: Backend Service Fabric Cluster Properties.

Methods inherited from java.lang.Object

Constructor Details

BackendProperties

public BackendProperties()

Creates an instance of BackendProperties class.

Method Details

serviceFabricCluster

public BackendServiceFabricClusterProperties serviceFabricCluster()

Get the serviceFabricCluster property: Backend Service Fabric Cluster Properties.

Returns:

the serviceFabricCluster value.

validate

public void validate()

Validates the instance.

withServiceFabricCluster

public BackendProperties withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster)

Set the serviceFabricCluster property: Backend Service Fabric Cluster Properties.

Parameters:

serviceFabricCluster - the serviceFabricCluster value to set.

Returns:

the BackendProperties object itself.

Applies to