Class TroubleshootingParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.TroubleshootingParameters
-
public class TroubleshootingParameters extends Object
Parameters that define the resource to troubleshoot.
-
-
Constructor Summary
Constructors Constructor Description TroubleshootingParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringstorageId()Get the storageId value.StringstoragePath()Get the storagePath value.StringtargetResourceId()Get the targetResourceId value.TroubleshootingParameterswithStorageId(String storageId)Set the storageId value.TroubleshootingParameterswithStoragePath(String storagePath)Set the storagePath value.TroubleshootingParameterswithTargetResourceId(String targetResourceId)Set the targetResourceId value.
-
-
-
Method Detail
-
targetResourceId
public String targetResourceId()
Get the targetResourceId value.- Returns:
- the targetResourceId value
-
withTargetResourceId
public TroubleshootingParameters withTargetResourceId(String targetResourceId)
Set the targetResourceId value.- Parameters:
targetResourceId- the targetResourceId value to set- Returns:
- the TroubleshootingParameters object itself.
-
storageId
public String storageId()
Get the storageId value.- Returns:
- the storageId value
-
withStorageId
public TroubleshootingParameters withStorageId(String storageId)
Set the storageId value.- Parameters:
storageId- the storageId value to set- Returns:
- the TroubleshootingParameters object itself.
-
storagePath
public String storagePath()
Get the storagePath value.- Returns:
- the storagePath value
-
withStoragePath
public TroubleshootingParameters withStoragePath(String storagePath)
Set the storagePath value.- Parameters:
storagePath- the storagePath value to set- Returns:
- the TroubleshootingParameters object itself.
-
-