Troubleshooting.DefinitionStages.WithStorageAccount Interface

public static interface Troubleshooting.DefinitionStages.WithStorageAccount

Sets the storage account to save the troubleshoot result.

Method Summary

Modifier and Type Method and Description
abstract WithStoragePath withStorageAccount(String storageAccountId)

Set the storageAccounId value.

Method Details

withStorageAccount

public abstract Troubleshooting.DefinitionStages.WithStoragePath withStorageAccount(String storageAccountId)

Set the storageAccounId value.

Parameters:

storageAccountId - the ID for the storage account to save the troubleshoot result

Returns:

the next stage of definition.

Applies to