Interface PlacementPolicy.DefinitionStages.WithParentResource

All Known Subinterfaces:
PlacementPolicy.Definition, PlacementPolicy.DefinitionStages.Blank
Enclosing interface:
PlacementPolicy.DefinitionStages

public static interface PlacementPolicy.DefinitionStages.WithParentResource
The stage of the PlacementPolicy definition allowing to specify parent resource.
  • Method Details

    • withExistingCluster

      PlacementPolicy.DefinitionStages.WithCreate withExistingCluster(String resourceGroupName, String privateCloudName, String clusterName)
      Specifies resourceGroupName, privateCloudName, clusterName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      privateCloudName - Name of the private cloud.
      clusterName - Name of the cluster in the private cloud.
      Returns:
      the next definition stage.