Class Gen2StorageConfigurationMutableProperties

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.Gen2StorageConfigurationMutableProperties

public final class Gen2StorageConfigurationMutableProperties extends Object
The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.
  • Constructor Details

    • Gen2StorageConfigurationMutableProperties

      public Gen2StorageConfigurationMutableProperties()
      Creates an instance of Gen2StorageConfigurationMutableProperties class.
  • Method Details

    • managementKey

      public String managementKey()
      Get the managementKey property: The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses.
      Returns:
      the managementKey value.
    • withManagementKey

      public Gen2StorageConfigurationMutableProperties withManagementKey(String managementKey)
      Set the managementKey property: The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses.
      Parameters:
      managementKey - the managementKey value to set.
      Returns:
      the Gen2StorageConfigurationMutableProperties object itself.
    • validate

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