Uses of Class
com.microsoft.azure.management.batch.BatchAccountCreateParameters
-
-
Uses of BatchAccountCreateParameters in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return BatchAccountCreateParameters Modifier and Type Method Description BatchAccountCreateParametersBatchAccountCreateParameters. withAutoStorage(AutoStorageBaseProperties autoStorage)Set the autoStorage value.BatchAccountCreateParametersBatchAccountCreateParameters. withKeyVaultReference(KeyVaultReference keyVaultReference)Set the keyVaultReference value.BatchAccountCreateParametersBatchAccountCreateParameters. withLocation(String location)Set the location value.BatchAccountCreateParametersBatchAccountCreateParameters. withPoolAllocationMode(PoolAllocationMode poolAllocationMode)Set the poolAllocationMode value.BatchAccountCreateParametersBatchAccountCreateParameters. withTags(Map<String,String> tags)Set the tags value.
-