Interface NginxCertificate.DefinitionStages.WithParentResource

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

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

    • withExistingNginxDeployment

      NginxCertificate.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.