Interface NginxConfiguration.DefinitionStages.WithParentResource

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

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

    • withExistingNginxDeployment

      NginxConfiguration.DefinitionStages.WithCreate withExistingNginxDeployment(String resourceGroupName, String deploymentName)
      Specifies resourceGroupName, deploymentName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      deploymentName - The name of targeted Nginx deployment.
      Returns:
      the next definition stage.