Class ComponentLinkedStorageAccountsPatch

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.ComponentLinkedStorageAccountsPatch

public final class ComponentLinkedStorageAccountsPatch extends Object
An Application Insights component linked storage accounts patch.
  • Constructor Details

    • ComponentLinkedStorageAccountsPatch

      public ComponentLinkedStorageAccountsPatch()
  • Method Details

    • linkedStorageAccount

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

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

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