Class JobStorageAccount


  • public final class JobStorageAccount
    extends StorageAccount
    The properties that are associated with an Azure Storage account with MSI.
    • Constructor Detail

      • JobStorageAccount

        public JobStorageAccount()
    • Method Detail

      • authenticationMode

        public AuthenticationMode authenticationMode()
        Get the authenticationMode property: Authentication Mode.
        Returns:
        the authenticationMode value.
      • withAuthenticationMode

        public JobStorageAccount withAuthenticationMode​(AuthenticationMode authenticationMode)
        Set the authenticationMode property: Authentication Mode.
        Parameters:
        authenticationMode - the authenticationMode value to set.
        Returns:
        the JobStorageAccount object itself.
      • withAccountName

        public JobStorageAccount withAccountName​(String accountName)
        Set the accountName property: The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withAccountName in class StorageAccount
        Parameters:
        accountName - the accountName value to set.
        Returns:
        the StorageAccount object itself.
      • withAccountKey

        public JobStorageAccount withAccountKey​(String accountKey)
        Set the accountKey property: The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withAccountKey in class StorageAccount
        Parameters:
        accountKey - the accountKey value to set.
        Returns:
        the StorageAccount object itself.