Interface ServiceUnitResource.DefinitionStages.WithParentResource

All Known Subinterfaces:
ServiceUnitResource.Definition
Enclosing interface:
ServiceUnitResource.DefinitionStages

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

    • withExistingService

      ServiceUnitResource.DefinitionStages.WithTargetResourceGroup withExistingService(String resourceGroupName, String serviceTopologyName, String serviceName)
      Specifies resourceGroupName, serviceTopologyName, serviceName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceTopologyName - The name of the service topology .
      serviceName - The name of the service resource.
      Returns:
      the next definition stage.