@Beta(value=V1_4_0) public interface Troubleshooting extends com.microsoft.azure.management.resources.fluentcore.model.Executable<Troubleshooting>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Troubleshooting.Definition
The entirety of troubleshooting parameters definition.
|
static interface |
Troubleshooting.DefinitionStages
Grouping of troubleshooting definition stages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
org.joda.time.DateTime |
endTime() |
List<TroubleshootingDetails> |
results() |
org.joda.time.DateTime |
startTime() |
String |
storageId() |
String |
storagePath() |
String |
targetResourceId()
Get the resource identifier of the target resource against which the action
is to be performed.
|
execute, executeAsync, executeAsyncString targetResourceId()
String storageId()
String storagePath()
org.joda.time.DateTime startTime()
org.joda.time.DateTime endTime()
String code()
List<TroubleshootingDetails> results()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/