Interface ServiceFabric.DefinitionStages.WithParentResource

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

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

    • withExistingUser

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