Interface Troubleshooting.DefinitionStages.WithTargetResource
-
- All Known Subinterfaces:
Troubleshooting.Definition
- Enclosing interface:
- Troubleshooting.DefinitionStages
public static interface Troubleshooting.DefinitionStages.WithTargetResourceThe first stage of troubleshooting parameters definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Troubleshooting.DefinitionStages.WithStorageAccountwithTargetResourceId(String targetResourceId)Set the targetResourceId value (virtual network gateway or virtual network gateway connecyion id).
-
-
-
Method Detail
-
withTargetResourceId
Troubleshooting.DefinitionStages.WithStorageAccount withTargetResourceId(String targetResourceId)
Set the targetResourceId value (virtual network gateway or virtual network gateway connecyion id).- Parameters:
targetResourceId- the targetResourceId value to set- Returns:
- the next stage of definition
-
-