1. Packages
  2. Azure Native
  3. API Docs
  4. databasefleetmanager
  5. getFleetTier
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.getFleetTier

Explore with Pulumi AI

azure-native logo
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 tier resource.

    Uses Azure REST API version 2025-02-01-preview.

    Using getFleetTier

    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 getFleetTier(args: GetFleetTierArgs, opts?: InvokeOptions): Promise<GetFleetTierResult>
    function getFleetTierOutput(args: GetFleetTierOutputArgs, opts?: InvokeOptions): Output<GetFleetTierResult>
    def get_fleet_tier(fleet_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       tier_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetFleetTierResult
    def get_fleet_tier_output(fleet_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       tier_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetFleetTierResult]
    func LookupFleetTier(ctx *Context, args *LookupFleetTierArgs, opts ...InvokeOption) (*LookupFleetTierResult, error)
    func LookupFleetTierOutput(ctx *Context, args *LookupFleetTierOutputArgs, opts ...InvokeOption) LookupFleetTierResultOutput

    > Note: This function is named LookupFleetTier in the Go SDK.

    public static class GetFleetTier 
    {
        public static Task<GetFleetTierResult> InvokeAsync(GetFleetTierArgs args, InvokeOptions? opts = null)
        public static Output<GetFleetTierResult> Invoke(GetFleetTierInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFleetTierResult> getFleetTier(GetFleetTierArgs args, InvokeOptions options)
    public static Output<GetFleetTierResult> getFleetTier(GetFleetTierArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:databasefleetmanager:getFleetTier
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FleetName string
    Name of the database fleet.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TierName string
    Name of the tier.
    FleetName string
    Name of the database fleet.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TierName string
    Name of the tier.
    fleetName String
    Name of the database fleet.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    tierName String
    Name of the tier.
    fleetName string
    Name of the database fleet.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    tierName string
    Name of the tier.
    fleet_name str
    Name of the database fleet.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    tier_name str
    Name of the tier.
    fleetName String
    Name of the database fleet.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    tierName String
    Name of the tier.

    getFleetTier 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.AzureNative.DatabaseFleetManager.Outputs.FleetTierPropertiesResponse
    A Fleet tier properties.
    SystemData Pulumi.AzureNative.DatabaseFleetManager.Outputs.SystemDataResponse
    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 FleetTierPropertiesResponse
    A Fleet tier properties.
    SystemData SystemDataResponse
    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 FleetTierPropertiesResponse
    A Fleet tier properties.
    systemData SystemDataResponse
    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 FleetTierPropertiesResponse
    A Fleet tier properties.
    systemData SystemDataResponse
    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 FleetTierPropertiesResponse
    A Fleet tier properties.
    system_data SystemDataResponse
    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
    A Fleet tier properties.
    systemData 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

    FleetTierPropertiesResponse

    Disabled bool
    If true, tier is disabled.
    ProvisioningState string
    Provisioning state.
    Capacity int
    Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
    DatabaseCapacityMax double
    Maximum allocated capacity per database, in units matching the specified service tier.
    DatabaseCapacityMin double
    Minimum allocated capacity per database, in units matching the specified service tier.
    DatabaseSizeGbMax int
    Maximum database size in Gb.
    Family string
    Family of provisioned resources, for example Gen5.
    HighAvailabilityReplicaCount int
    Number of high availability replicas for databases in this tier.
    PoolNumOfDatabasesMax int
    Maximum number of databases per pool.
    Pooled bool
    If true, databases are pooled.
    Serverless bool
    If true, serverless resources are provisioned in the tier.
    ServiceTier string
    Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
    ZoneRedundancy string
    Enable zone redundancy for all databases in this tier.
    Disabled bool
    If true, tier is disabled.
    ProvisioningState string
    Provisioning state.
    Capacity int
    Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
    DatabaseCapacityMax float64
    Maximum allocated capacity per database, in units matching the specified service tier.
    DatabaseCapacityMin float64
    Minimum allocated capacity per database, in units matching the specified service tier.
    DatabaseSizeGbMax int
    Maximum database size in Gb.
    Family string
    Family of provisioned resources, for example Gen5.
    HighAvailabilityReplicaCount int
    Number of high availability replicas for databases in this tier.
    PoolNumOfDatabasesMax int
    Maximum number of databases per pool.
    Pooled bool
    If true, databases are pooled.
    Serverless bool
    If true, serverless resources are provisioned in the tier.
    ServiceTier string
    Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
    ZoneRedundancy string
    Enable zone redundancy for all databases in this tier.
    disabled Boolean
    If true, tier is disabled.
    provisioningState String
    Provisioning state.
    capacity Integer
    Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
    databaseCapacityMax Double
    Maximum allocated capacity per database, in units matching the specified service tier.
    databaseCapacityMin Double
    Minimum allocated capacity per database, in units matching the specified service tier.
    databaseSizeGbMax Integer
    Maximum database size in Gb.
    family String
    Family of provisioned resources, for example Gen5.
    highAvailabilityReplicaCount Integer
    Number of high availability replicas for databases in this tier.
    poolNumOfDatabasesMax Integer
    Maximum number of databases per pool.
    pooled Boolean
    If true, databases are pooled.
    serverless Boolean
    If true, serverless resources are provisioned in the tier.
    serviceTier String
    Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
    zoneRedundancy String
    Enable zone redundancy for all databases in this tier.
    disabled boolean
    If true, tier is disabled.
    provisioningState string
    Provisioning state.
    capacity number
    Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
    databaseCapacityMax number
    Maximum allocated capacity per database, in units matching the specified service tier.
    databaseCapacityMin number
    Minimum allocated capacity per database, in units matching the specified service tier.
    databaseSizeGbMax number
    Maximum database size in Gb.
    family string
    Family of provisioned resources, for example Gen5.
    highAvailabilityReplicaCount number
    Number of high availability replicas for databases in this tier.
    poolNumOfDatabasesMax number
    Maximum number of databases per pool.
    pooled boolean
    If true, databases are pooled.
    serverless boolean
    If true, serverless resources are provisioned in the tier.
    serviceTier string
    Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
    zoneRedundancy 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_max float
    Maximum allocated capacity per database, in units matching the specified service tier.
    database_capacity_min float
    Minimum allocated capacity per database, in units matching the specified service tier.
    database_size_gb_max int
    Maximum database size in Gb.
    family str
    Family of provisioned resources, for example Gen5.
    high_availability_replica_count int
    Number of high availability replicas for databases in this tier.
    pool_num_of_databases_max int
    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.
    provisioningState String
    Provisioning state.
    capacity Number
    Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.
    databaseCapacityMax Number
    Maximum allocated capacity per database, in units matching the specified service tier.
    databaseCapacityMin Number
    Minimum allocated capacity per database, in units matching the specified service tier.
    databaseSizeGbMax Number
    Maximum database size in Gb.
    family String
    Family of provisioned resources, for example Gen5.
    highAvailabilityReplicaCount Number
    Number of high availability replicas for databases in this tier.
    poolNumOfDatabasesMax Number
    Maximum number of databases per pool.
    pooled Boolean
    If true, databases are pooled.
    serverless Boolean
    If true, serverless resources are provisioned in the tier.
    serviceTier String
    Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
    zoneRedundancy String
    Enable zone redundancy for all databases in this tier.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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