Class BlobStorageTokenStore

java.lang.Object
com.azure.resourcemanager.appservice.models.BlobStorageTokenStore

public final class BlobStorageTokenStore extends Object
The configuration settings of the storage of the tokens if blob storage is used.
  • Constructor Details

    • BlobStorageTokenStore

      public BlobStorageTokenStore()
  • Method Details

    • sasUrlSettingName

      public String sasUrlSettingName()
      Get the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.
      Returns:
      the sasUrlSettingName value.
    • withSasUrlSettingName

      public BlobStorageTokenStore withSasUrlSettingName(String sasUrlSettingName)
      Set the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.
      Parameters:
      sasUrlSettingName - the sasUrlSettingName value to set.
      Returns:
      the BlobStorageTokenStore object itself.
    • validate

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