azure-native.databasefleetmanager.FleetTier
Explore with Pulumi AI
A SQL Database Fleet tier.
Uses Azure REST API version 2025-02-01-preview.
Example Usage
FleetTiers_CreateOrUpdate_MaximumSet_Gen - generated by [MaximumSet] rule
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var fleetTier = new AzureNative.DatabaseFleetManager.FleetTier("fleetTier", new()
{
FleetName = "critical-production-fleet",
Properties = new AzureNative.DatabaseFleetManager.Inputs.FleetTierPropertiesArgs
{
Capacity = 4,
DatabaseCapacityMax = 4,
DatabaseCapacityMin = 0,
DatabaseSizeGbMax = 50,
Family = "Gen5",
HighAvailabilityReplicaCount = 5,
PoolNumOfDatabasesMax = 10,
Pooled = true,
Serverless = false,
ServiceTier = "GeneralPurpose",
ZoneRedundancy = AzureNative.DatabaseFleetManager.ZoneRedundancy.Disabled,
},
ResourceGroupName = "rg-database-fleet-manager",
TierName = "general-purpose-tier",
});
});
package main
import (
databasefleetmanager "github.com/pulumi/pulumi-azure-native-sdk/databasefleetmanager/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasefleetmanager.NewFleetTier(ctx, "fleetTier", &databasefleetmanager.FleetTierArgs{
FleetName: pulumi.String("critical-production-fleet"),
Properties: &databasefleetmanager.FleetTierPropertiesArgs{
Capacity: pulumi.Int(4),
DatabaseCapacityMax: pulumi.Float64(4),
DatabaseCapacityMin: pulumi.Float64(0),
DatabaseSizeGbMax: pulumi.Int(50),
Family: pulumi.String("Gen5"),
HighAvailabilityReplicaCount: pulumi.Int(5),
PoolNumOfDatabasesMax: pulumi.Int(10),
Pooled: pulumi.Bool(true),
Serverless: pulumi.Bool(false),
ServiceTier: pulumi.String("GeneralPurpose"),
ZoneRedundancy: pulumi.String(databasefleetmanager.ZoneRedundancyDisabled),
},
ResourceGroupName: pulumi.String("rg-database-fleet-manager"),
TierName: pulumi.String("general-purpose-tier"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.databasefleetmanager.FleetTier;
import com.pulumi.azurenative.databasefleetmanager.FleetTierArgs;
import com.pulumi.azurenative.databasefleetmanager.inputs.FleetTierPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var fleetTier = new FleetTier("fleetTier", FleetTierArgs.builder()
.fleetName("critical-production-fleet")
.properties(FleetTierPropertiesArgs.builder()
.capacity(4)
.databaseCapacityMax(4)
.databaseCapacityMin(0)
.databaseSizeGbMax(50)
.family("Gen5")
.highAvailabilityReplicaCount(5)
.poolNumOfDatabasesMax(10)
.pooled(true)
.serverless(false)
.serviceTier("GeneralPurpose")
.zoneRedundancy("Disabled")
.build())
.resourceGroupName("rg-database-fleet-manager")
.tierName("general-purpose-tier")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const fleetTier = new azure_native.databasefleetmanager.FleetTier("fleetTier", {
fleetName: "critical-production-fleet",
properties: {
capacity: 4,
databaseCapacityMax: 4,
databaseCapacityMin: 0,
databaseSizeGbMax: 50,
family: "Gen5",
highAvailabilityReplicaCount: 5,
poolNumOfDatabasesMax: 10,
pooled: true,
serverless: false,
serviceTier: "GeneralPurpose",
zoneRedundancy: azure_native.databasefleetmanager.ZoneRedundancy.Disabled,
},
resourceGroupName: "rg-database-fleet-manager",
tierName: "general-purpose-tier",
});
import pulumi
import pulumi_azure_native as azure_native
fleet_tier = azure_native.databasefleetmanager.FleetTier("fleetTier",
fleet_name="critical-production-fleet",
properties={
"capacity": 4,
"database_capacity_max": 4,
"database_capacity_min": 0,
"database_size_gb_max": 50,
"family": "Gen5",
"high_availability_replica_count": 5,
"pool_num_of_databases_max": 10,
"pooled": True,
"serverless": False,
"service_tier": "GeneralPurpose",
"zone_redundancy": azure_native.databasefleetmanager.ZoneRedundancy.DISABLED,
},
resource_group_name="rg-database-fleet-manager",
tier_name="general-purpose-tier")
resources:
fleetTier:
type: azure-native:databasefleetmanager:FleetTier
properties:
fleetName: critical-production-fleet
properties:
capacity: 4
databaseCapacityMax: 4
databaseCapacityMin: 0
databaseSizeGbMax: 50
family: Gen5
highAvailabilityReplicaCount: 5
poolNumOfDatabasesMax: 10
pooled: true
serverless: false
serviceTier: GeneralPurpose
zoneRedundancy: Disabled
resourceGroupName: rg-database-fleet-manager
tierName: general-purpose-tier
Create FleetTier Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FleetTier(name: string, args: FleetTierArgs, opts?: CustomResourceOptions);
@overload
def FleetTier(resource_name: str,
args: FleetTierArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FleetTier(resource_name: str,
opts: Optional[ResourceOptions] = None,
fleet_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
properties: Optional[FleetTierPropertiesArgs] = None,
tier_name: Optional[str] = None)
func NewFleetTier(ctx *Context, name string, args FleetTierArgs, opts ...ResourceOption) (*FleetTier, error)
public FleetTier(string name, FleetTierArgs args, CustomResourceOptions? opts = null)
public FleetTier(String name, FleetTierArgs args)
public FleetTier(String name, FleetTierArgs args, CustomResourceOptions options)
type: azure-native:databasefleetmanager:FleetTier
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FleetTierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FleetTierArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FleetTierArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FleetTierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FleetTierArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fleetTierResource = new AzureNative.DatabaseFleetManager.FleetTier("fleetTierResource", new()
{
FleetName = "string",
ResourceGroupName = "string",
Properties = new AzureNative.DatabaseFleetManager.Inputs.FleetTierPropertiesArgs
{
Capacity = 0,
DatabaseCapacityMax = 0,
DatabaseCapacityMin = 0,
DatabaseSizeGbMax = 0,
Family = "string",
HighAvailabilityReplicaCount = 0,
PoolNumOfDatabasesMax = 0,
Pooled = false,
Serverless = false,
ServiceTier = "string",
ZoneRedundancy = "string",
},
TierName = "string",
});
example, err := databasefleetmanager.NewFleetTier(ctx, "fleetTierResource", &databasefleetmanager.FleetTierArgs{
FleetName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Properties: &databasefleetmanager.FleetTierPropertiesArgs{
Capacity: pulumi.Int(0),
DatabaseCapacityMax: pulumi.Float64(0),
DatabaseCapacityMin: pulumi.Float64(0),
DatabaseSizeGbMax: pulumi.Int(0),
Family: pulumi.String("string"),
HighAvailabilityReplicaCount: pulumi.Int(0),
PoolNumOfDatabasesMax: pulumi.Int(0),
Pooled: pulumi.Bool(false),
Serverless: pulumi.Bool(false),
ServiceTier: pulumi.String("string"),
ZoneRedundancy: pulumi.String("string"),
},
TierName: pulumi.String("string"),
})
var fleetTierResource = new FleetTier("fleetTierResource", FleetTierArgs.builder()
.fleetName("string")
.resourceGroupName("string")
.properties(FleetTierPropertiesArgs.builder()
.capacity(0)
.databaseCapacityMax(0)
.databaseCapacityMin(0)
.databaseSizeGbMax(0)
.family("string")
.highAvailabilityReplicaCount(0)
.poolNumOfDatabasesMax(0)
.pooled(false)
.serverless(false)
.serviceTier("string")
.zoneRedundancy("string")
.build())
.tierName("string")
.build());
fleet_tier_resource = azure_native.databasefleetmanager.FleetTier("fleetTierResource",
fleet_name="string",
resource_group_name="string",
properties={
"capacity": 0,
"database_capacity_max": 0,
"database_capacity_min": 0,
"database_size_gb_max": 0,
"family": "string",
"high_availability_replica_count": 0,
"pool_num_of_databases_max": 0,
"pooled": False,
"serverless": False,
"service_tier": "string",
"zone_redundancy": "string",
},
tier_name="string")
const fleetTierResource = new azure_native.databasefleetmanager.FleetTier("fleetTierResource", {
fleetName: "string",
resourceGroupName: "string",
properties: {
capacity: 0,
databaseCapacityMax: 0,
databaseCapacityMin: 0,
databaseSizeGbMax: 0,
family: "string",
highAvailabilityReplicaCount: 0,
poolNumOfDatabasesMax: 0,
pooled: false,
serverless: false,
serviceTier: "string",
zoneRedundancy: "string",
},
tierName: "string",
});
type: azure-native:databasefleetmanager:FleetTier
properties:
fleetName: string
properties:
capacity: 0
databaseCapacityMax: 0
databaseCapacityMin: 0
databaseSizeGbMax: 0
family: string
highAvailabilityReplicaCount: 0
poolNumOfDatabasesMax: 0
pooled: false
serverless: false
serviceTier: string
zoneRedundancy: string
resourceGroupName: string
tierName: string
FleetTier Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FleetTier resource accepts the following input properties:
- Fleet
Name string - Name of the database fleet.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Properties
Pulumi.
Azure Native. Database Fleet Manager. Inputs. Fleet Tier Properties - A Fleet tier properties.
- Tier
Name string - Name of the tier.
- Fleet
Name string - Name of the database fleet.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Properties
Fleet
Tier Properties Args - A Fleet tier properties.
- Tier
Name string - Name of the tier.
- fleet
Name String - Name of the database fleet.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- properties
Fleet
Tier Properties - A Fleet tier properties.
- tier
Name String - Name of the tier.
- fleet
Name string - Name of the database fleet.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- properties
Fleet
Tier Properties - A Fleet tier properties.
- tier
Name string - Name of the tier.
- fleet_
name str - Name of the database fleet.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- properties
Fleet
Tier Properties Args - A Fleet tier properties.
- tier_
name str - Name of the tier.
- fleet
Name String - Name of the database fleet.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- properties Property Map
- A Fleet tier properties.
- tier
Name String - Name of the tier.
Outputs
All input properties are implicitly available as output properties. Additionally, the FleetTier resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- 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
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- 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
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- 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
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- 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
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- 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
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- 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
FleetTierProperties, FleetTierPropertiesArgs
- Capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- Database
Capacity doubleMax - Maximum allocated capacity per database, in units matching the specified service tier.
- Database
Capacity doubleMin - Minimum allocated capacity per database, in units matching the specified service tier.
- Database
Size intGb Max - Maximum database size in Gb.
- Family string
- Family of provisioned resources, for example Gen5.
- High
Availability intReplica Count - Number of high availability replicas for databases in this tier.
- Pool
Num intOf Databases Max - Maximum number of databases per pool.
- Pooled bool
- If true, databases are pooled.
- Serverless bool
- If true, serverless resources are provisioned in the tier.
- Service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- Zone
Redundancy string | Pulumi.Azure Native. Database Fleet Manager. Zone Redundancy - Enable zone redundancy for all databases in this tier.
- Capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- Database
Capacity float64Max - Maximum allocated capacity per database, in units matching the specified service tier.
- Database
Capacity float64Min - Minimum allocated capacity per database, in units matching the specified service tier.
- Database
Size intGb Max - Maximum database size in Gb.
- Family string
- Family of provisioned resources, for example Gen5.
- High
Availability intReplica Count - Number of high availability replicas for databases in this tier.
- Pool
Num intOf Databases Max - Maximum number of databases per pool.
- Pooled bool
- If true, databases are pooled.
- Serverless bool
- If true, serverless resources are provisioned in the tier.
- Service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- Zone
Redundancy string | ZoneRedundancy - Enable zone redundancy for all databases in this tier.
- capacity Integer
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity DoubleMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity DoubleMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size IntegerGb Max - Maximum database size in Gb.
- family String
- Family of provisioned resources, for example Gen5.
- high
Availability IntegerReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num IntegerOf Databases Max - Maximum number of databases per pool.
- pooled Boolean
- If true, databases are pooled.
- serverless Boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier String - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy String | ZoneRedundancy - Enable zone redundancy for all databases in this tier.
- capacity number
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity numberMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity numberMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size numberGb Max - Maximum database size in Gb.
- family string
- Family of provisioned resources, for example Gen5.
- high
Availability numberReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num numberOf Databases Max - Maximum number of databases per pool.
- pooled boolean
- If true, databases are pooled.
- serverless boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy string | ZoneRedundancy - Enable zone redundancy for all databases in this tier.
- capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database_
capacity_ floatmax - Maximum allocated capacity per database, in units matching the specified service tier.
- database_
capacity_ floatmin - Minimum allocated capacity per database, in units matching the specified service tier.
- database_
size_ intgb_ max - Maximum database size in Gb.
- family str
- Family of provisioned resources, for example Gen5.
- high_
availability_ intreplica_ count - Number of high availability replicas for databases in this tier.
- pool_
num_ intof_ databases_ max - Maximum number of databases per pool.
- pooled bool
- If true, databases are pooled.
- serverless bool
- If true, serverless resources are provisioned in the tier.
- service_
tier str - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone_
redundancy str | ZoneRedundancy - Enable zone redundancy for all databases in this tier.
- capacity Number
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity NumberMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity NumberMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size NumberGb Max - Maximum database size in Gb.
- family String
- Family of provisioned resources, for example Gen5.
- high
Availability NumberReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num NumberOf Databases Max - Maximum number of databases per pool.
- pooled Boolean
- If true, databases are pooled.
- serverless Boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier String - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy String | "Enabled" | "Disabled" - Enable zone redundancy for all databases in this tier.
FleetTierPropertiesResponse, FleetTierPropertiesResponseArgs
- Disabled bool
- If true, tier is disabled.
- Provisioning
State string - Provisioning state.
- Capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- Database
Capacity doubleMax - Maximum allocated capacity per database, in units matching the specified service tier.
- Database
Capacity doubleMin - Minimum allocated capacity per database, in units matching the specified service tier.
- Database
Size intGb Max - Maximum database size in Gb.
- Family string
- Family of provisioned resources, for example Gen5.
- High
Availability intReplica Count - Number of high availability replicas for databases in this tier.
- Pool
Num intOf Databases Max - Maximum number of databases per pool.
- Pooled bool
- If true, databases are pooled.
- Serverless bool
- If true, serverless resources are provisioned in the tier.
- Service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- Zone
Redundancy string - Enable zone redundancy for all databases in this tier.
- Disabled bool
- If true, tier is disabled.
- Provisioning
State string - Provisioning state.
- Capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- Database
Capacity float64Max - Maximum allocated capacity per database, in units matching the specified service tier.
- Database
Capacity float64Min - Minimum allocated capacity per database, in units matching the specified service tier.
- Database
Size intGb Max - Maximum database size in Gb.
- Family string
- Family of provisioned resources, for example Gen5.
- High
Availability intReplica Count - Number of high availability replicas for databases in this tier.
- Pool
Num intOf Databases Max - Maximum number of databases per pool.
- Pooled bool
- If true, databases are pooled.
- Serverless bool
- If true, serverless resources are provisioned in the tier.
- Service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- Zone
Redundancy string - Enable zone redundancy for all databases in this tier.
- disabled Boolean
- If true, tier is disabled.
- provisioning
State String - Provisioning state.
- capacity Integer
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity DoubleMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity DoubleMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size IntegerGb Max - Maximum database size in Gb.
- family String
- Family of provisioned resources, for example Gen5.
- high
Availability IntegerReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num IntegerOf Databases Max - Maximum number of databases per pool.
- pooled Boolean
- If true, databases are pooled.
- serverless Boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier String - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy String - Enable zone redundancy for all databases in this tier.
- disabled boolean
- If true, tier is disabled.
- provisioning
State string - Provisioning state.
- capacity number
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity numberMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity numberMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size numberGb Max - Maximum database size in Gb.
- family string
- Family of provisioned resources, for example Gen5.
- high
Availability numberReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num numberOf Databases Max - Maximum number of databases per pool.
- pooled boolean
- If true, databases are pooled.
- serverless boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier string - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy string - Enable zone redundancy for all databases in this tier.
- disabled bool
- If true, tier is disabled.
- provisioning_
state str - Provisioning state.
- capacity int
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database_
capacity_ floatmax - Maximum allocated capacity per database, in units matching the specified service tier.
- database_
capacity_ floatmin - Minimum allocated capacity per database, in units matching the specified service tier.
- database_
size_ intgb_ max - Maximum database size in Gb.
- family str
- Family of provisioned resources, for example Gen5.
- high_
availability_ intreplica_ count - Number of high availability replicas for databases in this tier.
- pool_
num_ intof_ databases_ max - Maximum number of databases per pool.
- pooled bool
- If true, databases are pooled.
- serverless bool
- If true, serverless resources are provisioned in the tier.
- service_
tier str - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone_
redundancy str - Enable zone redundancy for all databases in this tier.
- disabled Boolean
- If true, tier is disabled.
- provisioning
State String - Provisioning state.
- capacity Number
- Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
- database
Capacity NumberMax - Maximum allocated capacity per database, in units matching the specified service tier.
- database
Capacity NumberMin - Minimum allocated capacity per database, in units matching the specified service tier.
- database
Size NumberGb Max - Maximum database size in Gb.
- family String
- Family of provisioned resources, for example Gen5.
- high
Availability NumberReplica Count - Number of high availability replicas for databases in this tier.
- pool
Num NumberOf Databases Max - Maximum number of databases per pool.
- pooled Boolean
- If true, databases are pooled.
- serverless Boolean
- If true, serverless resources are provisioned in the tier.
- service
Tier String - Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
- zone
Redundancy String - Enable zone redundancy for all databases in this tier.
SystemDataResponse, SystemDataResponseArgs
- 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.
ZoneRedundancy, ZoneRedundancyArgs
- Enabled
- EnabledZone redundancy enabled.
- Disabled
- DisabledZone redundancy disabled.
- Zone
Redundancy Enabled - EnabledZone redundancy enabled.
- Zone
Redundancy Disabled - DisabledZone redundancy disabled.
- Enabled
- EnabledZone redundancy enabled.
- Disabled
- DisabledZone redundancy disabled.
- Enabled
- EnabledZone redundancy enabled.
- Disabled
- DisabledZone redundancy disabled.
- ENABLED
- EnabledZone redundancy enabled.
- DISABLED
- DisabledZone redundancy disabled.
- "Enabled"
- EnabledZone redundancy enabled.
- "Disabled"
- DisabledZone redundancy disabled.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:databasefleetmanager:FleetTier general-purpose-tier /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseFleetManager/fleets/{fleetName}/tiers/{tierName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0