Class BatchAccountCreateParameters


  • public class BatchAccountCreateParameters
    extends Object
    Parameters supplied to the Create operation.
    • Constructor Detail

      • BatchAccountCreateParameters

        public BatchAccountCreateParameters()
    • Method Detail

      • location

        public String location()
        Get the location value.
        Returns:
        the location value
      • withLocation

        public BatchAccountCreateParameters withLocation​(String location)
        Set the location value.
        Parameters:
        location - the location value to set
        Returns:
        the BatchAccountCreateParameters object itself.
      • tags

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

        public PoolAllocationMode poolAllocationMode()
        Get the poolAllocationMode value.
        Returns:
        the poolAllocationMode value
      • withPoolAllocationMode

        public BatchAccountCreateParameters withPoolAllocationMode​(PoolAllocationMode poolAllocationMode)
        Set the poolAllocationMode value.
        Parameters:
        poolAllocationMode - the poolAllocationMode value to set
        Returns:
        the BatchAccountCreateParameters object itself.
      • keyVaultReference

        public KeyVaultReference keyVaultReference()
        Get the keyVaultReference value.
        Returns:
        the keyVaultReference value
      • withKeyVaultReference

        public BatchAccountCreateParameters withKeyVaultReference​(KeyVaultReference keyVaultReference)
        Set the keyVaultReference value.
        Parameters:
        keyVaultReference - the keyVaultReference value to set
        Returns:
        the BatchAccountCreateParameters object itself.