Interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceTargetResourceUri
- All Known Subinterfaces:
AutoscaleSetting.Definition
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceTargetResourceUri
The stage of the definition which selects target resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetResource(String targetResourceId) Set the resource identifier of the resource that the autoscale setting should be added to.
-
Method Details
-
withTargetResource
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles withTargetResource(String targetResourceId) Set the resource identifier of the resource that the autoscale setting should be added to.- Parameters:
targetResourceId- the targetResourceUri value to set- Returns:
- the next stage of the definition.
-