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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.providerhub.getSkusNestedResourceTypeFirst

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

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

Uses Azure REST API version 2021-09-01-preview.

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>
Copy
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]
Copy
func LookupSkusNestedResourceTypeFirst(ctx *Context, args *LookupSkusNestedResourceTypeFirstArgs, opts ...InvokeOption) (*LookupSkusNestedResourceTypeFirstResult, error)
func LookupSkusNestedResourceTypeFirstOutput(ctx *Context, args *LookupSkusNestedResourceTypeFirstOutputArgs, opts ...InvokeOption) LookupSkusNestedResourceTypeFirstResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSkusNestedResourceTypeFirstResult> getSkusNestedResourceTypeFirst(GetSkusNestedResourceTypeFirstArgs args, InvokeOptions options)
public static Output<GetSkusNestedResourceTypeFirstResult> getSkusNestedResourceTypeFirst(GetSkusNestedResourceTypeFirstArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:providerhub:getSkusNestedResourceTypeFirst
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NestedResourceTypeFirst
This property is required.
Changes to this property will trigger replacement.
string
The first child resource type.
ProviderNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
ResourceType
This property is required.
Changes to this property will trigger replacement.
string
The resource type.
Sku
This property is required.
Changes to this property will trigger replacement.
string
The SKU.
NestedResourceTypeFirst
This property is required.
Changes to this property will trigger replacement.
string
The first child resource type.
ProviderNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
ResourceType
This property is required.
Changes to this property will trigger replacement.
string
The resource type.
Sku
This property is required.
Changes to this property will trigger replacement.
string
The SKU.
nestedResourceTypeFirst
This property is required.
Changes to this property will trigger replacement.
String
The first child resource type.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource provider hosted within ProviderHub.
resourceType
This property is required.
Changes to this property will trigger replacement.
String
The resource type.
sku
This property is required.
Changes to this property will trigger replacement.
String
The SKU.
nestedResourceTypeFirst
This property is required.
Changes to this property will trigger replacement.
string
The first child resource type.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
resourceType
This property is required.
Changes to this property will trigger replacement.
string
The resource type.
sku
This property is required.
Changes to this property will trigger replacement.
string
The SKU.
nested_resource_type_first
This property is required.
Changes to this property will trigger replacement.
str
The first child resource type.
provider_namespace
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource provider hosted within ProviderHub.
resource_type
This property is required.
Changes to this property will trigger replacement.
str
The resource type.
sku
This property is required.
Changes to this property will trigger replacement.
str
The SKU.
nestedResourceTypeFirst
This property is required.
Changes to this property will trigger replacement.
String
The first child resource type.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource provider hosted within ProviderHub.
resourceType
This property is required.
Changes to this property will trigger replacement.
String
The resource type.
sku
This property is required.
Changes to this property will trigger replacement.
String
The SKU.

getSkusNestedResourceTypeFirst Result

The following output properties are available:

Id string
Fully qualified resource ID for the resource. Ex - /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
Metadata pertaining to creation and last modification of the resource.
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
Properties SkuResourceResponseProperties
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
properties SkuResourceResponseProperties
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
properties SkuResourceResponseProperties
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
properties SkuResourceResponseProperties
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
properties Property Map
systemData Property Map
Metadata pertaining to creation and last modification of the resource.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

SkuCapabilityResponse

Name This property is required. string
Value This property is required. string
Name This property is required. string
Value This property is required. string
name This property is required. String
value This property is required. String
name This property is required. string
value This property is required. string
name This property is required. str
value This property is required. str
name This property is required. String
value This property is required. String

SkuCostResponse

MeterId This property is required. string
ExtendedUnit string
Quantity int
MeterId This property is required. string
ExtendedUnit string
Quantity int
meterId This property is required. String
extendedUnit String
quantity Integer
meterId This property is required. string
extendedUnit string
quantity number
meter_id This property is required. str
extended_unit str
quantity int
meterId This property is required. String
extendedUnit String
quantity Number

SkuLocationInfoResponse

Location This property is required. string
ExtendedLocations []string
Type string
ZoneDetails []SkuZoneDetailResponse
Zones []string
location This property is required. String
extendedLocations List<String>
type String
zoneDetails List<SkuZoneDetailResponse>
zones List<String>
location This property is required. string
extendedLocations string[]
type string
zoneDetails SkuZoneDetailResponse[]
zones string[]
location This property is required. str
extended_locations Sequence[str]
type str
zone_details Sequence[SkuZoneDetailResponse]
zones Sequence[str]
location This property is required. String
extendedLocations List<String>
type String
zoneDetails List<Property Map>
zones List<String>

SkuResourceResponseProperties

SkuSettings This property is required. List<Pulumi.AzureNative.ProviderHub.Inputs.SkuSettingResponse>
ProvisioningState string
The provisioned state of the resource.
SkuSettings This property is required. []SkuSettingResponse
ProvisioningState string
The provisioned state of the resource.
skuSettings This property is required. List<SkuSettingResponse>
provisioningState String
The provisioned state of the resource.
skuSettings This property is required. SkuSettingResponse[]
provisioningState string
The provisioned state of the resource.
sku_settings This property is required. Sequence[SkuSettingResponse]
provisioning_state str
The provisioned state of the resource.
skuSettings This property is required. List<Property Map>
provisioningState String
The provisioned state of the resource.

SkuSettingResponse

SkuSettingResponseCapacity

Minimum This property is required. int
Default int
Maximum int
ScaleType string
Minimum This property is required. int
Default int
Maximum int
ScaleType string
minimum This property is required. Integer
default_ Integer
maximum Integer
scaleType String
minimum This property is required. number
default number
maximum number
scaleType string
minimum This property is required. int
default int
maximum int
scale_type str
minimum This property is required. Number
default Number
maximum Number
scaleType String

SkuZoneDetailResponse

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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi