1. Packages
  2. Azure Native
  3. API Docs
  4. providerhub
  5. getSkusNestedResourceTypeFirst
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

azure-native.providerhub.getSkusNestedResourceTypeFirst

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

    Gets the sku details for the given resource type and sku name.

    Uses Azure REST API version 2024-09-01.

    Other available API versions: 2021-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native providerhub [ApiVersion]. See the version guide for details.

    Using getSkusNestedResourceTypeFirst

    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 getSkusNestedResourceTypeFirst(args: GetSkusNestedResourceTypeFirstArgs, opts?: InvokeOptions): Promise<GetSkusNestedResourceTypeFirstResult>
    function getSkusNestedResourceTypeFirstOutput(args: GetSkusNestedResourceTypeFirstOutputArgs, opts?: InvokeOptions): Output<GetSkusNestedResourceTypeFirstResult>
    def get_skus_nested_resource_type_first(nested_resource_type_first: Optional[str] = None,
                                            provider_namespace: Optional[str] = None,
                                            resource_type: Optional[str] = None,
                                            sku: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetSkusNestedResourceTypeFirstResult
    def get_skus_nested_resource_type_first_output(nested_resource_type_first: Optional[pulumi.Input[str]] = None,
                                            provider_namespace: Optional[pulumi.Input[str]] = None,
                                            resource_type: Optional[pulumi.Input[str]] = None,
                                            sku: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetSkusNestedResourceTypeFirstResult]
    func LookupSkusNestedResourceTypeFirst(ctx *Context, args *LookupSkusNestedResourceTypeFirstArgs, opts ...InvokeOption) (*LookupSkusNestedResourceTypeFirstResult, error)
    func LookupSkusNestedResourceTypeFirstOutput(ctx *Context, args *LookupSkusNestedResourceTypeFirstOutputArgs, opts ...InvokeOption) LookupSkusNestedResourceTypeFirstResultOutput

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

    public static class GetSkusNestedResourceTypeFirst 
    {
        public static Task<GetSkusNestedResourceTypeFirstResult> InvokeAsync(GetSkusNestedResourceTypeFirstArgs args, InvokeOptions? opts = null)
        public static Output<GetSkusNestedResourceTypeFirstResult> Invoke(GetSkusNestedResourceTypeFirstInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSkusNestedResourceTypeFirstResult> getSkusNestedResourceTypeFirst(GetSkusNestedResourceTypeFirstArgs args, InvokeOptions options)
    public static Output<GetSkusNestedResourceTypeFirstResult> getSkusNestedResourceTypeFirst(GetSkusNestedResourceTypeFirstArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:providerhub:getSkusNestedResourceTypeFirst
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NestedResourceTypeFirst string
    The first child resource type.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    ResourceType string
    The resource type.
    Sku string
    The SKU.
    NestedResourceTypeFirst string
    The first child resource type.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    ResourceType string
    The resource type.
    Sku string
    The SKU.
    nestedResourceTypeFirst String
    The first child resource type.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    resourceType String
    The resource type.
    sku String
    The SKU.
    nestedResourceTypeFirst string
    The first child resource type.
    providerNamespace string
    The name of the resource provider hosted within ProviderHub.
    resourceType string
    The resource type.
    sku string
    The SKU.
    nested_resource_type_first str
    The first child resource type.
    provider_namespace str
    The name of the resource provider hosted within ProviderHub.
    resource_type str
    The resource type.
    sku str
    The SKU.
    nestedResourceTypeFirst String
    The first child resource type.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    resourceType String
    The resource type.
    sku String
    The SKU.

    getSkusNestedResourceTypeFirst Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    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.ProviderHub.Outputs.SkuResourceResponseProperties
    SystemData Pulumi.AzureNative.ProviderHub.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"
    AzureApiVersion string
    The Azure API version of the resource.
    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 SkuResourceResponseProperties
    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"
    azureApiVersion String
    The Azure API version of the resource.
    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 SkuResourceResponseProperties
    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"
    azureApiVersion string
    The Azure API version of the resource.
    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 SkuResourceResponseProperties
    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"
    azure_api_version str
    The Azure API version of the resource.
    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 SkuResourceResponseProperties
    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"
    azureApiVersion String
    The Azure API version of the resource.
    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
    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

    SkuCapabilityResponse

    Name string
    The name.
    Value string
    The value.
    Name string
    The name.
    Value string
    The value.
    name String
    The name.
    value String
    The value.
    name string
    The name.
    value string
    The value.
    name str
    The name.
    value str
    The value.
    name String
    The name.
    value String
    The value.

    SkuCostResponse

    MeterId string
    The meter id.
    ExtendedUnit string
    The extended unit.
    Quantity int
    The quantity.
    MeterId string
    The meter id.
    ExtendedUnit string
    The extended unit.
    Quantity int
    The quantity.
    meterId String
    The meter id.
    extendedUnit String
    The extended unit.
    quantity Integer
    The quantity.
    meterId string
    The meter id.
    extendedUnit string
    The extended unit.
    quantity number
    The quantity.
    meter_id str
    The meter id.
    extended_unit str
    The extended unit.
    quantity int
    The quantity.
    meterId String
    The meter id.
    extendedUnit String
    The extended unit.
    quantity Number
    The quantity.

    SkuLocationInfoResponse

    Location string
    The location.
    ExtendedLocations List<string>
    The extended locations.
    Type string
    The type.
    ZoneDetails List<Pulumi.AzureNative.ProviderHub.Inputs.SkuZoneDetailResponse>
    The zone details.
    Zones List<string>
    The zones.
    Location string
    The location.
    ExtendedLocations []string
    The extended locations.
    Type string
    The type.
    ZoneDetails []SkuZoneDetailResponse
    The zone details.
    Zones []string
    The zones.
    location String
    The location.
    extendedLocations List<String>
    The extended locations.
    type String
    The type.
    zoneDetails List<SkuZoneDetailResponse>
    The zone details.
    zones List<String>
    The zones.
    location string
    The location.
    extendedLocations string[]
    The extended locations.
    type string
    The type.
    zoneDetails SkuZoneDetailResponse[]
    The zone details.
    zones string[]
    The zones.
    location str
    The location.
    extended_locations Sequence[str]
    The extended locations.
    type str
    The type.
    zone_details Sequence[SkuZoneDetailResponse]
    The zone details.
    zones Sequence[str]
    The zones.
    location String
    The location.
    extendedLocations List<String>
    The extended locations.
    type String
    The type.
    zoneDetails List<Property Map>
    The zone details.
    zones List<String>
    The zones.

    SkuResourceResponseProperties

    ProvisioningState string
    The provisioning state.
    SkuSettings []SkuSettingResponse
    The sku settings.
    provisioningState String
    The provisioning state.
    skuSettings List<SkuSettingResponse>
    The sku settings.
    provisioningState string
    The provisioning state.
    skuSettings SkuSettingResponse[]
    The sku settings.
    provisioning_state str
    The provisioning state.
    sku_settings Sequence[SkuSettingResponse]
    The sku settings.
    provisioningState String
    The provisioning state.
    skuSettings List<Property Map>
    The sku settings.

    SkuSettingResponse

    Name string
    The name.
    Capabilities List<Pulumi.AzureNative.ProviderHub.Inputs.SkuCapabilityResponse>
    The capabilities.
    Capacity Pulumi.AzureNative.ProviderHub.Inputs.SkuSettingResponseCapacity
    The capacity.
    Costs List<Pulumi.AzureNative.ProviderHub.Inputs.SkuCostResponse>
    The costs.
    Family string
    The family.
    Kind string
    The kind.
    LocationInfo List<Pulumi.AzureNative.ProviderHub.Inputs.SkuLocationInfoResponse>
    The location info.
    Locations List<string>
    The locations.
    RequiredFeatures List<string>
    The required features.
    RequiredQuotaIds List<string>
    The required quota ids.
    Size string
    The size.
    Tier string
    The tier.
    Name string
    The name.
    Capabilities []SkuCapabilityResponse
    The capabilities.
    Capacity SkuSettingResponseCapacity
    The capacity.
    Costs []SkuCostResponse
    The costs.
    Family string
    The family.
    Kind string
    The kind.
    LocationInfo []SkuLocationInfoResponse
    The location info.
    Locations []string
    The locations.
    RequiredFeatures []string
    The required features.
    RequiredQuotaIds []string
    The required quota ids.
    Size string
    The size.
    Tier string
    The tier.
    name String
    The name.
    capabilities List<SkuCapabilityResponse>
    The capabilities.
    capacity SkuSettingResponseCapacity
    The capacity.
    costs List<SkuCostResponse>
    The costs.
    family String
    The family.
    kind String
    The kind.
    locationInfo List<SkuLocationInfoResponse>
    The location info.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    requiredQuotaIds List<String>
    The required quota ids.
    size String
    The size.
    tier String
    The tier.
    name string
    The name.
    capabilities SkuCapabilityResponse[]
    The capabilities.
    capacity SkuSettingResponseCapacity
    The capacity.
    costs SkuCostResponse[]
    The costs.
    family string
    The family.
    kind string
    The kind.
    locationInfo SkuLocationInfoResponse[]
    The location info.
    locations string[]
    The locations.
    requiredFeatures string[]
    The required features.
    requiredQuotaIds string[]
    The required quota ids.
    size string
    The size.
    tier string
    The tier.
    name str
    The name.
    capabilities Sequence[SkuCapabilityResponse]
    The capabilities.
    capacity SkuSettingResponseCapacity
    The capacity.
    costs Sequence[SkuCostResponse]
    The costs.
    family str
    The family.
    kind str
    The kind.
    location_info Sequence[SkuLocationInfoResponse]
    The location info.
    locations Sequence[str]
    The locations.
    required_features Sequence[str]
    The required features.
    required_quota_ids Sequence[str]
    The required quota ids.
    size str
    The size.
    tier str
    The tier.
    name String
    The name.
    capabilities List<Property Map>
    The capabilities.
    capacity Property Map
    The capacity.
    costs List<Property Map>
    The costs.
    family String
    The family.
    kind String
    The kind.
    locationInfo List<Property Map>
    The location info.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    requiredQuotaIds List<String>
    The required quota ids.
    size String
    The size.
    tier String
    The tier.

    SkuSettingResponseCapacity

    Minimum int
    The minimum.
    Default int
    The default.
    Maximum int
    The maximum.
    ScaleType string
    The scale type.
    Minimum int
    The minimum.
    Default int
    The default.
    Maximum int
    The maximum.
    ScaleType string
    The scale type.
    minimum Integer
    The minimum.
    default_ Integer
    The default.
    maximum Integer
    The maximum.
    scaleType String
    The scale type.
    minimum number
    The minimum.
    default number
    The default.
    maximum number
    The maximum.
    scaleType string
    The scale type.
    minimum int
    The minimum.
    default int
    The default.
    maximum int
    The maximum.
    scale_type str
    The scale type.
    minimum Number
    The minimum.
    default Number
    The default.
    maximum Number
    The maximum.
    scaleType String
    The scale type.

    SkuZoneDetailResponse

    Capabilities []SkuCapabilityResponse
    The capabilities.
    Name []string
    The name.
    capabilities List<SkuCapabilityResponse>
    The capabilities.
    name List<String>
    The name.
    capabilities SkuCapabilityResponse[]
    The capabilities.
    name string[]
    The name.
    capabilities Sequence[SkuCapabilityResponse]
    The capabilities.
    name Sequence[str]
    The name.
    capabilities List<Property Map>
    The capabilities.
    name List<String>
    The name.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi