ListInUseStorageAccountsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. ListInUseStorageAccountsResponseInner
- com.
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
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
List<Storage |
storageAccountList()
Get the storage |
|
Json |
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:
Returns:
Throws:
storageAccountList
public List<StorageInfo> storageAccountList()
Get the storageAccountList property: The storage account list which in use in related reports.
Returns: