TroubleshootingParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TroubleshootingParameters

public class TroubleshootingParameters

Parameters that define the resource to troubleshoot.

Constructor Summary

Constructor Description
TroubleshootingParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String storageId()

Get the ID for the storage account to save the troubleshoot result.

java.lang.String storagePath()

Get the path to the blob to save the troubleshoot result in.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TroubleshootingParameters

public TroubleshootingParameters()

Method Details

storageId

public String storageId()

Get the ID for the storage account to save the troubleshoot result.

Returns:

the storageId value

storagePath

public String storagePath()

Get the path to the blob to save the troubleshoot result in.

Returns:

the storagePath value

targetResourceId

public String targetResourceId()

Get the target resource to troubleshoot.

Returns:

the targetResourceId value

withStorageId

public TroubleshootingParameters withStorageId(String storageId)

Set the ID for the storage account to save the troubleshoot result.

Parameters:

storageId - the storageId value to set

Returns:

the TroubleshootingParameters object itself.

withStoragePath

public TroubleshootingParameters withStoragePath(String storagePath)

Set the path to the blob to save the troubleshoot result in.

Parameters:

storagePath - the storagePath value to set

Returns:

the TroubleshootingParameters object itself.

withTargetResourceId

public TroubleshootingParameters withTargetResourceId(String targetResourceId)

Set the target resource to troubleshoot.

Parameters:

targetResourceId - the targetResourceId value to set

Returns:

the TroubleshootingParameters object itself.

Applies to