Interface Secret.DefinitionStages.WithParentResource

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

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

    • withExistingUser

      Secret.DefinitionStages.WithCreate withExistingUser(String resourceGroupName, String labName, String username)
      Specifies resourceGroupName, labName, username.
      Parameters:
      resourceGroupName - The name of the resource group.
      labName - The name of the lab.
      username - The name of the user profile.
      Returns:
      the next definition stage.