ListInUseStorageAccountsResponse Interface

public interface ListInUseStorageAccountsResponse

An immutable client-side representation of ListInUseStorageAccountsResponse.

Method Summary

Modifier and Type Method and Description
abstract ListInUseStorageAccountsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ListInUseStorageAccountsResponseInner object.

abstract List<StorageInfo> storageAccountList()

Gets the storageAccountList property: The storage account list which in use in related reports.

Method Details

innerModel

public abstract ListInUseStorageAccountsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ListInUseStorageAccountsResponseInner object.

Returns:

the inner object.

storageAccountList

public abstract List<StorageInfo> storageAccountList()

Gets the storageAccountList property: The storage account list which in use in related reports.

Returns:

the storageAccountList value.

Applies to