public class TroubleshootingParameters extends Object
| Constructor and Description |
|---|
TroubleshootingParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
storageId()
Get the storageId property: The ID for the storage account to save the troubleshoot result.
|
String |
storagePath()
Get the storagePath property: The path to the blob to save the troubleshoot result in.
|
String |
targetResourceId()
Get the targetResourceId property: The target resource to troubleshoot.
|
void |
validate()
Validates the instance.
|
TroubleshootingParameters |
withStorageId(String storageId)
Set the storageId property: The ID for the storage account to save the troubleshoot result.
|
TroubleshootingParameters |
withStoragePath(String storagePath)
Set the storagePath property: The path to the blob to save the troubleshoot result in.
|
TroubleshootingParameters |
withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The target resource to troubleshoot.
|
public String targetResourceId()
public TroubleshootingParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to set.public String storageId()
public TroubleshootingParameters withStorageId(String storageId)
storageId - the storageId value to set.public String storagePath()
public TroubleshootingParameters withStoragePath(String storagePath)
storagePath - the storagePath value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.