public class TroubleshootingParameters extends Object
| Constructor and Description |
|---|
TroubleshootingParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
storageId()
Get the ID for the storage account to save the troubleshoot result.
|
String |
storagePath()
Get the path to the blob to save the troubleshoot result in.
|
String |
targetResourceId()
Get the target resource to troubleshoot.
|
TroubleshootingParameters |
withStorageId(String storageId)
Set the ID for the storage account to save the troubleshoot result.
|
TroubleshootingParameters |
withStoragePath(String storagePath)
Set the path to the blob to save the troubleshoot result in.
|
TroubleshootingParameters |
withTargetResourceId(String targetResourceId)
Set the target resource to troubleshoot.
|
public String targetResourceId()
public TroubleshootingParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to setpublic String storageId()
public TroubleshootingParameters withStorageId(String storageId)
storageId - the storageId value to setpublic String storagePath()
public TroubleshootingParameters withStoragePath(String storagePath)
storagePath - the storagePath value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/