This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.databasefleetmanager.getFleetDatabase
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets a fleet database.
Uses Azure REST API version 2025-02-01-preview.
Using getFleetDatabase
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 getFleetDatabase(args: GetFleetDatabaseArgs, opts?: InvokeOptions): Promise<GetFleetDatabaseResult>
function getFleetDatabaseOutput(args: GetFleetDatabaseOutputArgs, opts?: InvokeOptions): Output<GetFleetDatabaseResult>
def get_fleet_database(database_name: Optional[str] = None,
fleet_name: Optional[str] = None,
fleetspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetDatabaseResult
def get_fleet_database_output(database_name: Optional[pulumi.Input[str]] = None,
fleet_name: Optional[pulumi.Input[str]] = None,
fleetspace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetDatabaseResult]
func LookupFleetDatabase(ctx *Context, args *LookupFleetDatabaseArgs, opts ...InvokeOption) (*LookupFleetDatabaseResult, error)
func LookupFleetDatabaseOutput(ctx *Context, args *LookupFleetDatabaseOutputArgs, opts ...InvokeOption) LookupFleetDatabaseResultOutput
> Note: This function is named LookupFleetDatabase
in the Go SDK.
public static class GetFleetDatabase
{
public static Task<GetFleetDatabaseResult> InvokeAsync(GetFleetDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetFleetDatabaseResult> Invoke(GetFleetDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFleetDatabaseResult> getFleetDatabase(GetFleetDatabaseArgs args, InvokeOptions options)
public static Output<GetFleetDatabaseResult> getFleetDatabase(GetFleetDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:databasefleetmanager:getFleetDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Database
Name string - Name of the database.
- Fleet
Name string - Name of the database fleet.
- Fleetspace
Name string - Name of the fleetspace.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Database
Name string - Name of the database.
- Fleet
Name string - Name of the database fleet.
- Fleetspace
Name string - Name of the fleetspace.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- database
Name String - Name of the database.
- fleet
Name String - Name of the database fleet.
- fleetspace
Name String - Name of the fleetspace.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- database
Name string - Name of the database.
- fleet
Name string - Name of the database fleet.
- fleetspace
Name string - Name of the fleetspace.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- database_
name str - Name of the database.
- fleet_
name str - Name of the database fleet.
- fleetspace_
name str - Name of the fleetspace.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- database
Name String - Name of the database.
- fleet
Name String - Name of the database fleet.
- fleetspace
Name String - Name of the fleetspace.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getFleetDatabase Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Database Fleet Manager. Outputs. Fleet Database Properties Response - Fleet database properties.
- System
Data Pulumi.Azure Native. Database Fleet Manager. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Fleet
Database Properties Response - Fleet database properties.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties
Fleet
Database Properties Response - Fleet database properties.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- properties
Fleet
Database Properties Response - Fleet database properties.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- properties
Fleet
Database Properties Response - Fleet database properties.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties Property Map
- Fleet database properties.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
DatabaseIdentityResponse
- Client
Id string - Client Id of the database identity.
- Principal
Id string - Principal Id of the database identity.
- Resource
Id string - Resource Id of the database identity.
- Client
Id string - Client Id of the database identity.
- Principal
Id string - Principal Id of the database identity.
- Resource
Id string - Resource Id of the database identity.
- client
Id String - Client Id of the database identity.
- principal
Id String - Principal Id of the database identity.
- resource
Id String - Resource Id of the database identity.
- client
Id string - Client Id of the database identity.
- principal
Id string - Principal Id of the database identity.
- resource
Id string - Resource Id of the database identity.
- client_
id str - Client Id of the database identity.
- principal_
id str - Principal Id of the database identity.
- resource_
id str - Resource Id of the database identity.
- client
Id String - Client Id of the database identity.
- principal
Id String - Principal Id of the database identity.
- resource
Id String - Resource Id of the database identity.
FleetDatabasePropertiesResponse
- Backup
Retention intDays - Backup retention in days.
- Connection
String string - Connection string to connect to the database with.
- Database
Size intGb Max - Maximum database size in Gb.
- Earliest
Restore stringTime - Earliest restore time.
- Latest
Restore stringTime - Latest restore time.
- Original
Database stringId - Resource identifier for the underlying database resource.
- Provisioning
State string - Database state.
- Recoverable bool
- If true, database is recoverable.
- Collation string
- Database collation.
- Create
Mode string - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- Identity
Pulumi.
Azure Native. Database Fleet Manager. Inputs. Identity Response - Identity property.
- Dictionary<string, string>
- Additional database properties to be applied as the underlying database resource tags.
- Restore
From stringTime - Restore from time when CreateMode is PointInTimeRestore.
- Source
Database stringName - Source database name used when CreateMode is Copy or PointInTimeRestore.
- Tier
Name string - Name of the tier this database belongs to.
- Transparent
Data Pulumi.Encryption Azure Native. Database Fleet Manager. Inputs. Transparent Data Encryption Response - Transparent Data Encryption properties
- Backup
Retention intDays - Backup retention in days.
- Connection
String string - Connection string to connect to the database with.
- Database
Size intGb Max - Maximum database size in Gb.
- Earliest
Restore stringTime - Earliest restore time.
- Latest
Restore stringTime - Latest restore time.
- Original
Database stringId - Resource identifier for the underlying database resource.
- Provisioning
State string - Database state.
- Recoverable bool
- If true, database is recoverable.
- Collation string
- Database collation.
- Create
Mode string - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- Identity
Identity
Response - Identity property.
- map[string]string
- Additional database properties to be applied as the underlying database resource tags.
- Restore
From stringTime - Restore from time when CreateMode is PointInTimeRestore.
- Source
Database stringName - Source database name used when CreateMode is Copy or PointInTimeRestore.
- Tier
Name string - Name of the tier this database belongs to.
- Transparent
Data TransparentEncryption Data Encryption Response - Transparent Data Encryption properties
- backup
Retention IntegerDays - Backup retention in days.
- connection
String String - Connection string to connect to the database with.
- database
Size IntegerGb Max - Maximum database size in Gb.
- earliest
Restore StringTime - Earliest restore time.
- latest
Restore StringTime - Latest restore time.
- original
Database StringId - Resource identifier for the underlying database resource.
- provisioning
State String - Database state.
- recoverable Boolean
- If true, database is recoverable.
- collation String
- Database collation.
- create
Mode String - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- identity
Identity
Response - Identity property.
- Map<String,String>
- Additional database properties to be applied as the underlying database resource tags.
- restore
From StringTime - Restore from time when CreateMode is PointInTimeRestore.
- source
Database StringName - Source database name used when CreateMode is Copy or PointInTimeRestore.
- tier
Name String - Name of the tier this database belongs to.
- transparent
Data TransparentEncryption Data Encryption Response - Transparent Data Encryption properties
- backup
Retention numberDays - Backup retention in days.
- connection
String string - Connection string to connect to the database with.
- database
Size numberGb Max - Maximum database size in Gb.
- earliest
Restore stringTime - Earliest restore time.
- latest
Restore stringTime - Latest restore time.
- original
Database stringId - Resource identifier for the underlying database resource.
- provisioning
State string - Database state.
- recoverable boolean
- If true, database is recoverable.
- collation string
- Database collation.
- create
Mode string - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- identity
Identity
Response - Identity property.
- {[key: string]: string}
- Additional database properties to be applied as the underlying database resource tags.
- restore
From stringTime - Restore from time when CreateMode is PointInTimeRestore.
- source
Database stringName - Source database name used when CreateMode is Copy or PointInTimeRestore.
- tier
Name string - Name of the tier this database belongs to.
- transparent
Data TransparentEncryption Data Encryption Response - Transparent Data Encryption properties
- backup_
retention_ intdays - Backup retention in days.
- connection_
string str - Connection string to connect to the database with.
- database_
size_ intgb_ max - Maximum database size in Gb.
- earliest_
restore_ strtime - Earliest restore time.
- latest_
restore_ strtime - Latest restore time.
- original_
database_ strid - Resource identifier for the underlying database resource.
- provisioning_
state str - Database state.
- recoverable bool
- If true, database is recoverable.
- collation str
- Database collation.
- create_
mode str - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- identity
Identity
Response - Identity property.
- Mapping[str, str]
- Additional database properties to be applied as the underlying database resource tags.
- restore_
from_ strtime - Restore from time when CreateMode is PointInTimeRestore.
- source_
database_ strname - Source database name used when CreateMode is Copy or PointInTimeRestore.
- tier_
name str - Name of the tier this database belongs to.
- transparent_
data_ Transparentencryption Data Encryption Response - Transparent Data Encryption properties
- backup
Retention NumberDays - Backup retention in days.
- connection
String String - Connection string to connect to the database with.
- database
Size NumberGb Max - Maximum database size in Gb.
- earliest
Restore StringTime - Earliest restore time.
- latest
Restore StringTime - Latest restore time.
- original
Database StringId - Resource identifier for the underlying database resource.
- provisioning
State String - Database state.
- recoverable Boolean
- If true, database is recoverable.
- collation String
- Database collation.
- create
Mode String - Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
- identity Property Map
- Identity property.
- Map<String>
- Additional database properties to be applied as the underlying database resource tags.
- restore
From StringTime - Restore from time when CreateMode is PointInTimeRestore.
- source
Database StringName - Source database name used when CreateMode is Copy or PointInTimeRestore.
- tier
Name String - Name of the tier this database belongs to.
- transparent
Data Property MapEncryption - Transparent Data Encryption properties
IdentityResponse
- Federated
Client stringId - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- Identity
Type string - Identity type of the main principal.
- User
Assigned List<Pulumi.Identities Azure Native. Database Fleet Manager. Inputs. Database Identity Response> - User identity ids
- Federated
Client stringId - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- Identity
Type string - Identity type of the main principal.
- User
Assigned []DatabaseIdentities Identity Response - User identity ids
- federated
Client StringId - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- identity
Type String - Identity type of the main principal.
- user
Assigned List<DatabaseIdentities Identity Response> - User identity ids
- federated
Client stringId - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- identity
Type string - Identity type of the main principal.
- user
Assigned DatabaseIdentities Identity Response[] - User identity ids
- federated_
client_ strid - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- identity_
type str - Identity type of the main principal.
- user_
assigned_ Sequence[Databaseidentities Identity Response] - User identity ids
- federated
Client StringId - The federated client id for the SQL Database. It is used for cross tenant CMK scenario.
- identity
Type String - Identity type of the main principal.
- user
Assigned List<Property Map>Identities - User identity ids
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TransparentDataEncryptionResponse
- Enable
Auto boolRotation - Enable key auto rotation
- Key
Uri string - Customer Managed Key (CMK) Uri.
- Keys List<string>
- Additional Keys
- Enable
Auto boolRotation - Enable key auto rotation
- Key
Uri string - Customer Managed Key (CMK) Uri.
- Keys []string
- Additional Keys
- enable
Auto BooleanRotation - Enable key auto rotation
- key
Uri String - Customer Managed Key (CMK) Uri.
- keys List<String>
- Additional Keys
- enable
Auto booleanRotation - Enable key auto rotation
- key
Uri string - Customer Managed Key (CMK) Uri.
- keys string[]
- Additional Keys
- enable_
auto_ boolrotation - Enable key auto rotation
- key_
uri str - Customer Managed Key (CMK) Uri.
- keys Sequence[str]
- Additional Keys
- enable
Auto BooleanRotation - Enable key auto rotation
- key
Uri String - Customer Managed Key (CMK) Uri.
- keys List<String>
- Additional Keys
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi