Class TroubleshootingParameters
java.lang.Object
com.microsoft.azure.management.network.TroubleshootingParameters
Parameters that define the resource to troubleshoot.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ID for the storage account to save the troubleshoot result.Get the path to the blob to save the troubleshoot result in.Get the target resource to troubleshoot.withStorageId
(String storageId) Set the ID for the storage account to save the troubleshoot result.withStoragePath
(String storagePath) Set the path to the blob to save the troubleshoot result in.withTargetResourceId
(String targetResourceId) Set the target resource to troubleshoot.
-
Constructor Details
-
TroubleshootingParameters
public TroubleshootingParameters()
-
-
Method Details
-
targetResourceId
Get the target resource to troubleshoot.- Returns:
- the targetResourceId value
-
withTargetResourceId
Set the target resource to troubleshoot.- Parameters:
targetResourceId
- the targetResourceId value to set- Returns:
- the TroubleshootingParameters object itself.
-
storageId
Get the ID for the storage account to save the troubleshoot result.- Returns:
- the storageId value
-
withStorageId
Set the ID for the storage account to save the troubleshoot result.- Parameters:
storageId
- the storageId value to set- Returns:
- the TroubleshootingParameters object itself.
-
storagePath
Get the path to the blob to save the troubleshoot result in.- Returns:
- the storagePath value
-
withStoragePath
Set the path to the blob to save the troubleshoot result in.- Parameters:
storagePath
- the storagePath value to set- Returns:
- the TroubleshootingParameters object itself.
-