Class LinkedStorageAccountsProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.LinkedStorageAccountsProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<LinkedStorageAccountsProperties>
public final class LinkedStorageAccountsProperties
extends Object
implements com.azure.json.JsonSerializable<LinkedStorageAccountsProperties>
Linked storage accounts properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LinkedStorageAccountsProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dataSourceType property: Linked storage accounts type.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinkedStorageAccountsProperties from the JsonReader.Get the storageAccountIds property: Linked storage accounts resources ids.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) withStorageAccountIds(List<String> storageAccountIds) Set the storageAccountIds property: Linked storage accounts resources ids.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
LinkedStorageAccountsProperties
public LinkedStorageAccountsProperties()Creates an instance of LinkedStorageAccountsProperties class.
-
-
Method Details
-
dataSourceType
Get the dataSourceType property: Linked storage accounts type.- Returns:
- the dataSourceType value.
-
storageAccountIds
-
withStorageAccountIds
Set the storageAccountIds property: Linked storage accounts resources ids.- Parameters:
storageAccountIds- the storageAccountIds value to set.- Returns:
- the LinkedStorageAccountsProperties object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<LinkedStorageAccountsProperties>- Throws:
IOException
-
fromJson
public static LinkedStorageAccountsProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of LinkedStorageAccountsProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of LinkedStorageAccountsProperties 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 LinkedStorageAccountsProperties.
-