Class TroubleshootingProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.TroubleshootingProperties
Storage location provided for troubleshoot.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TroubleshootingProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet 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.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.
-
Constructor Details
-
TroubleshootingProperties
public TroubleshootingProperties()Creates an instance of TroubleshootingProperties class.
-
-
Method Details
-
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 TroubleshootingProperties 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 TroubleshootingProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-