Class TroubleshootingParameters
java.lang.Object
com.azure.resourcemanager.network.models.TroubleshootingParameters
- All Implemented Interfaces:
com.azure.json.JsonSerializable<TroubleshootingParameters>
public final class TroubleshootingParameters
extends Object
implements com.azure.json.JsonSerializable<TroubleshootingParameters>
Parameters that define the resource to troubleshoot.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TroubleshootingParameters class. -
Method Summary
Modifier and TypeMethodDescriptionstatic TroubleshootingParametersfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TroubleshootingParameters from the JsonReader.Get the storageId property: The ID for the storage account to save the troubleshoot result.Get the storagePath property: The path to the blob to save the troubleshoot result in.Get the targetResourceId property: The target resource to troubleshoot.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withStorageId(String storageId) Set the storageId property: The ID for the storage account to save the troubleshoot result.withStoragePath(String storagePath) Set the storagePath property: The path to the blob to save the troubleshoot result in.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The target resource to troubleshoot.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
TroubleshootingParameters
public TroubleshootingParameters()Creates an instance of TroubleshootingParameters class.
-
-
Method Details
-
targetResourceId
Get the targetResourceId property: The target resource to troubleshoot.- Returns:
- the targetResourceId value.
-
withTargetResourceId
Set the targetResourceId property: The target resource to troubleshoot.- Parameters:
targetResourceId- the targetResourceId value to set.- Returns:
- the TroubleshootingParameters object itself.
-
storageId
Get the storageId property: The ID for the storage account to save the troubleshoot result.- Returns:
- the storageId value.
-
withStorageId
Set the storageId property: 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 storagePath property: The path to the blob to save the troubleshoot result in.- Returns:
- the storagePath value.
-
withStoragePath
Set the storagePath property: The path to the blob to save the troubleshoot result in.- Parameters:
storagePath- the storagePath value to set.- Returns:
- the TroubleshootingParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<TroubleshootingParameters>- Throws:
IOException
-
fromJson
public static TroubleshootingParameters fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of TroubleshootingParameters from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of TroubleshootingParameters if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the TroubleshootingParameters.
-