Interface Experiment.DefinitionStages.WithParentResource
- All Known Subinterfaces:
Experiment.Definition
- Enclosing interface:
- Experiment.DefinitionStages
public static interface Experiment.DefinitionStages.WithParentResource
The stage of the Experiment definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingNetworkExperimentProfile(String resourceGroupName, String profileName) Specifies resourceGroupName, profileName.
-
Method Details
-
withExistingNetworkExperimentProfile
Experiment.DefinitionStages.WithCreate withExistingNetworkExperimentProfile(String resourceGroupName, String profileName) Specifies resourceGroupName, profileName.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.profileName- The Profile identifier associated with the Tenant and Partner.- Returns:
- the next definition stage.
-