Class BackendProperties


  • public final class BackendProperties
    extends Object
    Properties specific to the Backend Type.
    • Constructor Detail

      • BackendProperties

        public BackendProperties()
    • Method Detail

      • serviceFabricCluster

        public BackendServiceFabricClusterProperties serviceFabricCluster()
        Get the serviceFabricCluster property: Backend Service Fabric Cluster Properties.
        Returns:
        the serviceFabricCluster value.
      • 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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.