1. Packages
  2. Azure Native v1
  3. API Docs
  4. providerhub
  5. getSkusNestedResourceTypeThird
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.providerhub.getSkusNestedResourceTypeThird

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets the sku details for the given resource type and sku name. API Version: 2020-11-20.

    Using getSkusNestedResourceTypeThird

    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 getSkusNestedResourceTypeThird(args: GetSkusNestedResourceTypeThirdArgs, opts?: InvokeOptions): Promise<GetSkusNestedResourceTypeThirdResult>
    function getSkusNestedResourceTypeThirdOutput(args: GetSkusNestedResourceTypeThirdOutputArgs, opts?: InvokeOptions): Output<GetSkusNestedResourceTypeThirdResult>
    def get_skus_nested_resource_type_third(nested_resource_type_first: Optional[str] = None,
                                            nested_resource_type_second: Optional[str] = None,
                                            nested_resource_type_third: Optional[str] = None,
                                            provider_namespace: Optional[str] = None,
                                            resource_type: Optional[str] = None,
                                            sku: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetSkusNestedResourceTypeThirdResult
    def get_skus_nested_resource_type_third_output(nested_resource_type_first: Optional[pulumi.Input[str]] = None,
                                            nested_resource_type_second: Optional[pulumi.Input[str]] = None,
                                            nested_resource_type_third: 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[GetSkusNestedResourceTypeThirdResult]
    func LookupSkusNestedResourceTypeThird(ctx *Context, args *LookupSkusNestedResourceTypeThirdArgs, opts ...InvokeOption) (*LookupSkusNestedResourceTypeThirdResult, error)
    func LookupSkusNestedResourceTypeThirdOutput(ctx *Context, args *LookupSkusNestedResourceTypeThirdOutputArgs, opts ...InvokeOption) LookupSkusNestedResourceTypeThirdResultOutput

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

    public static class GetSkusNestedResourceTypeThird 
    {
        public static Task<GetSkusNestedResourceTypeThirdResult> InvokeAsync(GetSkusNestedResourceTypeThirdArgs args, InvokeOptions? opts = null)
        public static Output<GetSkusNestedResourceTypeThirdResult> Invoke(GetSkusNestedResourceTypeThirdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSkusNestedResourceTypeThirdResult> getSkusNestedResourceTypeThird(GetSkusNestedResourceTypeThirdArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:providerhub:getSkusNestedResourceTypeThird
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NestedResourceTypeFirst string
    The first child resource type.
    NestedResourceTypeSecond string
    The second child resource type.
    NestedResourceTypeThird string
    The third 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.
    NestedResourceTypeSecond string
    The second child resource type.
    NestedResourceTypeThird string
    The third 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.
    nestedResourceTypeSecond String
    The second child resource type.
    nestedResourceTypeThird String
    The third 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.
    nestedResourceTypeSecond string
    The second child resource type.
    nestedResourceTypeThird string
    The third 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.
    nested_resource_type_second str
    The second child resource type.
    nested_resource_type_third str
    The third 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.
    nestedResourceTypeSecond String
    The second child resource type.
    nestedResourceTypeThird String
    The third child resource type.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    resourceType String
    The resource type.
    sku String
    The SKU.

    getSkusNestedResourceTypeThird 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
    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
    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
    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
    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
    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
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    SkuCapabilityResponse

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    SkuCostResponse

    MeterId string
    ExtendedUnit string
    Quantity int
    MeterId string
    ExtendedUnit string
    Quantity int
    meterId String
    extendedUnit String
    quantity Integer
    meterId string
    extendedUnit string
    quantity number
    meterId String
    extendedUnit String
    quantity Number

    SkuLocationInfoResponse

    SkuResourceResponseProperties

    SkuSettingResponse

    SkuSettingResponseCapacity

    minimum Integer
    default_ Integer
    maximum Integer
    scaleType String
    minimum number
    default number
    maximum number
    scaleType string
    minimum Number
    default Number
    maximum Number
    scaleType String

    SkuZoneDetailResponse

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi