SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithCollation.withCollation(String collation) |
Specifies the collation property: Collation mode.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithCreateMode.withCreateMode(CreateMode createMode) |
Specifies the createMode property: Specifies the mode of sql pool creation.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithParentResource.withExistingWorkspace(String resourceGroupName,
String workspaceName) |
Specifies resourceGroupName, workspaceName.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(Long maxSizeBytes) |
Specifies the maxSizeBytes property: Maximum size in bytes.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithProvisioningState.withProvisioningState(String provisioningState) |
Specifies the provisioningState property: Resource state.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithRecoverableDatabaseId.withRecoverableDatabaseId(String recoverableDatabaseId) |
Specifies the recoverableDatabaseId property: Backup database to restore from.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithRestorePointInTime.withRestorePointInTime(OffsetDateTime restorePointInTime) |
Specifies the restorePointInTime property: Snapshot time to restore.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithSku.withSku(Sku sku) |
Specifies the sku property: Sku SQL pool SKU.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithSourceDatabaseDeletionDate.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate) |
Specifies the sourceDatabaseDeletionDate property: Specifies the time that the sql pool was deleted.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithSourceDatabaseId.withSourceDatabaseId(String sourceDatabaseId) |
Specifies the sourceDatabaseId property: Source database to create from.
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithStorageAccountType.withStorageAccountType(StorageAccountType storageAccountType) |
Specifies the storageAccountType property: The storage account type used to store backups for this sql
pool..
|
SqlPool.DefinitionStages.WithCreate |
SqlPool.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies the tags property: Resource tags..
|