Class LinkedStorageAccountsProperties

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

public final class LinkedStorageAccountsProperties extends Object
An Application Insights component linked storage account.
  • Constructor Details

    • LinkedStorageAccountsProperties

      public LinkedStorageAccountsProperties()
  • Method Details

    • linkedStorageAccount

      public String linkedStorageAccount()
      Get the linkedStorageAccount property: Linked storage account resource ID.
      Returns:
      the linkedStorageAccount value.
    • withLinkedStorageAccount

      public LinkedStorageAccountsProperties withLinkedStorageAccount(String linkedStorageAccount)
      Set the linkedStorageAccount property: Linked storage account resource ID.
      Parameters:
      linkedStorageAccount - the linkedStorageAccount value to set.
      Returns:
      the LinkedStorageAccountsProperties object itself.
    • validate

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