ListInUseStorageAccountsResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.ListInUseStorageAccountsResponseInner

Implements

public final class ListInUseStorageAccountsResponseInner
implements JsonSerializable<ListInUseStorageAccountsResponseInner>

Parameters for listing in use storage accounts operation. If subscription list is null, it will check the user's all subscriptions.

Method Summary

Modifier and Type Method and Description
static ListInUseStorageAccountsResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ListInUseStorageAccountsResponseInner from the JsonReader.

List<StorageInfo> storageAccountList()

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

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static ListInUseStorageAccountsResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ListInUseStorageAccountsResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ListInUseStorageAccountsResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ListInUseStorageAccountsResponseInner.

storageAccountList

public List<StorageInfo> storageAccountList()

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

Returns:

the storageAccountList value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to