Class LinkedStorageAccountsProperties

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.LinkedStorageAccountsProperties

public final class LinkedStorageAccountsProperties extends Object
Linked storage accounts properties.
  • Constructor Details

    • LinkedStorageAccountsProperties

      public LinkedStorageAccountsProperties()
  • Method Details

    • dataSourceType

      public DataSourceType dataSourceType()
      Get the dataSourceType property: Linked storage accounts type.
      Returns:
      the dataSourceType value.
    • storageAccountIds

      public List<String> storageAccountIds()
      Get the storageAccountIds property: Linked storage accounts resources ids.
      Returns:
      the storageAccountIds value.
    • withStorageAccountIds

      public LinkedStorageAccountsProperties withStorageAccountIds(List<String> storageAccountIds)
      Set the storageAccountIds property: Linked storage accounts resources ids.
      Parameters:
      storageAccountIds - the storageAccountIds value to set.
      Returns:
      the LinkedStorageAccountsProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.