azure-native.sql.getDatabase
Explore with Pulumi AI
Gets a database. Azure REST API version: 2021-11-01.
Other available API versions: 2014-04-01, 2019-06-01-preview, 2020-02-02-preview, 2020-08-01-preview, 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview, 2024-05-01-preview.
Using getDatabase
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDatabase(args: GetDatabaseArgs, opts?: InvokeOptions): Promise<GetDatabaseResult>
function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: InvokeOptions): Output<GetDatabaseResult>def get_database(database_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 server_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetDatabaseResult
def get_database_output(database_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 server_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseResult]func LookupDatabase(ctx *Context, args *LookupDatabaseArgs, opts ...InvokeOption) (*LookupDatabaseResult, error)
func LookupDatabaseOutput(ctx *Context, args *LookupDatabaseOutputArgs, opts ...InvokeOption) LookupDatabaseResultOutput> Note: This function is named LookupDatabase in the Go SDK.
public static class GetDatabase 
{
    public static Task<GetDatabaseResult> InvokeAsync(GetDatabaseArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseResult> Invoke(GetDatabaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
public static Output<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:sql:getDatabase
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DatabaseName string
- The name of the database.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServerName string
- The name of the server.
- DatabaseName string
- The name of the database.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServerName string
- The name of the server.
- databaseName String
- The name of the database.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName String
- The name of the server.
- databaseName string
- The name of the database.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName string
- The name of the server.
- database_name str
- The name of the database.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server_name str
- The name of the server.
- databaseName String
- The name of the database.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName String
- The name of the server.
getDatabase Result
The following output properties are available:
- CreationDate string
- The creation date of the database (ISO8601 format).
- CurrentBackup stringStorage Redundancy 
- The storage account type used to store backups for this database.
- CurrentService stringObjective Name 
- The current service level objective name of the database.
- CurrentSku Pulumi.Azure Native. Sql. Outputs. Sku Response 
- The name and tier of the SKU.
- DatabaseId string
- The ID of the database.
- DefaultSecondary stringLocation 
- The default secondary region for this database.
- EarliestRestore stringDate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- FailoverGroup stringId 
- Failover Group resource identifier that this database belongs to.
- Id string
- Resource ID.
- IsInfra boolEncryption Enabled 
- Infra encryption is enabled for this database.
- Kind string
- Kind of database. This is metadata used for the Azure portal experience.
- Location string
- Resource location.
- ManagedBy string
- Resource that manages the database.
- MaxLog doubleSize Bytes 
- The max log size for this database.
- Name string
- Resource name.
- PausedDate string
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- RequestedService stringObjective Name 
- The requested service level objective name of the database.
- ResumedDate string
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- Status string
- The status of the database.
- Type string
- Resource type.
- AutoPause intDelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- CatalogCollation string
- Collation of the metadata catalog.
- Collation string
- The collation of the database.
- ElasticPool stringId 
- The resource identifier of the elastic pool containing this database.
- FederatedClient stringId 
- The Client id used for cross tenant per database CMK scenario
- HighAvailability intReplica Count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- Identity
Pulumi.Azure Native. Sql. Outputs. Database Identity Response 
- The Azure Active Directory identity of the database.
- IsLedger boolOn 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- LicenseType string
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- MaintenanceConfiguration stringId 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- MaxSize doubleBytes 
- The max size of the database expressed in bytes.
- MinCapacity double
- Minimal capacity that database will always have allocated, if not paused
- ReadScale string
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- RequestedBackup stringStorage Redundancy 
- The storage account type to be used to store backups for this database.
- SecondaryType string
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- Sku
Pulumi.Azure Native. Sql. Outputs. Sku Response 
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- Dictionary<string, string>
- Resource tags.
- ZoneRedundant bool
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
- CreationDate string
- The creation date of the database (ISO8601 format).
- CurrentBackup stringStorage Redundancy 
- The storage account type used to store backups for this database.
- CurrentService stringObjective Name 
- The current service level objective name of the database.
- CurrentSku SkuResponse 
- The name and tier of the SKU.
- DatabaseId string
- The ID of the database.
- DefaultSecondary stringLocation 
- The default secondary region for this database.
- EarliestRestore stringDate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- FailoverGroup stringId 
- Failover Group resource identifier that this database belongs to.
- Id string
- Resource ID.
- IsInfra boolEncryption Enabled 
- Infra encryption is enabled for this database.
- Kind string
- Kind of database. This is metadata used for the Azure portal experience.
- Location string
- Resource location.
- ManagedBy string
- Resource that manages the database.
- MaxLog float64Size Bytes 
- The max log size for this database.
- Name string
- Resource name.
- PausedDate string
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- RequestedService stringObjective Name 
- The requested service level objective name of the database.
- ResumedDate string
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- Status string
- The status of the database.
- Type string
- Resource type.
- AutoPause intDelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- CatalogCollation string
- Collation of the metadata catalog.
- Collation string
- The collation of the database.
- ElasticPool stringId 
- The resource identifier of the elastic pool containing this database.
- FederatedClient stringId 
- The Client id used for cross tenant per database CMK scenario
- HighAvailability intReplica Count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- Identity
DatabaseIdentity Response 
- The Azure Active Directory identity of the database.
- IsLedger boolOn 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- LicenseType string
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- MaintenanceConfiguration stringId 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- MaxSize float64Bytes 
- The max size of the database expressed in bytes.
- MinCapacity float64
- Minimal capacity that database will always have allocated, if not paused
- ReadScale string
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- RequestedBackup stringStorage Redundancy 
- The storage account type to be used to store backups for this database.
- SecondaryType string
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- Sku
SkuResponse 
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- map[string]string
- Resource tags.
- ZoneRedundant bool
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
- creationDate String
- The creation date of the database (ISO8601 format).
- currentBackup StringStorage Redundancy 
- The storage account type used to store backups for this database.
- currentService StringObjective Name 
- The current service level objective name of the database.
- currentSku SkuResponse 
- The name and tier of the SKU.
- databaseId String
- The ID of the database.
- defaultSecondary StringLocation 
- The default secondary region for this database.
- earliestRestore StringDate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- failoverGroup StringId 
- Failover Group resource identifier that this database belongs to.
- id String
- Resource ID.
- isInfra BooleanEncryption Enabled 
- Infra encryption is enabled for this database.
- kind String
- Kind of database. This is metadata used for the Azure portal experience.
- location String
- Resource location.
- managedBy String
- Resource that manages the database.
- maxLog DoubleSize Bytes 
- The max log size for this database.
- name String
- Resource name.
- pausedDate String
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- requestedService StringObjective Name 
- The requested service level objective name of the database.
- resumedDate String
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- status String
- The status of the database.
- type String
- Resource type.
- autoPause IntegerDelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- catalogCollation String
- Collation of the metadata catalog.
- collation String
- The collation of the database.
- elasticPool StringId 
- The resource identifier of the elastic pool containing this database.
- federatedClient StringId 
- The Client id used for cross tenant per database CMK scenario
- highAvailability IntegerReplica Count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- identity
DatabaseIdentity Response 
- The Azure Active Directory identity of the database.
- isLedger BooleanOn 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- licenseType String
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- maintenanceConfiguration StringId 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- maxSize DoubleBytes 
- The max size of the database expressed in bytes.
- minCapacity Double
- Minimal capacity that database will always have allocated, if not paused
- readScale String
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- requestedBackup StringStorage Redundancy 
- The storage account type to be used to store backups for this database.
- secondaryType String
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- sku
SkuResponse 
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- Map<String,String>
- Resource tags.
- zoneRedundant Boolean
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
- creationDate string
- The creation date of the database (ISO8601 format).
- currentBackup stringStorage Redundancy 
- The storage account type used to store backups for this database.
- currentService stringObjective Name 
- The current service level objective name of the database.
- currentSku SkuResponse 
- The name and tier of the SKU.
- databaseId string
- The ID of the database.
- defaultSecondary stringLocation 
- The default secondary region for this database.
- earliestRestore stringDate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- failoverGroup stringId 
- Failover Group resource identifier that this database belongs to.
- id string
- Resource ID.
- isInfra booleanEncryption Enabled 
- Infra encryption is enabled for this database.
- kind string
- Kind of database. This is metadata used for the Azure portal experience.
- location string
- Resource location.
- managedBy string
- Resource that manages the database.
- maxLog numberSize Bytes 
- The max log size for this database.
- name string
- Resource name.
- pausedDate string
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- requestedService stringObjective Name 
- The requested service level objective name of the database.
- resumedDate string
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- status string
- The status of the database.
- type string
- Resource type.
- autoPause numberDelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- catalogCollation string
- Collation of the metadata catalog.
- collation string
- The collation of the database.
- elasticPool stringId 
- The resource identifier of the elastic pool containing this database.
- federatedClient stringId 
- The Client id used for cross tenant per database CMK scenario
- highAvailability numberReplica Count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- identity
DatabaseIdentity Response 
- The Azure Active Directory identity of the database.
- isLedger booleanOn 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- licenseType string
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- maintenanceConfiguration stringId 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- maxSize numberBytes 
- The max size of the database expressed in bytes.
- minCapacity number
- Minimal capacity that database will always have allocated, if not paused
- readScale string
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- requestedBackup stringStorage Redundancy 
- The storage account type to be used to store backups for this database.
- secondaryType string
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- sku
SkuResponse 
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- {[key: string]: string}
- Resource tags.
- zoneRedundant boolean
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
- creation_date str
- The creation date of the database (ISO8601 format).
- current_backup_ strstorage_ redundancy 
- The storage account type used to store backups for this database.
- current_service_ strobjective_ name 
- The current service level objective name of the database.
- current_sku SkuResponse 
- The name and tier of the SKU.
- database_id str
- The ID of the database.
- default_secondary_ strlocation 
- The default secondary region for this database.
- earliest_restore_ strdate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- failover_group_ strid 
- Failover Group resource identifier that this database belongs to.
- id str
- Resource ID.
- is_infra_ boolencryption_ enabled 
- Infra encryption is enabled for this database.
- kind str
- Kind of database. This is metadata used for the Azure portal experience.
- location str
- Resource location.
- managed_by str
- Resource that manages the database.
- max_log_ floatsize_ bytes 
- The max log size for this database.
- name str
- Resource name.
- paused_date str
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- requested_service_ strobjective_ name 
- The requested service level objective name of the database.
- resumed_date str
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- status str
- The status of the database.
- type str
- Resource type.
- auto_pause_ intdelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- catalog_collation str
- Collation of the metadata catalog.
- collation str
- The collation of the database.
- elastic_pool_ strid 
- The resource identifier of the elastic pool containing this database.
- federated_client_ strid 
- The Client id used for cross tenant per database CMK scenario
- high_availability_ intreplica_ count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- identity
DatabaseIdentity Response 
- The Azure Active Directory identity of the database.
- is_ledger_ boolon 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- license_type str
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- maintenance_configuration_ strid 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- max_size_ floatbytes 
- The max size of the database expressed in bytes.
- min_capacity float
- Minimal capacity that database will always have allocated, if not paused
- read_scale str
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- requested_backup_ strstorage_ redundancy 
- The storage account type to be used to store backups for this database.
- secondary_type str
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- sku
SkuResponse 
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- Mapping[str, str]
- Resource tags.
- zone_redundant bool
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
- creationDate String
- The creation date of the database (ISO8601 format).
- currentBackup StringStorage Redundancy 
- The storage account type used to store backups for this database.
- currentService StringObjective Name 
- The current service level objective name of the database.
- currentSku Property Map
- The name and tier of the SKU.
- databaseId String
- The ID of the database.
- defaultSecondary StringLocation 
- The default secondary region for this database.
- earliestRestore StringDate 
- This records the earliest start date and time that restore is available for this database (ISO8601 format).
- failoverGroup StringId 
- Failover Group resource identifier that this database belongs to.
- id String
- Resource ID.
- isInfra BooleanEncryption Enabled 
- Infra encryption is enabled for this database.
- kind String
- Kind of database. This is metadata used for the Azure portal experience.
- location String
- Resource location.
- managedBy String
- Resource that manages the database.
- maxLog NumberSize Bytes 
- The max log size for this database.
- name String
- Resource name.
- pausedDate String
- The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
- requestedService StringObjective Name 
- The requested service level objective name of the database.
- resumedDate String
- The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
- status String
- The status of the database.
- type String
- Resource type.
- autoPause NumberDelay 
- Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
- catalogCollation String
- Collation of the metadata catalog.
- collation String
- The collation of the database.
- elasticPool StringId 
- The resource identifier of the elastic pool containing this database.
- federatedClient StringId 
- The Client id used for cross tenant per database CMK scenario
- highAvailability NumberReplica Count 
- The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.
- identity Property Map
- The Azure Active Directory identity of the database.
- isLedger BooleanOn 
- Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.
- licenseType String
- The license type to apply for this database. LicenseIncludedif you need a license, orBasePriceif you have a license and are eligible for the Azure Hybrid Benefit.
- maintenanceConfiguration StringId 
- Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
- maxSize NumberBytes 
- The max size of the database expressed in bytes.
- minCapacity Number
- Minimal capacity that database will always have allocated, if not paused
- readScale String
- The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.
- requestedBackup StringStorage Redundancy 
- The storage account type to be used to store backups for this database.
- secondaryType String
- The secondary type of the database if it is a secondary. Valid values are Geo and Named.
- sku Property Map
- The database SKU. - The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the - Capabilities_ListByLocationREST API or one of the following commands:- az sql db list-editions -l <location> -o table- Get-AzSqlServerServiceObjective -Location <location>
- Map<String>
- Resource tags.
- zoneRedundant Boolean
- Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
Supporting Types
DatabaseIdentityResponse  
- TenantId string
- The Azure Active Directory tenant id.
- Type string
- The identity type
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Sql. Inputs. Database User Identity Response> 
- The resource ids of the user assigned identities to use
- TenantId string
- The Azure Active Directory tenant id.
- Type string
- The identity type
- UserAssigned map[string]DatabaseIdentities User Identity Response 
- The resource ids of the user assigned identities to use
- tenantId String
- The Azure Active Directory tenant id.
- type String
- The identity type
- userAssigned Map<String,DatabaseIdentities User Identity Response> 
- The resource ids of the user assigned identities to use
- tenantId string
- The Azure Active Directory tenant id.
- type string
- The identity type
- userAssigned {[key: string]: DatabaseIdentities User Identity Response} 
- The resource ids of the user assigned identities to use
- tenant_id str
- The Azure Active Directory tenant id.
- type str
- The identity type
- user_assigned_ Mapping[str, Databaseidentities User Identity Response] 
- The resource ids of the user assigned identities to use
- tenantId String
- The Azure Active Directory tenant id.
- type String
- The identity type
- userAssigned Map<Property Map>Identities 
- The resource ids of the user assigned identities to use
DatabaseUserIdentityResponse   
- ClientId string
- The Azure Active Directory client id.
- PrincipalId string
- The Azure Active Directory principal id.
- ClientId string
- The Azure Active Directory client id.
- PrincipalId string
- The Azure Active Directory principal id.
- clientId String
- The Azure Active Directory client id.
- principalId String
- The Azure Active Directory principal id.
- clientId string
- The Azure Active Directory client id.
- principalId string
- The Azure Active Directory principal id.
- client_id str
- The Azure Active Directory client id.
- principal_id str
- The Azure Active Directory principal id.
- clientId String
- The Azure Active Directory client id.
- principalId String
- The Azure Active Directory principal id.
SkuResponse 
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Integer
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity number
- Capacity of the particular SKU.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- Size of the particular SKU
- tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name str
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity int
- Capacity of the particular SKU.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- Size of the particular SKU
- tier str
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Number
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0