Class ComponentLinkedStorageAccountsInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.applicationinsights.fluent.models.ComponentLinkedStorageAccountsInner

public final class ComponentLinkedStorageAccountsInner extends com.azure.core.management.ProxyResource
An Application Insights component linked storage accounts.
  • Constructor Details

    • ComponentLinkedStorageAccountsInner

      public ComponentLinkedStorageAccountsInner()
  • Method Details

    • linkedStorageAccount

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

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

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