1. Packages
  2. Azure Native
  3. API Docs
  4. billingbenefits
  5. getDiscount
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.10.1 published on Friday, Nov 7, 2025 by Pulumi
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.10.1 published on Friday, Nov 7, 2025 by Pulumi

    Get discount at resource group level

    Uses Azure REST API version 2024-11-01-preview.

    Using getDiscount

    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 getDiscount(args: GetDiscountArgs, opts?: InvokeOptions): Promise<GetDiscountResult>
    function getDiscountOutput(args: GetDiscountOutputArgs, opts?: InvokeOptions): Output<GetDiscountResult>
    def get_discount(discount_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDiscountResult
    def get_discount_output(discount_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDiscountResult]
    func LookupDiscount(ctx *Context, args *LookupDiscountArgs, opts ...InvokeOption) (*LookupDiscountResult, error)
    func LookupDiscountOutput(ctx *Context, args *LookupDiscountOutputArgs, opts ...InvokeOption) LookupDiscountResultOutput

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

    public static class GetDiscount 
    {
        public static Task<GetDiscountResult> InvokeAsync(GetDiscountArgs args, InvokeOptions? opts = null)
        public static Output<GetDiscountResult> Invoke(GetDiscountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDiscountResult> getDiscount(GetDiscountArgs args, InvokeOptions options)
    public static Output<GetDiscountResult> getDiscount(GetDiscountArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:billingbenefits:getDiscount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DiscountName string
    Name of the discount
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DiscountName string
    Name of the discount
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    discountName String
    Name of the discount
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    discountName string
    Name of the discount
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    discount_name str
    Name of the discount
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    discountName String
    Name of the discount
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getDiscount Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Etag string
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.BillingBenefits.Outputs.EntityTypeAffiliateDiscountResponse | Pulumi.AzureNative.BillingBenefits.Outputs.EntityTypePrimaryDiscountResponse
    Discount properties
    SystemData Pulumi.AzureNative.BillingBenefits.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"
    Identity Pulumi.AzureNative.BillingBenefits.Outputs.ManagedServiceIdentityResponse
    Managed service identity (system assigned and/or user assigned identities)
    Kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    ManagedBy string
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    Plan Pulumi.AzureNative.BillingBenefits.Outputs.PlanResponse
    Plan for the resource.
    Sku Pulumi.AzureNative.BillingBenefits.Outputs.SkuResponse
    The resource model definition representing SKU
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    Etag string
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties EntityTypeAffiliateDiscountResponse | EntityTypePrimaryDiscountResponse
    Discount properties
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Identity ManagedServiceIdentityResponse
    Managed service identity (system assigned and/or user assigned identities)
    Kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    ManagedBy string
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    Plan PlanResponse
    Plan for the resource.
    Sku SkuResponse
    The resource model definition representing SKU
    Tags map[string]string
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    etag String
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties EntityTypeAffiliateDiscountResponse | EntityTypePrimaryDiscountResponse
    Discount properties
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    Managed service identity (system assigned and/or user assigned identities)
    kind String
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    managedBy String
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    plan PlanResponse
    Plan for the resource.
    sku SkuResponse
    The resource model definition representing SKU
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    etag string
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    properties EntityTypeAffiliateDiscountResponse | EntityTypePrimaryDiscountResponse
    Discount properties
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    Managed service identity (system assigned and/or user assigned identities)
    kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    managedBy string
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    plan PlanResponse
    Plan for the resource.
    sku SkuResponse
    The resource model definition representing SKU
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    etag str
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    properties EntityTypeAffiliateDiscountResponse | EntityTypePrimaryDiscountResponse
    Discount properties
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    Managed service identity (system assigned and/or user assigned identities)
    kind str
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    managed_by str
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    plan PlanResponse
    Plan for the resource.
    sku SkuResponse
    The resource model definition representing SKU
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    etag String
    The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties Property Map | Property Map
    Discount properties
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity Property Map
    Managed service identity (system assigned and/or user assigned identities)
    kind String
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
    managedBy String
    The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
    plan Property Map
    Plan for the resource.
    sku Property Map
    The resource model definition representing SKU
    tags Map<String>
    Resource tags.

    Supporting Types

    CatalogClaimsItemResponse

    ConditionsItemResponse

    ConditionName string
    Type string
    Value List<string>
    These items are open-ended strings.
    ConditionName string
    Type string
    Value []string
    These items are open-ended strings.
    conditionName String
    type String
    value List<String>
    These items are open-ended strings.
    conditionName string
    type string
    value string[]
    These items are open-ended strings.
    condition_name str
    type str
    value Sequence[str]
    These items are open-ended strings.
    conditionName String
    type String
    value List<String>
    These items are open-ended strings.

    CustomPricePropertiesResponse

    CatalogClaims List<Pulumi.AzureNative.BillingBenefits.Inputs.CatalogClaimsItemResponse>
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    CatalogId string
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    MarketSetPrices List<Pulumi.AzureNative.BillingBenefits.Inputs.MarketSetPricesItemsResponse>
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    RuleType string
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    BillingPeriod string
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    MeterType string
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    TermUnits string
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
    CatalogClaims []CatalogClaimsItemResponse
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    CatalogId string
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    MarketSetPrices []MarketSetPricesItemsResponse
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    RuleType string
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    BillingPeriod string
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    MeterType string
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    TermUnits string
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
    catalogClaims List<CatalogClaimsItemResponse>
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    catalogId String
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    marketSetPrices List<MarketSetPricesItemsResponse>
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    ruleType String
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    billingPeriod String
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    meterType String
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    termUnits String
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
    catalogClaims CatalogClaimsItemResponse[]
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    catalogId string
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    marketSetPrices MarketSetPricesItemsResponse[]
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    ruleType string
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    billingPeriod string
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    meterType string
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    termUnits string
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
    catalog_claims Sequence[CatalogClaimsItemResponse]
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    catalog_id str
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    market_set_prices Sequence[MarketSetPricesItemsResponse]
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    rule_type str
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    billing_period str
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    meter_type str
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    term_units str
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
    catalogClaims List<Property Map>
    The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
    catalogId String
    The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
    marketSetPrices List<Property Map>
    The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
    ruleType String
    The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
    billingPeriod String
    The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
    meterType String
    Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
    termUnits String
    The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.

    DiscountCustomPriceMultiCurrencyResponse

    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions List<Pulumi.AzureNative.BillingBenefits.Inputs.ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    CustomPriceProperties Pulumi.AzureNative.BillingBenefits.Inputs.CustomPricePropertiesResponse
    Custom price properties for a given discount.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties Pulumi.AzureNative.BillingBenefits.Inputs.PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions []ConditionsItemResponse
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    CustomPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage float64
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions ConditionsItemResponse[]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName string
    Product family for which the discount is given. Validation: Optional
    productId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId string
    ResourceSku for the given discount. Validation: Optional.
    apply_discount_on str
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions Sequence[ConditionsItemResponse]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    custom_price_properties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discount_combination_rule str
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discount_percentage float
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    price_guarantee_properties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    product_family_name str
    Product family for which the discount is given. Validation: Optional
    product_id str
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    sku_id str
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<Property Map>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties Property Map
    Custom price properties for a given discount.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties Property Map
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.

    DiscountCustomPriceResponse

    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions List<Pulumi.AzureNative.BillingBenefits.Inputs.ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    CustomPriceProperties Pulumi.AzureNative.BillingBenefits.Inputs.CustomPricePropertiesResponse
    Custom price properties for a given discount.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties Pulumi.AzureNative.BillingBenefits.Inputs.PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions []ConditionsItemResponse
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    CustomPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage float64
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions ConditionsItemResponse[]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName string
    Product family for which the discount is given. Validation: Optional
    productId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId string
    ResourceSku for the given discount. Validation: Optional.
    apply_discount_on str
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions Sequence[ConditionsItemResponse]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    custom_price_properties CustomPricePropertiesResponse
    Custom price properties for a given discount.
    discount_combination_rule str
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discount_percentage float
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    price_guarantee_properties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    product_family_name str
    Product family for which the discount is given. Validation: Optional
    product_id str
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    sku_id str
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<Property Map>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    customPriceProperties Property Map
    Custom price properties for a given discount.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties Property Map
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.

    DiscountProductFamilyResponse

    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions List<Pulumi.AzureNative.BillingBenefits.Inputs.ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties Pulumi.AzureNative.BillingBenefits.Inputs.PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions []ConditionsItemResponse
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage float64
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    applyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions ConditionsItemResponse[]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName string
    Product family for which the discount is given. Validation: Optional
    apply_discount_on str
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions Sequence[ConditionsItemResponse]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discount_combination_rule str
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discount_percentage float
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    price_guarantee_properties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    product_family_name str
    Product family for which the discount is given. Validation: Optional
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<Property Map>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties Property Map
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional

    DiscountProductResponse

    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions List<Pulumi.AzureNative.BillingBenefits.Inputs.ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties Pulumi.AzureNative.BillingBenefits.Inputs.PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions []ConditionsItemResponse
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage float64
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    applyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions ConditionsItemResponse[]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName string
    Product family for which the discount is given. Validation: Optional
    productId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    apply_discount_on str
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions Sequence[ConditionsItemResponse]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discount_combination_rule str
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discount_percentage float
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    price_guarantee_properties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    product_family_name str
    Product family for which the discount is given. Validation: Optional
    product_id str
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<Property Map>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties Property Map
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F

    DiscountTypeProductSkuResponse

    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions List<Pulumi.AzureNative.BillingBenefits.Inputs.ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties Pulumi.AzureNative.BillingBenefits.Inputs.PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    ApplyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    Conditions []ConditionsItemResponse
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    DiscountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    DiscountPercentage float64
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    PriceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    ProductFamilyName string
    Product family for which the discount is given. Validation: Optional
    ProductId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    SkuId string
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<ConditionsItemResponse>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Double
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn string
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions ConditionsItemResponse[]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule string
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    productFamilyName string
    Product family for which the discount is given. Validation: Optional
    productId string
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId string
    ResourceSku for the given discount. Validation: Optional.
    apply_discount_on str
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions Sequence[ConditionsItemResponse]
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discount_combination_rule str
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discount_percentage float
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    price_guarantee_properties PriceGuaranteePropertiesResponse
    Set only in price guarantee scenario.
    product_family_name str
    Product family for which the discount is given. Validation: Optional
    product_id str
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    sku_id str
    ResourceSku for the given discount. Validation: Optional.
    applyDiscountOn String
    The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
    conditions List<Property Map>
    Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
    discountCombinationRule String
    The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
    discountPercentage Number
    Discount percentage provided for the customer. Validation: Required unless this is a price rule.
    priceGuaranteeProperties Property Map
    Set only in price guarantee scenario.
    productFamilyName String
    Product family for which the discount is given. Validation: Optional
    productId String
    Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
    skuId String
    ResourceSku for the given discount. Validation: Optional.

    EntityTypeAffiliateDiscountResponse

    BenefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    BillingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    BillingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    CustomerResourceId string
    Customer resource id where the discount is scoped to.
    EndAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    PrimaryResourceId string
    This will be present in the response if the primary has a resource ID
    ProductCode string
    This is the catalog UPN for the product.
    ProvisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    StartAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    Status string
    Represents the current status of the discount.
    AppliedScopeType string
    List of applied scopes supported for discounts.
    DisplayName string
    This defines a user friendly display name for the discount.
    SystemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    BenefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    BillingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    BillingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    CustomerResourceId string
    Customer resource id where the discount is scoped to.
    EndAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    PrimaryResourceId string
    This will be present in the response if the primary has a resource ID
    ProductCode string
    This is the catalog UPN for the product.
    ProvisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    StartAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    Status string
    Represents the current status of the discount.
    AppliedScopeType string
    List of applied scopes supported for discounts.
    DisplayName string
    This defines a user friendly display name for the discount.
    SystemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId String
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId String
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId String
    Billing profile resource id where the discount is scoped to.
    customerResourceId String
    Customer resource id where the discount is scoped to.
    endAt String
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    primaryResourceId String
    This will be present in the response if the primary has a resource ID
    productCode String
    This is the catalog UPN for the product.
    provisioningState String
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt String
    Start date of the discount. Value is the date the discount started or will start in the future.
    status String
    Represents the current status of the discount.
    appliedScopeType String
    List of applied scopes supported for discounts.
    displayName String
    This defines a user friendly display name for the discount.
    systemId String
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    customerResourceId string
    Customer resource id where the discount is scoped to.
    endAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    primaryResourceId string
    This will be present in the response if the primary has a resource ID
    productCode string
    This is the catalog UPN for the product.
    provisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    status string
    Represents the current status of the discount.
    appliedScopeType string
    List of applied scopes supported for discounts.
    displayName string
    This defines a user friendly display name for the discount.
    systemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefit_resource_id str
    Fully-qualified identifier of the benefit under applicable benefit list.
    billing_account_resource_id str
    Billing account resource id where the discount metadata is present.
    billing_profile_resource_id str
    Billing profile resource id where the discount is scoped to.
    customer_resource_id str
    Customer resource id where the discount is scoped to.
    end_at str
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    primary_resource_id str
    This will be present in the response if the primary has a resource ID
    product_code str
    This is the catalog UPN for the product.
    provisioning_state str
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    start_at str
    Start date of the discount. Value is the date the discount started or will start in the future.
    status str
    Represents the current status of the discount.
    applied_scope_type str
    List of applied scopes supported for discounts.
    display_name str
    This defines a user friendly display name for the discount.
    system_id str
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId String
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId String
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId String
    Billing profile resource id where the discount is scoped to.
    customerResourceId String
    Customer resource id where the discount is scoped to.
    endAt String
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    primaryResourceId String
    This will be present in the response if the primary has a resource ID
    productCode String
    This is the catalog UPN for the product.
    provisioningState String
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt String
    Start date of the discount. Value is the date the discount started or will start in the future.
    status String
    Represents the current status of the discount.
    appliedScopeType String
    List of applied scopes supported for discounts.
    displayName String
    This defines a user friendly display name for the discount.
    systemId String
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.

    EntityTypePrimaryDiscountResponse

    BenefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    BillingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    BillingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    CustomerResourceId string
    Customer resource id where the discount is scoped to.
    EndAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    ProductCode string
    This is the catalog UPN for the product.
    ProvisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    StartAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    Status string
    Represents the current status of the discount.
    AppliedScopeType string
    List of applied scopes supported for discounts.
    DiscountTypeProperties Pulumi.AzureNative.BillingBenefits.Inputs.DiscountCustomPriceResponse | Pulumi.AzureNative.BillingBenefits.Inputs.DiscountCustomPriceMultiCurrencyResponse | Pulumi.AzureNative.BillingBenefits.Inputs.DiscountProductResponse | Pulumi.AzureNative.BillingBenefits.Inputs.DiscountProductFamilyResponse | Pulumi.AzureNative.BillingBenefits.Inputs.DiscountTypeProductSkuResponse
    This defines the conditions for a given discount type.
    DisplayName string
    This defines a user friendly display name for the discount.
    SystemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    BenefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    BillingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    BillingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    CustomerResourceId string
    Customer resource id where the discount is scoped to.
    EndAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    ProductCode string
    This is the catalog UPN for the product.
    ProvisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    StartAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    Status string
    Represents the current status of the discount.
    AppliedScopeType string
    List of applied scopes supported for discounts.
    DiscountTypeProperties DiscountCustomPriceResponse | DiscountCustomPriceMultiCurrencyResponse | DiscountProductResponse | DiscountProductFamilyResponse | DiscountTypeProductSkuResponse
    This defines the conditions for a given discount type.
    DisplayName string
    This defines a user friendly display name for the discount.
    SystemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId String
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId String
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId String
    Billing profile resource id where the discount is scoped to.
    customerResourceId String
    Customer resource id where the discount is scoped to.
    endAt String
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    productCode String
    This is the catalog UPN for the product.
    provisioningState String
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt String
    Start date of the discount. Value is the date the discount started or will start in the future.
    status String
    Represents the current status of the discount.
    appliedScopeType String
    List of applied scopes supported for discounts.
    discountTypeProperties DiscountCustomPriceResponse | DiscountCustomPriceMultiCurrencyResponse | DiscountProductResponse | DiscountProductFamilyResponse | DiscountTypeProductSkuResponse
    This defines the conditions for a given discount type.
    displayName String
    This defines a user friendly display name for the discount.
    systemId String
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId string
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId string
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId string
    Billing profile resource id where the discount is scoped to.
    customerResourceId string
    Customer resource id where the discount is scoped to.
    endAt string
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    productCode string
    This is the catalog UPN for the product.
    provisioningState string
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt string
    Start date of the discount. Value is the date the discount started or will start in the future.
    status string
    Represents the current status of the discount.
    appliedScopeType string
    List of applied scopes supported for discounts.
    discountTypeProperties DiscountCustomPriceResponse | DiscountCustomPriceMultiCurrencyResponse | DiscountProductResponse | DiscountProductFamilyResponse | DiscountTypeProductSkuResponse
    This defines the conditions for a given discount type.
    displayName string
    This defines a user friendly display name for the discount.
    systemId string
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefit_resource_id str
    Fully-qualified identifier of the benefit under applicable benefit list.
    billing_account_resource_id str
    Billing account resource id where the discount metadata is present.
    billing_profile_resource_id str
    Billing profile resource id where the discount is scoped to.
    customer_resource_id str
    Customer resource id where the discount is scoped to.
    end_at str
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    product_code str
    This is the catalog UPN for the product.
    provisioning_state str
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    start_at str
    Start date of the discount. Value is the date the discount started or will start in the future.
    status str
    Represents the current status of the discount.
    applied_scope_type str
    List of applied scopes supported for discounts.
    discount_type_properties DiscountCustomPriceResponse | DiscountCustomPriceMultiCurrencyResponse | DiscountProductResponse | DiscountProductFamilyResponse | DiscountTypeProductSkuResponse
    This defines the conditions for a given discount type.
    display_name str
    This defines a user friendly display name for the discount.
    system_id str
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
    benefitResourceId String
    Fully-qualified identifier of the benefit under applicable benefit list.
    billingAccountResourceId String
    Billing account resource id where the discount metadata is present.
    billingProfileResourceId String
    Billing profile resource id where the discount is scoped to.
    customerResourceId String
    Customer resource id where the discount is scoped to.
    endAt String
    End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
    productCode String
    This is the catalog UPN for the product.
    provisioningState String
    The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
    startAt String
    Start date of the discount. Value is the date the discount started or will start in the future.
    status String
    Represents the current status of the discount.
    appliedScopeType String
    List of applied scopes supported for discounts.
    discountTypeProperties Property Map | Property Map | Property Map | Property Map | Property Map
    This defines the conditions for a given discount type.
    displayName String
    This defines a user friendly display name for the discount.
    systemId String
    This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.BillingBenefits.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    MarketSetPricesItemsResponse

    Currency string
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    Markets List<string>
    Value double
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
    Currency string
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    Markets []string
    Value float64
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
    currency String
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    markets List<String>
    value Double
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
    currency string
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    markets string[]
    value number
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
    currency str
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    markets Sequence[str]
    value float
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
    currency String
    The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
    markets List<String>
    value Number
    The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.

    PlanResponse

    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.
    name string
    A user defined name of the 3rd Party Artifact that is being procured.
    product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version string
    The version of the desired product/artifact.
    name str
    A user defined name of the 3rd Party Artifact that is being procured.
    product str
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher str
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotion_code str
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version str
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.

    PriceGuaranteePropertiesResponse

    PriceGuaranteeDate string
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    PricingPolicy string
    Supported values: Protected, Locked
    PriceGuaranteeDate string
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    PricingPolicy string
    Supported values: Protected, Locked
    priceGuaranteeDate String
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    pricingPolicy String
    Supported values: Protected, Locked
    priceGuaranteeDate string
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    pricingPolicy string
    Supported values: Protected, Locked
    price_guarantee_date str
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    pricing_policy str
    Supported values: Protected, Locked
    priceGuaranteeDate String
    The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
    pricingPolicy String
    Supported values: Protected, Locked

    SkuResponse

    Name string
    The name of the SKU. E.g. P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. E.g. P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. E.g. P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. E.g. P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. E.g. P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. E.g. P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    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.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    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.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate