Interface Policy.DefinitionStages.WithParentResource

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

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

    • withExistingPolicyset

      Policy.DefinitionStages.WithCreate withExistingPolicyset(String resourceGroupName, String labName, String policySetName)
      Specifies resourceGroupName, labName, policySetName.
      Parameters:
      resourceGroupName - The name of the resource group.
      labName - The name of the lab.
      policySetName - The name of the policy set.
      Returns:
      the next definition stage.