Interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceTargetResourceUri
-
- All Known Subinterfaces:
AutoscaleSetting.Definition
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceTargetResourceUriThe stage of the definition which selects target resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfileswithTargetResource(String targetResourceId)Set the resource identifier of the resource that the autoscale setting should be added to.
-
-
-
Method Detail
-
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.
-
-