Class StorageAccountCreateParameters


  • public class StorageAccountCreateParameters
    extends Object
    The storage account create parameters.
    • Constructor Detail

      • StorageAccountCreateParameters

        public StorageAccountCreateParameters()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId value.
        Returns:
        the resourceId value
      • withResourceId

        public StorageAccountCreateParameters withResourceId​(String resourceId)
        Set the resourceId value.
        Parameters:
        resourceId - the resourceId value to set
        Returns:
        the StorageAccountCreateParameters object itself.
      • activeKeyName

        public String activeKeyName()
        Get the activeKeyName value.
        Returns:
        the activeKeyName value
      • withActiveKeyName

        public StorageAccountCreateParameters withActiveKeyName​(String activeKeyName)
        Set the activeKeyName value.
        Parameters:
        activeKeyName - the activeKeyName value to set
        Returns:
        the StorageAccountCreateParameters object itself.
      • autoRegenerateKey

        public boolean autoRegenerateKey()
        Get the autoRegenerateKey value.
        Returns:
        the autoRegenerateKey value
      • withAutoRegenerateKey

        public StorageAccountCreateParameters withAutoRegenerateKey​(boolean autoRegenerateKey)
        Set the autoRegenerateKey value.
        Parameters:
        autoRegenerateKey - the autoRegenerateKey value to set
        Returns:
        the StorageAccountCreateParameters object itself.
      • regenerationPeriod

        public String regenerationPeriod()
        Get the regenerationPeriod value.
        Returns:
        the regenerationPeriod value
      • withRegenerationPeriod

        public StorageAccountCreateParameters withRegenerationPeriod​(String regenerationPeriod)
        Set the regenerationPeriod value.
        Parameters:
        regenerationPeriod - the regenerationPeriod value to set
        Returns:
        the StorageAccountCreateParameters object itself.
      • storageAccountAttributes

        public StorageAccountAttributes storageAccountAttributes()
        Get the storageAccountAttributes value.
        Returns:
        the storageAccountAttributes value
      • withStorageAccountAttributes

        public StorageAccountCreateParameters withStorageAccountAttributes​(StorageAccountAttributes storageAccountAttributes)
        Set the storageAccountAttributes value.
        Parameters:
        storageAccountAttributes - the storageAccountAttributes value to set
        Returns:
        the StorageAccountCreateParameters object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value