Class ComponentLinkedStorageAccountsInner


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

      • ComponentLinkedStorageAccountsInner

        public ComponentLinkedStorageAccountsInner()
    • Method Detail

      • 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.