PSSynapseSqlPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSSynapseSqlPool : Microsoft.Azure.Commands.Synapse.Models.PSSynapseTrackedResource
type PSSynapseSqlPool = class
inherit PSSynapseTrackedResource
Public Class PSSynapseSqlPool
Inherits PSSynapseTrackedResource
- Inheritance
Constructors
PSSynapseSqlPool(String, String, SqlPool) |
Properties
Collation |
Gets collation mode |
CreateMode |
Gets what is this? |
CreationDate |
Gets date the SQL pool was created |
Id |
Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from PSSynapseResource) |
Location |
Gets or sets the geo-location where the resource lives (Inherited from PSSynapseTrackedResource) |
MaxSizeBytes |
Gets maximum size in bytes |
Name |
Gets the name of the SQL pool |
ProvisioningState |
Gets resource state |
RecoverableDatabaseId |
Gets backup database to restore from |
ResourceGroupName |
Gets or sets the name of the resource group |
RestorePointInTime |
Gets snapshot time to restore |
Sku |
Gets SQL pool SKU |
SourceDatabaseId |
Gets source database to create from |
SqlPoolName |
Gets or sets the name of the SQL pool |
Status |
Gets resource status |
StorageAccountType |
Gets or sets the storage account type used to store backups for this sql pool. Possible values include: 'GRS', 'LRS'. |
Tags |
Gets or sets resource tags. (Inherited from PSSynapseTrackedResource) |
TagsTable | (Inherited from PSSynapseTrackedResource) |
Type |
Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from PSSynapseResource) |
WorkspaceName |
Gets or sets the name of the workspace |