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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.edgeorder.listProductFamilies
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
This method provides the list of product families for the given subscription. Azure REST API version: 2021-12-01.
Using listProductFamilies
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 listProductFamilies(args: ListProductFamiliesArgs, opts?: InvokeOptions): Promise<ListProductFamiliesResult>
function listProductFamiliesOutput(args: ListProductFamiliesOutputArgs, opts?: InvokeOptions): Output<ListProductFamiliesResult>def list_product_families(customer_subscription_details: Optional[CustomerSubscriptionDetails] = None,
                          expand: Optional[str] = None,
                          filterable_properties: Optional[Mapping[str, Sequence[FilterableProperty]]] = None,
                          skip_token: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> ListProductFamiliesResult
def list_product_families_output(customer_subscription_details: Optional[pulumi.Input[CustomerSubscriptionDetailsArgs]] = None,
                          expand: Optional[pulumi.Input[str]] = None,
                          filterable_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[FilterablePropertyArgs]]]]]] = None,
                          skip_token: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[ListProductFamiliesResult]func ListProductFamilies(ctx *Context, args *ListProductFamiliesArgs, opts ...InvokeOption) (*ListProductFamiliesResult, error)
func ListProductFamiliesOutput(ctx *Context, args *ListProductFamiliesOutputArgs, opts ...InvokeOption) ListProductFamiliesResultOutput> Note: This function is named ListProductFamilies in the Go SDK.
public static class ListProductFamilies 
{
    public static Task<ListProductFamiliesResult> InvokeAsync(ListProductFamiliesArgs args, InvokeOptions? opts = null)
    public static Output<ListProductFamiliesResult> Invoke(ListProductFamiliesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListProductFamiliesResult> listProductFamilies(ListProductFamiliesArgs args, InvokeOptions options)
public static Output<ListProductFamiliesResult> listProductFamilies(ListProductFamiliesArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:edgeorder:listProductFamilies
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FilterableProperties Dictionary<string, ImmutableArray<Pulumi. Azure Native. Edge Order. Inputs. Filterable Property>> 
- Dictionary of filterable properties on product family.
- CustomerSubscription Pulumi.Details Azure Native. Edge Order. Inputs. Customer Subscription Details 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- Expand string
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- SkipToken string
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
- FilterableProperties map[string][]FilterableProperty 
- Dictionary of filterable properties on product family.
- CustomerSubscription CustomerDetails Subscription Details 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- Expand string
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- SkipToken string
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
- filterableProperties Map<String,List<FilterableProperty>> 
- Dictionary of filterable properties on product family.
- customerSubscription CustomerDetails Subscription Details 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- expand String
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- skipToken String
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
- filterableProperties {[key: string]: FilterableProperty[]} 
- Dictionary of filterable properties on product family.
- customerSubscription CustomerDetails Subscription Details 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- expand string
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- skipToken string
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
- filterable_properties Mapping[str, Sequence[FilterableProperty]] 
- Dictionary of filterable properties on product family.
- customer_subscription_ Customerdetails Subscription Details 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- expand str
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- skip_token str
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
- filterableProperties Map<List<Property Map>>
- Dictionary of filterable properties on product family.
- customerSubscription Property MapDetails 
- Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
- expand String
- $expand is supported on configurations parameter for product, which provides details on the configurations for the product.
- skipToken String
- $skipToken is supported on list of product families, which provides the next page in the list of product families.
listProductFamilies Result
The following output properties are available:
- Value
List<Pulumi.Azure Native. Edge Order. Outputs. Product Family Response> 
- List of product families.
- NextLink string
- Link for the next set of product families.
- Value
[]ProductFamily Response 
- List of product families.
- NextLink string
- Link for the next set of product families.
- value
List<ProductFamily Response> 
- List of product families.
- nextLink String
- Link for the next set of product families.
- value
ProductFamily Response[] 
- List of product families.
- nextLink string
- Link for the next set of product families.
- value
Sequence[ProductFamily Response] 
- List of product families.
- next_link str
- Link for the next set of product families.
- value List<Property Map>
- List of product families.
- nextLink String
- Link for the next set of product families.
Supporting Types
AvailabilityInformationResponse  
- AvailabilityStage string
- Current availability stage of the product.
- DisabledReason string
- Reason why the product is disabled.
- DisabledReason stringMessage 
- Message for why the product is disabled.
- AvailabilityStage string
- Current availability stage of the product.
- DisabledReason string
- Reason why the product is disabled.
- DisabledReason stringMessage 
- Message for why the product is disabled.
- availabilityStage String
- Current availability stage of the product.
- disabledReason String
- Reason why the product is disabled.
- disabledReason StringMessage 
- Message for why the product is disabled.
- availabilityStage string
- Current availability stage of the product.
- disabledReason string
- Reason why the product is disabled.
- disabledReason stringMessage 
- Message for why the product is disabled.
- availability_stage str
- Current availability stage of the product.
- disabled_reason str
- Reason why the product is disabled.
- disabled_reason_ strmessage 
- Message for why the product is disabled.
- availabilityStage String
- Current availability stage of the product.
- disabledReason String
- Reason why the product is disabled.
- disabledReason StringMessage 
- Message for why the product is disabled.
BillingMeterDetailsResponse   
- Frequency string
- Frequency of recurrence.
- MeterDetails Pulumi.Azure | Pulumi.Native. Edge Order. Inputs. Pav2Meter Details Response Azure Native. Edge Order. Inputs. Purchase Meter Details Response 
- Represents MeterDetails.
- MeteringType string
- Represents Metering type (eg one-time or recurrent).
- Name string
- Represents Billing type name.
- Frequency string
- Frequency of recurrence.
- MeterDetails Pav2MeterDetails | PurchaseResponse Meter Details Response 
- Represents MeterDetails.
- MeteringType string
- Represents Metering type (eg one-time or recurrent).
- Name string
- Represents Billing type name.
- frequency String
- Frequency of recurrence.
- meterDetails Pav2MeterDetails | PurchaseResponse Meter Details Response 
- Represents MeterDetails.
- meteringType String
- Represents Metering type (eg one-time or recurrent).
- name String
- Represents Billing type name.
- frequency string
- Frequency of recurrence.
- meterDetails Pav2MeterDetails | PurchaseResponse Meter Details Response 
- Represents MeterDetails.
- meteringType string
- Represents Metering type (eg one-time or recurrent).
- name string
- Represents Billing type name.
- frequency str
- Frequency of recurrence.
- meter_details Pav2MeterDetails | PurchaseResponse Meter Details Response 
- Represents MeterDetails.
- metering_type str
- Represents Metering type (eg one-time or recurrent).
- name str
- Represents Billing type name.
- frequency String
- Frequency of recurrence.
- meterDetails Property Map | Property Map
- Represents MeterDetails.
- meteringType String
- Represents Metering type (eg one-time or recurrent).
- name String
- Represents Billing type name.
CategoryInformationResponse  
- CategoryDisplay stringName 
- Category display name of the child configuration.
- CategoryName string
- Category name of the child configuration.
- Description string
- Description text for the category.
- Links
List<Pulumi.Azure Native. Edge Order. Inputs. Link Response> 
- Links for the category.
- CategoryDisplay stringName 
- Category display name of the child configuration.
- CategoryName string
- Category name of the child configuration.
- Description string
- Description text for the category.
- Links
[]LinkResponse 
- Links for the category.
- categoryDisplay StringName 
- Category display name of the child configuration.
- categoryName String
- Category name of the child configuration.
- description String
- Description text for the category.
- links
List<LinkResponse> 
- Links for the category.
- categoryDisplay stringName 
- Category display name of the child configuration.
- categoryName string
- Category name of the child configuration.
- description string
- Description text for the category.
- links
LinkResponse[] 
- Links for the category.
- category_display_ strname 
- Category display name of the child configuration.
- category_name str
- Category name of the child configuration.
- description str
- Description text for the category.
- links
Sequence[LinkResponse] 
- Links for the category.
- categoryDisplay StringName 
- Category display name of the child configuration.
- categoryName String
- Category name of the child configuration.
- description String
- Description text for the category.
- links List<Property Map>
- Links for the category.
ChildConfigurationResponse  
- AvailabilityInformation Pulumi.Azure Native. Edge Order. Inputs. Availability Information Response 
- Availability information of the product system.
- ChildConfiguration stringType 
- Child configuration type.
- ChildConfiguration List<string>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- CostInformation Pulumi.Azure Native. Edge Order. Inputs. Cost Information Response 
- Cost information for the product system.
- Description
Pulumi.Azure Native. Edge Order. Inputs. Description Response 
- Description related to the product system.
- Dimensions
Pulumi.Azure Native. Edge Order. Inputs. Dimensions Response 
- Dimensions of the configuration.
- DisplayName string
- Display Name for the product system.
- FilterableProperties List<Pulumi.Azure Native. Edge Order. Inputs. Filterable Property Response> 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- GroupedChild List<Pulumi.Configurations Azure Native. Edge Order. Inputs. Grouped Child Configurations Response> 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- HierarchyInformation Pulumi.Azure Native. Edge Order. Inputs. Hierarchy Information Response 
- Hierarchy information of a product.
- ImageInformation List<Pulumi.Azure Native. Edge Order. Inputs. Image Information Response> 
- Image information for the product system.
- IsPart boolOf Base Configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- MaximumQuantity int
- Maximum quantity a customer can order while choosing this configuration.
- MinimumQuantity int
- Minimum quantity a customer can order while choosing this configuration.
- Specifications
List<Pulumi.Azure Native. Edge Order. Inputs. Specification Response> 
- Specifications of the configuration.
- AvailabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- ChildConfiguration stringType 
- Child configuration type.
- ChildConfiguration []stringTypes 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- CostInformation CostInformation Response 
- Cost information for the product system.
- Description
DescriptionResponse 
- Description related to the product system.
- Dimensions
DimensionsResponse 
- Dimensions of the configuration.
- DisplayName string
- Display Name for the product system.
- FilterableProperties []FilterableProperty Response 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- GroupedChild []GroupedConfigurations Child Configurations Response 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- HierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- ImageInformation []ImageInformation Response 
- Image information for the product system.
- IsPart boolOf Base Configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- MaximumQuantity int
- Maximum quantity a customer can order while choosing this configuration.
- MinimumQuantity int
- Minimum quantity a customer can order while choosing this configuration.
- Specifications
[]SpecificationResponse 
- Specifications of the configuration.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- childConfiguration StringType 
- Child configuration type.
- childConfiguration List<String>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- displayName String
- Display Name for the product system.
- filterableProperties List<FilterableProperty Response> 
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild List<GroupedConfigurations Child Configurations Response> 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation List<ImageInformation Response> 
- Image information for the product system.
- isPart BooleanOf Base Configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- maximumQuantity Integer
- Maximum quantity a customer can order while choosing this configuration.
- minimumQuantity Integer
- Minimum quantity a customer can order while choosing this configuration.
- specifications
List<SpecificationResponse> 
- Specifications of the configuration.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- childConfiguration stringType 
- Child configuration type.
- childConfiguration string[]Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- displayName string
- Display Name for the product system.
- filterableProperties FilterableProperty Response[] 
- List of filters supported for a product.
- fulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild GroupedConfigurations Child Configurations Response[] 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation ImageInformation Response[] 
- Image information for the product system.
- isPart booleanOf Base Configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- maximumQuantity number
- Maximum quantity a customer can order while choosing this configuration.
- minimumQuantity number
- Minimum quantity a customer can order while choosing this configuration.
- specifications
SpecificationResponse[] 
- Specifications of the configuration.
- availability_information AvailabilityInformation Response 
- Availability information of the product system.
- child_configuration_ strtype 
- Child configuration type.
- child_configuration_ Sequence[str]types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- cost_information CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- display_name str
- Display Name for the product system.
- filterable_properties Sequence[FilterableProperty Response] 
- List of filters supported for a product.
- fulfilled_by str
- The entity responsible for fulfillment of the item at the given hierarchy level.
- grouped_child_ Sequence[Groupedconfigurations Child Configurations Response] 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchy_information HierarchyInformation Response 
- Hierarchy information of a product.
- image_information Sequence[ImageInformation Response] 
- Image information for the product system.
- is_part_ boolof_ base_ configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- maximum_quantity int
- Maximum quantity a customer can order while choosing this configuration.
- minimum_quantity int
- Minimum quantity a customer can order while choosing this configuration.
- specifications
Sequence[SpecificationResponse] 
- Specifications of the configuration.
- availabilityInformation Property Map
- Availability information of the product system.
- childConfiguration StringType 
- Child configuration type.
- childConfiguration List<String>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation Property Map
- Cost information for the product system.
- description Property Map
- Description related to the product system.
- dimensions Property Map
- Dimensions of the configuration.
- displayName String
- Display Name for the product system.
- filterableProperties List<Property Map>
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild List<Property Map>Configurations 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation Property Map
- Hierarchy information of a product.
- imageInformation List<Property Map>
- Image information for the product system.
- isPart BooleanOf Base Configuration 
- Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
- maximumQuantity Number
- Maximum quantity a customer can order while choosing this configuration.
- minimumQuantity Number
- Minimum quantity a customer can order while choosing this configuration.
- specifications List<Property Map>
- Specifications of the configuration.
ConfigurationResponse 
- AvailabilityInformation Pulumi.Azure Native. Edge Order. Inputs. Availability Information Response 
- Availability information of the product system.
- ChildConfiguration List<string>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- CostInformation Pulumi.Azure Native. Edge Order. Inputs. Cost Information Response 
- Cost information for the product system.
- Description
Pulumi.Azure Native. Edge Order. Inputs. Description Response 
- Description related to the product system.
- Dimensions
Pulumi.Azure Native. Edge Order. Inputs. Dimensions Response 
- Dimensions of the configuration.
- DisplayName string
- Display Name for the product system.
- FilterableProperties List<Pulumi.Azure Native. Edge Order. Inputs. Filterable Property Response> 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- GroupedChild List<Pulumi.Configurations Azure Native. Edge Order. Inputs. Grouped Child Configurations Response> 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- HierarchyInformation Pulumi.Azure Native. Edge Order. Inputs. Hierarchy Information Response 
- Hierarchy information of a product.
- ImageInformation List<Pulumi.Azure Native. Edge Order. Inputs. Image Information Response> 
- Image information for the product system.
- Specifications
List<Pulumi.Azure Native. Edge Order. Inputs. Specification Response> 
- Specifications of the configuration.
- AvailabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- ChildConfiguration []stringTypes 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- CostInformation CostInformation Response 
- Cost information for the product system.
- Description
DescriptionResponse 
- Description related to the product system.
- Dimensions
DimensionsResponse 
- Dimensions of the configuration.
- DisplayName string
- Display Name for the product system.
- FilterableProperties []FilterableProperty Response 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- GroupedChild []GroupedConfigurations Child Configurations Response 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- HierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- ImageInformation []ImageInformation Response 
- Image information for the product system.
- Specifications
[]SpecificationResponse 
- Specifications of the configuration.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- childConfiguration List<String>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- displayName String
- Display Name for the product system.
- filterableProperties List<FilterableProperty Response> 
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild List<GroupedConfigurations Child Configurations Response> 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation List<ImageInformation Response> 
- Image information for the product system.
- specifications
List<SpecificationResponse> 
- Specifications of the configuration.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- childConfiguration string[]Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- displayName string
- Display Name for the product system.
- filterableProperties FilterableProperty Response[] 
- List of filters supported for a product.
- fulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild GroupedConfigurations Child Configurations Response[] 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation ImageInformation Response[] 
- Image information for the product system.
- specifications
SpecificationResponse[] 
- Specifications of the configuration.
- availability_information AvailabilityInformation Response 
- Availability information of the product system.
- child_configuration_ Sequence[str]types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- cost_information CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- dimensions
DimensionsResponse 
- Dimensions of the configuration.
- display_name str
- Display Name for the product system.
- filterable_properties Sequence[FilterableProperty Response] 
- List of filters supported for a product.
- fulfilled_by str
- The entity responsible for fulfillment of the item at the given hierarchy level.
- grouped_child_ Sequence[Groupedconfigurations Child Configurations Response] 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchy_information HierarchyInformation Response 
- Hierarchy information of a product.
- image_information Sequence[ImageInformation Response] 
- Image information for the product system.
- specifications
Sequence[SpecificationResponse] 
- Specifications of the configuration.
- availabilityInformation Property Map
- Availability information of the product system.
- childConfiguration List<String>Types 
- Different types of child configurations which exist for this configuration, these can be used to populate the child configuration filter.
- costInformation Property Map
- Cost information for the product system.
- description Property Map
- Description related to the product system.
- dimensions Property Map
- Dimensions of the configuration.
- displayName String
- Display Name for the product system.
- filterableProperties List<Property Map>
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- groupedChild List<Property Map>Configurations 
- Child configurations present for the configuration after applying child configuration filter, grouped by the category name of the child configuration.
- hierarchyInformation Property Map
- Hierarchy information of a product.
- imageInformation List<Property Map>
- Image information for the product system.
- specifications List<Property Map>
- Specifications of the configuration.
CostInformationResponse  
- BillingInfo stringUrl 
- Default url to display billing information.
- BillingMeter List<Pulumi.Details Azure Native. Edge Order. Inputs. Billing Meter Details Response> 
- Details on the various billing aspects for the product system.
- BillingInfo stringUrl 
- Default url to display billing information.
- BillingMeter []BillingDetails Meter Details Response 
- Details on the various billing aspects for the product system.
- billingInfo StringUrl 
- Default url to display billing information.
- billingMeter List<BillingDetails Meter Details Response> 
- Details on the various billing aspects for the product system.
- billingInfo stringUrl 
- Default url to display billing information.
- billingMeter BillingDetails Meter Details Response[] 
- Details on the various billing aspects for the product system.
- billing_info_ strurl 
- Default url to display billing information.
- billing_meter_ Sequence[Billingdetails Meter Details Response] 
- Details on the various billing aspects for the product system.
- billingInfo StringUrl 
- Default url to display billing information.
- billingMeter List<Property Map>Details 
- Details on the various billing aspects for the product system.
CustomerSubscriptionDetails  
- QuotaId string
- Quota ID of a subscription.
- LocationPlacement stringId 
- Location placement Id of a subscription.
- RegisteredFeatures List<Pulumi.Azure Native. Edge Order. Inputs. Customer Subscription Registered Features> 
- List of registered feature flags for subscription.
- QuotaId string
- Quota ID of a subscription.
- LocationPlacement stringId 
- Location placement Id of a subscription.
- RegisteredFeatures []CustomerSubscription Registered Features 
- List of registered feature flags for subscription.
- quotaId String
- Quota ID of a subscription.
- locationPlacement StringId 
- Location placement Id of a subscription.
- registeredFeatures List<CustomerSubscription Registered Features> 
- List of registered feature flags for subscription.
- quotaId string
- Quota ID of a subscription.
- locationPlacement stringId 
- Location placement Id of a subscription.
- registeredFeatures CustomerSubscription Registered Features[] 
- List of registered feature flags for subscription.
- quota_id str
- Quota ID of a subscription.
- location_placement_ strid 
- Location placement Id of a subscription.
- registered_features Sequence[CustomerSubscription Registered Features] 
- List of registered feature flags for subscription.
- quotaId String
- Quota ID of a subscription.
- locationPlacement StringId 
- Location placement Id of a subscription.
- registeredFeatures List<Property Map>
- List of registered feature flags for subscription.
CustomerSubscriptionRegisteredFeatures   
DescriptionResponse 
- Attributes List<string>
- Attributes for the product system.
- DescriptionType string
- Type of description.
- Keywords List<string>
- Keywords for the product system.
- Links
List<Pulumi.Azure Native. Edge Order. Inputs. Link Response> 
- Links for the product system.
- LongDescription string
- Long description of the product system.
- ShortDescription string
- Short description of the product system.
- Attributes []string
- Attributes for the product system.
- DescriptionType string
- Type of description.
- Keywords []string
- Keywords for the product system.
- Links
[]LinkResponse 
- Links for the product system.
- LongDescription string
- Long description of the product system.
- ShortDescription string
- Short description of the product system.
- attributes List<String>
- Attributes for the product system.
- descriptionType String
- Type of description.
- keywords List<String>
- Keywords for the product system.
- links
List<LinkResponse> 
- Links for the product system.
- longDescription String
- Long description of the product system.
- shortDescription String
- Short description of the product system.
- attributes string[]
- Attributes for the product system.
- descriptionType string
- Type of description.
- keywords string[]
- Keywords for the product system.
- links
LinkResponse[] 
- Links for the product system.
- longDescription string
- Long description of the product system.
- shortDescription string
- Short description of the product system.
- attributes Sequence[str]
- Attributes for the product system.
- description_type str
- Type of description.
- keywords Sequence[str]
- Keywords for the product system.
- links
Sequence[LinkResponse] 
- Links for the product system.
- long_description str
- Long description of the product system.
- short_description str
- Short description of the product system.
- attributes List<String>
- Attributes for the product system.
- descriptionType String
- Type of description.
- keywords List<String>
- Keywords for the product system.
- links List<Property Map>
- Links for the product system.
- longDescription String
- Long description of the product system.
- shortDescription String
- Short description of the product system.
DimensionsResponse 
- Depth double
- Depth of the device.
- Height double
- Height of the device.
- Length double
- Length of the device.
- LengthHeight stringUnit 
- Unit for the dimensions of length, height and width.
- Weight double
- Weight of the device.
- WeightUnit string
- Unit for the dimensions of weight.
- Width double
- Width of the device.
- Depth float64
- Depth of the device.
- Height float64
- Height of the device.
- Length float64
- Length of the device.
- LengthHeight stringUnit 
- Unit for the dimensions of length, height and width.
- Weight float64
- Weight of the device.
- WeightUnit string
- Unit for the dimensions of weight.
- Width float64
- Width of the device.
- depth Double
- Depth of the device.
- height Double
- Height of the device.
- length Double
- Length of the device.
- lengthHeight StringUnit 
- Unit for the dimensions of length, height and width.
- weight Double
- Weight of the device.
- weightUnit String
- Unit for the dimensions of weight.
- width Double
- Width of the device.
- depth number
- Depth of the device.
- height number
- Height of the device.
- length number
- Length of the device.
- lengthHeight stringUnit 
- Unit for the dimensions of length, height and width.
- weight number
- Weight of the device.
- weightUnit string
- Unit for the dimensions of weight.
- width number
- Width of the device.
- depth float
- Depth of the device.
- height float
- Height of the device.
- length float
- Length of the device.
- length_height_ strunit 
- Unit for the dimensions of length, height and width.
- weight float
- Weight of the device.
- weight_unit str
- Unit for the dimensions of weight.
- width float
- Width of the device.
- depth Number
- Depth of the device.
- height Number
- Height of the device.
- length Number
- Length of the device.
- lengthHeight StringUnit 
- Unit for the dimensions of length, height and width.
- weight Number
- Weight of the device.
- weightUnit String
- Unit for the dimensions of weight.
- width Number
- Width of the device.
FilterableProperty 
- SupportedValues List<string>
- Values to be filtered.
- Type
string | Pulumi.Azure Native. Edge Order. Supported Filter Types 
- Type of product filter.
- SupportedValues []string
- Values to be filtered.
- Type
string | SupportedFilter Types 
- Type of product filter.
- supportedValues List<String>
- Values to be filtered.
- type
String | SupportedFilter Types 
- Type of product filter.
- supportedValues string[]
- Values to be filtered.
- type
string | SupportedFilter Types 
- Type of product filter.
- supported_values Sequence[str]
- Values to be filtered.
- type
str | SupportedFilter Types 
- Type of product filter.
- supportedValues List<String>
- Values to be filtered.
- type
String | "ShipTo Countries" | "Double Encryption Status" 
- Type of product filter.
FilterablePropertyResponse  
- SupportedValues List<string>
- Values to be filtered.
- Type string
- Type of product filter.
- SupportedValues []string
- Values to be filtered.
- Type string
- Type of product filter.
- supportedValues List<String>
- Values to be filtered.
- type String
- Type of product filter.
- supportedValues string[]
- Values to be filtered.
- type string
- Type of product filter.
- supported_values Sequence[str]
- Values to be filtered.
- type str
- Type of product filter.
- supportedValues List<String>
- Values to be filtered.
- type String
- Type of product filter.
GroupedChildConfigurationsResponse   
- CategoryInformation Pulumi.Azure Native. Edge Order. Inputs. Category Information Response 
- Category information.
- ChildConfigurations List<Pulumi.Azure Native. Edge Order. Inputs. Child Configuration Response> 
- List of child configurations.
- CategoryInformation CategoryInformation Response 
- Category information.
- ChildConfigurations []ChildConfiguration Response 
- List of child configurations.
- categoryInformation CategoryInformation Response 
- Category information.
- childConfigurations List<ChildConfiguration Response> 
- List of child configurations.
- categoryInformation CategoryInformation Response 
- Category information.
- childConfigurations ChildConfiguration Response[] 
- List of child configurations.
- category_information CategoryInformation Response 
- Category information.
- child_configurations Sequence[ChildConfiguration Response] 
- List of child configurations.
- categoryInformation Property Map
- Category information.
- childConfigurations List<Property Map>
- List of child configurations.
HierarchyInformationResponse  
- ConfigurationName string
- Represents configuration name that uniquely identifies configuration.
- ProductFamily stringName 
- Represents product family name that uniquely identifies product family.
- ProductLine stringName 
- Represents product line name that uniquely identifies product line.
- ProductName string
- Represents product name that uniquely identifies product.
- ConfigurationName string
- Represents configuration name that uniquely identifies configuration.
- ProductFamily stringName 
- Represents product family name that uniquely identifies product family.
- ProductLine stringName 
- Represents product line name that uniquely identifies product line.
- ProductName string
- Represents product name that uniquely identifies product.
- configurationName String
- Represents configuration name that uniquely identifies configuration.
- productFamily StringName 
- Represents product family name that uniquely identifies product family.
- productLine StringName 
- Represents product line name that uniquely identifies product line.
- productName String
- Represents product name that uniquely identifies product.
- configurationName string
- Represents configuration name that uniquely identifies configuration.
- productFamily stringName 
- Represents product family name that uniquely identifies product family.
- productLine stringName 
- Represents product line name that uniquely identifies product line.
- productName string
- Represents product name that uniquely identifies product.
- configuration_name str
- Represents configuration name that uniquely identifies configuration.
- product_family_ strname 
- Represents product family name that uniquely identifies product family.
- product_line_ strname 
- Represents product line name that uniquely identifies product line.
- product_name str
- Represents product name that uniquely identifies product.
- configurationName String
- Represents configuration name that uniquely identifies configuration.
- productFamily StringName 
- Represents product family name that uniquely identifies product family.
- productLine StringName 
- Represents product line name that uniquely identifies product line.
- productName String
- Represents product name that uniquely identifies product.
ImageInformationResponse  
- image_type str
- Type of the image.
- image_url str
- Url of the image.
LinkResponse 
Pav2MeterDetailsResponse  
- ChargingType string
- Charging type.
- MeterGuid string
- Validation status of requested data center and transport.
- Multiplier double
- Billing unit applicable for Pav2 billing.
- ChargingType string
- Charging type.
- MeterGuid string
- Validation status of requested data center and transport.
- Multiplier float64
- Billing unit applicable for Pav2 billing.
- chargingType String
- Charging type.
- meterGuid String
- Validation status of requested data center and transport.
- multiplier Double
- Billing unit applicable for Pav2 billing.
- chargingType string
- Charging type.
- meterGuid string
- Validation status of requested data center and transport.
- multiplier number
- Billing unit applicable for Pav2 billing.
- charging_type str
- Charging type.
- meter_guid str
- Validation status of requested data center and transport.
- multiplier float
- Billing unit applicable for Pav2 billing.
- chargingType String
- Charging type.
- meterGuid String
- Validation status of requested data center and transport.
- multiplier Number
- Billing unit applicable for Pav2 billing.
ProductFamilyResponse  
- AvailabilityInformation Pulumi.Azure Native. Edge Order. Inputs. Availability Information Response 
- Availability information of the product system.
- CostInformation Pulumi.Azure Native. Edge Order. Inputs. Cost Information Response 
- Cost information for the product system.
- Description
Pulumi.Azure Native. Edge Order. Inputs. Description Response 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties List<Pulumi.Azure Native. Edge Order. Inputs. Filterable Property Response> 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation Pulumi.Azure Native. Edge Order. Inputs. Hierarchy Information Response 
- Hierarchy information of a product.
- ImageInformation List<Pulumi.Azure Native. Edge Order. Inputs. Image Information Response> 
- Image information for the product system.
- ProductLines List<Pulumi.Azure Native. Edge Order. Inputs. Product Line Response> 
- List of product lines supported in the product family.
- ResourceProvider List<Pulumi.Details Azure Native. Edge Order. Inputs. Resource Provider Details Response> 
- Contains details related to resource provider.
- AvailabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- CostInformation CostInformation Response 
- Cost information for the product system.
- Description
DescriptionResponse 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties []FilterableProperty Response 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- ImageInformation []ImageInformation Response 
- Image information for the product system.
- ProductLines []ProductLine Response 
- List of product lines supported in the product family.
- ResourceProvider []ResourceDetails Provider Details Response 
- Contains details related to resource provider.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<FilterableProperty Response> 
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation List<ImageInformation Response> 
- Image information for the product system.
- productLines List<ProductLine Response> 
- List of product lines supported in the product family.
- resourceProvider List<ResourceDetails Provider Details Response> 
- Contains details related to resource provider.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName string
- Display Name for the product system.
- filterableProperties FilterableProperty Response[] 
- List of filters supported for a product.
- fulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation ImageInformation Response[] 
- Image information for the product system.
- productLines ProductLine Response[] 
- List of product lines supported in the product family.
- resourceProvider ResourceDetails Provider Details Response[] 
- Contains details related to resource provider.
- availability_information AvailabilityInformation Response 
- Availability information of the product system.
- cost_information CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- display_name str
- Display Name for the product system.
- filterable_properties Sequence[FilterableProperty Response] 
- List of filters supported for a product.
- fulfilled_by str
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchy_information HierarchyInformation Response 
- Hierarchy information of a product.
- image_information Sequence[ImageInformation Response] 
- Image information for the product system.
- product_lines Sequence[ProductLine Response] 
- List of product lines supported in the product family.
- resource_provider_ Sequence[Resourcedetails Provider Details Response] 
- Contains details related to resource provider.
- availabilityInformation Property Map
- Availability information of the product system.
- costInformation Property Map
- Cost information for the product system.
- description Property Map
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<Property Map>
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation Property Map
- Hierarchy information of a product.
- imageInformation List<Property Map>
- Image information for the product system.
- productLines List<Property Map>
- List of product lines supported in the product family.
- resourceProvider List<Property Map>Details 
- Contains details related to resource provider.
ProductLineResponse  
- AvailabilityInformation Pulumi.Azure Native. Edge Order. Inputs. Availability Information Response 
- Availability information of the product system.
- CostInformation Pulumi.Azure Native. Edge Order. Inputs. Cost Information Response 
- Cost information for the product system.
- Description
Pulumi.Azure Native. Edge Order. Inputs. Description Response 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties List<Pulumi.Azure Native. Edge Order. Inputs. Filterable Property Response> 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation Pulumi.Azure Native. Edge Order. Inputs. Hierarchy Information Response 
- Hierarchy information of a product.
- ImageInformation List<Pulumi.Azure Native. Edge Order. Inputs. Image Information Response> 
- Image information for the product system.
- Products
List<Pulumi.Azure Native. Edge Order. Inputs. Product Response> 
- List of products in the product line.
- AvailabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- CostInformation CostInformation Response 
- Cost information for the product system.
- Description
DescriptionResponse 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties []FilterableProperty Response 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- ImageInformation []ImageInformation Response 
- Image information for the product system.
- Products
[]ProductResponse 
- List of products in the product line.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<FilterableProperty Response> 
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation List<ImageInformation Response> 
- Image information for the product system.
- products
List<ProductResponse> 
- List of products in the product line.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName string
- Display Name for the product system.
- filterableProperties FilterableProperty Response[] 
- List of filters supported for a product.
- fulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation ImageInformation Response[] 
- Image information for the product system.
- products
ProductResponse[] 
- List of products in the product line.
- availability_information AvailabilityInformation Response 
- Availability information of the product system.
- cost_information CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- display_name str
- Display Name for the product system.
- filterable_properties Sequence[FilterableProperty Response] 
- List of filters supported for a product.
- fulfilled_by str
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchy_information HierarchyInformation Response 
- Hierarchy information of a product.
- image_information Sequence[ImageInformation Response] 
- Image information for the product system.
- products
Sequence[ProductResponse] 
- List of products in the product line.
- availabilityInformation Property Map
- Availability information of the product system.
- costInformation Property Map
- Cost information for the product system.
- description Property Map
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<Property Map>
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation Property Map
- Hierarchy information of a product.
- imageInformation List<Property Map>
- Image information for the product system.
- products List<Property Map>
- List of products in the product line.
ProductResponse 
- AvailabilityInformation Pulumi.Azure Native. Edge Order. Inputs. Availability Information Response 
- Availability information of the product system.
- Configurations
List<Pulumi.Azure Native. Edge Order. Inputs. Configuration Response> 
- List of configurations for the product.
- CostInformation Pulumi.Azure Native. Edge Order. Inputs. Cost Information Response 
- Cost information for the product system.
- Description
Pulumi.Azure Native. Edge Order. Inputs. Description Response 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties List<Pulumi.Azure Native. Edge Order. Inputs. Filterable Property Response> 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation Pulumi.Azure Native. Edge Order. Inputs. Hierarchy Information Response 
- Hierarchy information of a product.
- ImageInformation List<Pulumi.Azure Native. Edge Order. Inputs. Image Information Response> 
- Image information for the product system.
- AvailabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- Configurations
[]ConfigurationResponse 
- List of configurations for the product.
- CostInformation CostInformation Response 
- Cost information for the product system.
- Description
DescriptionResponse 
- Description related to the product system.
- DisplayName string
- Display Name for the product system.
- FilterableProperties []FilterableProperty Response 
- List of filters supported for a product.
- FulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- HierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- ImageInformation []ImageInformation Response 
- Image information for the product system.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- configurations
List<ConfigurationResponse> 
- List of configurations for the product.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<FilterableProperty Response> 
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation List<ImageInformation Response> 
- Image information for the product system.
- availabilityInformation AvailabilityInformation Response 
- Availability information of the product system.
- configurations
ConfigurationResponse[] 
- List of configurations for the product.
- costInformation CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- displayName string
- Display Name for the product system.
- filterableProperties FilterableProperty Response[] 
- List of filters supported for a product.
- fulfilledBy string
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation HierarchyInformation Response 
- Hierarchy information of a product.
- imageInformation ImageInformation Response[] 
- Image information for the product system.
- availability_information AvailabilityInformation Response 
- Availability information of the product system.
- configurations
Sequence[ConfigurationResponse] 
- List of configurations for the product.
- cost_information CostInformation Response 
- Cost information for the product system.
- description
DescriptionResponse 
- Description related to the product system.
- display_name str
- Display Name for the product system.
- filterable_properties Sequence[FilterableProperty Response] 
- List of filters supported for a product.
- fulfilled_by str
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchy_information HierarchyInformation Response 
- Hierarchy information of a product.
- image_information Sequence[ImageInformation Response] 
- Image information for the product system.
- availabilityInformation Property Map
- Availability information of the product system.
- configurations List<Property Map>
- List of configurations for the product.
- costInformation Property Map
- Cost information for the product system.
- description Property Map
- Description related to the product system.
- displayName String
- Display Name for the product system.
- filterableProperties List<Property Map>
- List of filters supported for a product.
- fulfilledBy String
- The entity responsible for fulfillment of the item at the given hierarchy level.
- hierarchyInformation Property Map
- Hierarchy information of a product.
- imageInformation List<Property Map>
- Image information for the product system.
PurchaseMeterDetailsResponse   
- ChargingType string
- Charging type.
- Multiplier double
- Billing unit applicable for Pav2 billing.
- ProductId string
- Product Id.
- SkuId string
- Sku Id.
- TermId string
- Term Id.
- ChargingType string
- Charging type.
- Multiplier float64
- Billing unit applicable for Pav2 billing.
- ProductId string
- Product Id.
- SkuId string
- Sku Id.
- TermId string
- Term Id.
- chargingType String
- Charging type.
- multiplier Double
- Billing unit applicable for Pav2 billing.
- productId String
- Product Id.
- skuId String
- Sku Id.
- termId String
- Term Id.
- chargingType string
- Charging type.
- multiplier number
- Billing unit applicable for Pav2 billing.
- productId string
- Product Id.
- skuId string
- Sku Id.
- termId string
- Term Id.
- charging_type str
- Charging type.
- multiplier float
- Billing unit applicable for Pav2 billing.
- product_id str
- Product Id.
- sku_id str
- Sku Id.
- term_id str
- Term Id.
- chargingType String
- Charging type.
- multiplier Number
- Billing unit applicable for Pav2 billing.
- productId String
- Product Id.
- skuId String
- Sku Id.
- termId String
- Term Id.
ResourceProviderDetailsResponse   
- ResourceProvider stringNamespace 
- Resource provider namespace.
- ResourceProvider stringNamespace 
- Resource provider namespace.
- resourceProvider StringNamespace 
- Resource provider namespace.
- resourceProvider stringNamespace 
- Resource provider namespace.
- resource_provider_ strnamespace 
- Resource provider namespace.
- resourceProvider StringNamespace 
- Resource provider namespace.
SpecificationResponse 
SupportedFilterTypes  
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi