pulumi-azure-native 2.48.0a1719256779__py3-none-any.whl → 2.48.0a1719827386__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +91 -2
- pulumi_azure_native/billing/__init__.py +11 -0
- pulumi_azure_native/billing/_enums.py +71 -0
- pulumi_azure_native/billing/_inputs.py +1274 -0
- pulumi_azure_native/billing/associated_tenant.py +226 -0
- pulumi_azure_native/billing/billing_profile.py +225 -0
- pulumi_azure_native/billing/billing_role_assignment_by_billing_account.py +5 -1
- pulumi_azure_native/billing/billing_role_assignment_by_department.py +5 -1
- pulumi_azure_native/billing/billing_role_assignment_by_enrollment_account.py +5 -1
- pulumi_azure_native/billing/get_associated_tenant.py +146 -0
- pulumi_azure_native/billing/get_billing_profile.py +146 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_billing_account.py +4 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_department.py +4 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_enrollment_account.py +4 -0
- pulumi_azure_native/billing/get_invoice_section.py +151 -0
- pulumi_azure_native/billing/invoice_section.py +247 -0
- pulumi_azure_native/billing/list_billing_account_invoice_sections_by_create_subscription_permission.py +2 -2
- pulumi_azure_native/billing/outputs.py +1728 -17
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_billing_account.py +1 -1
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_department.py +1 -1
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_enrollment_account.py +1 -1
- pulumi_azure_native/billing/v20240401/__init__.py +23 -0
- pulumi_azure_native/billing/v20240401/_enums.py +71 -0
- pulumi_azure_native/billing/v20240401/_inputs.py +1394 -0
- pulumi_azure_native/billing/v20240401/associated_tenant.py +224 -0
- pulumi_azure_native/billing/v20240401/billing_profile.py +223 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_billing_account.py +223 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_department.py +244 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_enrollment_account.py +244 -0
- pulumi_azure_native/billing/v20240401/get_associated_tenant.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_profile.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_billing_account.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_department.py +149 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_enrollment_account.py +149 -0
- pulumi_azure_native/billing/v20240401/get_invoice_section.py +149 -0
- pulumi_azure_native/billing/v20240401/invoice_section.py +245 -0
- pulumi_azure_native/billing/v20240401/list_billing_account_invoice_sections_by_create_subscription_permission.py +92 -0
- pulumi_azure_native/billing/v20240401/outputs.py +2305 -0
- pulumi_azure_native/containerinstance/__init__.py +3 -0
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/v20210301/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20210701/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20230201preview/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20230501/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20240501preview/__init__.py +12 -0
- pulumi_azure_native/containerinstance/v20240501preview/_enums.py +127 -0
- pulumi_azure_native/containerinstance/v20240501preview/_inputs.py +2019 -0
- pulumi_azure_native/containerinstance/v20240501preview/container_group.py +808 -0
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +420 -0
- pulumi_azure_native/containerinstance/v20240501preview/outputs.py +2605 -0
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/v20200701privatepreview/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/database.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/database.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/database.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/__init__.py +8 -0
- pulumi_azure_native/dbformysql/v20231230/_enums.py +17 -0
- pulumi_azure_native/dbformysql/v20231230/azure_ad_administrator.py +331 -0
- pulumi_azure_native/dbformysql/v20231230/configuration.py +353 -0
- pulumi_azure_native/dbformysql/v20231230/database.py +243 -0
- pulumi_azure_native/dbformysql/v20231230/firewall_rule.py +245 -0
- pulumi_azure_native/dbformysql/v20231230/get_azure_ad_administrator.py +188 -0
- pulumi_azure_native/dbformysql/v20231230/get_configuration.py +266 -0
- pulumi_azure_native/dbformysql/v20231230/get_database.py +149 -0
- pulumi_azure_native/dbformysql/v20231230/get_firewall_rule.py +149 -0
- pulumi_azure_native/devcenter/__init__.py +4 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +2 -2
- pulumi_azure_native/devcenter/get_plan_member.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +213 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +4 -0
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +226 -0
- pulumi_azure_native/devcenter/plan.py +3 -3
- pulumi_azure_native/devcenter/plan_member.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/__init__.py +48 -0
- pulumi_azure_native/devcenter/v20240701preview/_enums.py +209 -0
- pulumi_azure_native/devcenter/v20240701preview/_inputs.py +595 -0
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +447 -0
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +342 -0
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240701preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240701preview/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240701preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240701preview/get_dev_center.py +261 -0
- pulumi_azure_native/devcenter/v20240701preview/get_encryption_set.py +201 -0
- pulumi_azure_native/devcenter/v20240701preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240701preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240701preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240701preview/get_plan.py +170 -0
- pulumi_azure_native/devcenter/v20240701preview/get_plan_member.py +175 -0
- pulumi_azure_native/devcenter/v20240701preview/get_pool.py +344 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_image_definition_build_details.py +211 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_inherited_settings.py +92 -0
- pulumi_azure_native/devcenter/v20240701preview/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240701preview/list_skus_by_project.py +92 -0
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240701preview/outputs.py +1673 -0
- pulumi_azure_native/devcenter/v20240701preview/plan.py +263 -0
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +283 -0
- pulumi_azure_native/devcenter/v20240701preview/pool.py +608 -0
- pulumi_azure_native/devcenter/v20240701preview/project.py +418 -0
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +434 -0
- pulumi_azure_native/fabric/__init__.py +20 -0
- pulumi_azure_native/fabric/_enums.py +19 -0
- pulumi_azure_native/fabric/_inputs.py +78 -0
- pulumi_azure_native/fabric/fabric_capacity.py +306 -0
- pulumi_azure_native/fabric/get_fabric_capacity.py +198 -0
- pulumi_azure_native/fabric/outputs.py +183 -0
- pulumi_azure_native/fabric/v20231101/__init__.py +12 -0
- pulumi_azure_native/fabric/v20231101/_enums.py +19 -0
- pulumi_azure_native/fabric/v20231101/_inputs.py +78 -0
- pulumi_azure_native/fabric/v20231101/fabric_capacity.py +304 -0
- pulumi_azure_native/fabric/v20231101/get_fabric_capacity.py +196 -0
- pulumi_azure_native/fabric/v20231101/outputs.py +183 -0
- pulumi_azure_native/kubernetes/__init__.py +3 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240701preview/__init__.py +13 -0
- pulumi_azure_native/kubernetes/v20240701preview/_enums.py +76 -0
- pulumi_azure_native/kubernetes/v20240701preview/_inputs.py +401 -0
- pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +788 -0
- pulumi_azure_native/kubernetes/v20240701preview/get_connected_cluster.py +469 -0
- pulumi_azure_native/kubernetes/v20240701preview/list_connected_cluster_user_credential.py +103 -0
- pulumi_azure_native/kubernetes/v20240701preview/outputs.py +827 -0
- pulumi_azure_native/loadtestservice/__init__.py +7 -0
- pulumi_azure_native/loadtestservice/get_load_test.py +2 -2
- pulumi_azure_native/loadtestservice/get_load_test_mapping.py +159 -0
- pulumi_azure_native/loadtestservice/get_load_test_profile_mapping.py +159 -0
- pulumi_azure_native/loadtestservice/load_test.py +3 -3
- pulumi_azure_native/loadtestservice/load_test_mapping.py +253 -0
- pulumi_azure_native/loadtestservice/load_test_profile_mapping.py +253 -0
- pulumi_azure_native/loadtestservice/v20211201preview/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/v20221201/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/v20231201preview/__init__.py +16 -0
- pulumi_azure_native/loadtestservice/v20231201preview/_enums.py +34 -0
- pulumi_azure_native/loadtestservice/v20231201preview/_inputs.py +137 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test.py +209 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_mapping.py +157 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_profile_mapping.py +157 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test.py +331 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test_mapping.py +251 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test_profile_mapping.py +251 -0
- pulumi_azure_native/loadtestservice/v20231201preview/outputs.py +364 -0
- pulumi_azure_native/portal/_inputs.py +61 -202
- pulumi_azure_native/portal/outputs.py +51 -192
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/RECORD +295 -180
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetInvoiceSectionResult',
|
|
15
|
+
'AwaitableGetInvoiceSectionResult',
|
|
16
|
+
'get_invoice_section',
|
|
17
|
+
'get_invoice_section_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetInvoiceSectionResult:
|
|
22
|
+
"""
|
|
23
|
+
An invoice section.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if system_data and not isinstance(system_data, dict):
|
|
36
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
38
|
+
if tags and not isinstance(tags, dict):
|
|
39
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "tags", tags)
|
|
41
|
+
if type and not isinstance(type, str):
|
|
42
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def id(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "id")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def name(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
The name of the resource
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "name")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def properties(self) -> 'outputs.InvoiceSectionPropertiesResponse':
|
|
64
|
+
"""
|
|
65
|
+
An invoice section.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "properties")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="systemData")
|
|
71
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
72
|
+
"""
|
|
73
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "system_data")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
80
|
+
"""
|
|
81
|
+
Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "tags")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def type(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "type")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetInvoiceSectionResult(GetInvoiceSectionResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetInvoiceSectionResult(
|
|
100
|
+
id=self.id,
|
|
101
|
+
name=self.name,
|
|
102
|
+
properties=self.properties,
|
|
103
|
+
system_data=self.system_data,
|
|
104
|
+
tags=self.tags,
|
|
105
|
+
type=self.type)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_invoice_section(billing_account_name: Optional[str] = None,
|
|
109
|
+
billing_profile_name: Optional[str] = None,
|
|
110
|
+
invoice_section_name: Optional[str] = None,
|
|
111
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInvoiceSectionResult:
|
|
112
|
+
"""
|
|
113
|
+
Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param str billing_account_name: The ID that uniquely identifies a billing account.
|
|
117
|
+
:param str billing_profile_name: The ID that uniquely identifies a billing profile.
|
|
118
|
+
:param str invoice_section_name: The ID that uniquely identifies an invoice section.
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['billingAccountName'] = billing_account_name
|
|
122
|
+
__args__['billingProfileName'] = billing_profile_name
|
|
123
|
+
__args__['invoiceSectionName'] = invoice_section_name
|
|
124
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
125
|
+
__ret__ = pulumi.runtime.invoke('azure-native:billing/v20240401:getInvoiceSection', __args__, opts=opts, typ=GetInvoiceSectionResult).value
|
|
126
|
+
|
|
127
|
+
return AwaitableGetInvoiceSectionResult(
|
|
128
|
+
id=pulumi.get(__ret__, 'id'),
|
|
129
|
+
name=pulumi.get(__ret__, 'name'),
|
|
130
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
131
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
132
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
133
|
+
type=pulumi.get(__ret__, 'type'))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
@_utilities.lift_output_func(get_invoice_section)
|
|
137
|
+
def get_invoice_section_output(billing_account_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
billing_profile_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
invoice_section_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInvoiceSectionResult]:
|
|
141
|
+
"""
|
|
142
|
+
Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
:param str billing_account_name: The ID that uniquely identifies a billing account.
|
|
146
|
+
:param str billing_profile_name: The ID that uniquely identifies a billing profile.
|
|
147
|
+
:param str invoice_section_name: The ID that uniquely identifies an invoice section.
|
|
148
|
+
"""
|
|
149
|
+
...
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['InvoiceSectionArgs', 'InvoiceSection']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class InvoiceSectionArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
billing_account_name: pulumi.Input[str],
|
|
21
|
+
billing_profile_name: pulumi.Input[str],
|
|
22
|
+
invoice_section_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
properties: Optional[pulumi.Input['InvoiceSectionPropertiesArgs']] = None,
|
|
24
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a InvoiceSection resource.
|
|
27
|
+
:param pulumi.Input[str] billing_account_name: The ID that uniquely identifies a billing account.
|
|
28
|
+
:param pulumi.Input[str] billing_profile_name: The ID that uniquely identifies a billing profile.
|
|
29
|
+
:param pulumi.Input[str] invoice_section_name: The ID that uniquely identifies an invoice section.
|
|
30
|
+
:param pulumi.Input['InvoiceSectionPropertiesArgs'] properties: An invoice section.
|
|
31
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "billing_account_name", billing_account_name)
|
|
34
|
+
pulumi.set(__self__, "billing_profile_name", billing_profile_name)
|
|
35
|
+
if invoice_section_name is not None:
|
|
36
|
+
pulumi.set(__self__, "invoice_section_name", invoice_section_name)
|
|
37
|
+
if properties is not None:
|
|
38
|
+
pulumi.set(__self__, "properties", properties)
|
|
39
|
+
if tags is not None:
|
|
40
|
+
pulumi.set(__self__, "tags", tags)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter(name="billingAccountName")
|
|
44
|
+
def billing_account_name(self) -> pulumi.Input[str]:
|
|
45
|
+
"""
|
|
46
|
+
The ID that uniquely identifies a billing account.
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "billing_account_name")
|
|
49
|
+
|
|
50
|
+
@billing_account_name.setter
|
|
51
|
+
def billing_account_name(self, value: pulumi.Input[str]):
|
|
52
|
+
pulumi.set(self, "billing_account_name", value)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="billingProfileName")
|
|
56
|
+
def billing_profile_name(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The ID that uniquely identifies a billing profile.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "billing_profile_name")
|
|
61
|
+
|
|
62
|
+
@billing_profile_name.setter
|
|
63
|
+
def billing_profile_name(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "billing_profile_name", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="invoiceSectionName")
|
|
68
|
+
def invoice_section_name(self) -> Optional[pulumi.Input[str]]:
|
|
69
|
+
"""
|
|
70
|
+
The ID that uniquely identifies an invoice section.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "invoice_section_name")
|
|
73
|
+
|
|
74
|
+
@invoice_section_name.setter
|
|
75
|
+
def invoice_section_name(self, value: Optional[pulumi.Input[str]]):
|
|
76
|
+
pulumi.set(self, "invoice_section_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def properties(self) -> Optional[pulumi.Input['InvoiceSectionPropertiesArgs']]:
|
|
81
|
+
"""
|
|
82
|
+
An invoice section.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "properties")
|
|
85
|
+
|
|
86
|
+
@properties.setter
|
|
87
|
+
def properties(self, value: Optional[pulumi.Input['InvoiceSectionPropertiesArgs']]):
|
|
88
|
+
pulumi.set(self, "properties", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
93
|
+
"""
|
|
94
|
+
Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "tags")
|
|
97
|
+
|
|
98
|
+
@tags.setter
|
|
99
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
100
|
+
pulumi.set(self, "tags", value)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
class InvoiceSection(pulumi.CustomResource):
|
|
104
|
+
@overload
|
|
105
|
+
def __init__(__self__,
|
|
106
|
+
resource_name: str,
|
|
107
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
108
|
+
billing_account_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
billing_profile_name: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
invoice_section_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
properties: Optional[pulumi.Input[pulumi.InputType['InvoiceSectionPropertiesArgs']]] = None,
|
|
112
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
113
|
+
__props__=None):
|
|
114
|
+
"""
|
|
115
|
+
An invoice section.
|
|
116
|
+
|
|
117
|
+
:param str resource_name: The name of the resource.
|
|
118
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
+
:param pulumi.Input[str] billing_account_name: The ID that uniquely identifies a billing account.
|
|
120
|
+
:param pulumi.Input[str] billing_profile_name: The ID that uniquely identifies a billing profile.
|
|
121
|
+
:param pulumi.Input[str] invoice_section_name: The ID that uniquely identifies an invoice section.
|
|
122
|
+
:param pulumi.Input[pulumi.InputType['InvoiceSectionPropertiesArgs']] properties: An invoice section.
|
|
123
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
124
|
+
"""
|
|
125
|
+
...
|
|
126
|
+
@overload
|
|
127
|
+
def __init__(__self__,
|
|
128
|
+
resource_name: str,
|
|
129
|
+
args: InvoiceSectionArgs,
|
|
130
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
131
|
+
"""
|
|
132
|
+
An invoice section.
|
|
133
|
+
|
|
134
|
+
:param str resource_name: The name of the resource.
|
|
135
|
+
:param InvoiceSectionArgs args: The arguments to use to populate this resource's properties.
|
|
136
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
137
|
+
"""
|
|
138
|
+
...
|
|
139
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
140
|
+
resource_args, opts = _utilities.get_resource_args_opts(InvoiceSectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
141
|
+
if resource_args is not None:
|
|
142
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
143
|
+
else:
|
|
144
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
145
|
+
|
|
146
|
+
def _internal_init(__self__,
|
|
147
|
+
resource_name: str,
|
|
148
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
149
|
+
billing_account_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
billing_profile_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
invoice_section_name: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
properties: Optional[pulumi.Input[pulumi.InputType['InvoiceSectionPropertiesArgs']]] = None,
|
|
153
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
154
|
+
__props__=None):
|
|
155
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
156
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
157
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
158
|
+
if opts.id is None:
|
|
159
|
+
if __props__ is not None:
|
|
160
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
161
|
+
__props__ = InvoiceSectionArgs.__new__(InvoiceSectionArgs)
|
|
162
|
+
|
|
163
|
+
if billing_account_name is None and not opts.urn:
|
|
164
|
+
raise TypeError("Missing required property 'billing_account_name'")
|
|
165
|
+
__props__.__dict__["billing_account_name"] = billing_account_name
|
|
166
|
+
if billing_profile_name is None and not opts.urn:
|
|
167
|
+
raise TypeError("Missing required property 'billing_profile_name'")
|
|
168
|
+
__props__.__dict__["billing_profile_name"] = billing_profile_name
|
|
169
|
+
__props__.__dict__["invoice_section_name"] = invoice_section_name
|
|
170
|
+
__props__.__dict__["properties"] = properties
|
|
171
|
+
__props__.__dict__["tags"] = tags
|
|
172
|
+
__props__.__dict__["name"] = None
|
|
173
|
+
__props__.__dict__["system_data"] = None
|
|
174
|
+
__props__.__dict__["type"] = None
|
|
175
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:billing:InvoiceSection")])
|
|
176
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
177
|
+
super(InvoiceSection, __self__).__init__(
|
|
178
|
+
'azure-native:billing/v20240401:InvoiceSection',
|
|
179
|
+
resource_name,
|
|
180
|
+
__props__,
|
|
181
|
+
opts)
|
|
182
|
+
|
|
183
|
+
@staticmethod
|
|
184
|
+
def get(resource_name: str,
|
|
185
|
+
id: pulumi.Input[str],
|
|
186
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'InvoiceSection':
|
|
187
|
+
"""
|
|
188
|
+
Get an existing InvoiceSection resource's state with the given name, id, and optional extra
|
|
189
|
+
properties used to qualify the lookup.
|
|
190
|
+
|
|
191
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
192
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
193
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
194
|
+
"""
|
|
195
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
196
|
+
|
|
197
|
+
__props__ = InvoiceSectionArgs.__new__(InvoiceSectionArgs)
|
|
198
|
+
|
|
199
|
+
__props__.__dict__["name"] = None
|
|
200
|
+
__props__.__dict__["properties"] = None
|
|
201
|
+
__props__.__dict__["system_data"] = None
|
|
202
|
+
__props__.__dict__["tags"] = None
|
|
203
|
+
__props__.__dict__["type"] = None
|
|
204
|
+
return InvoiceSection(resource_name, opts=opts, __props__=__props__)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def name(self) -> pulumi.Output[str]:
|
|
209
|
+
"""
|
|
210
|
+
The name of the resource
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "name")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def properties(self) -> pulumi.Output['outputs.InvoiceSectionPropertiesResponse']:
|
|
217
|
+
"""
|
|
218
|
+
An invoice section.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "properties")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="systemData")
|
|
224
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
225
|
+
"""
|
|
226
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "system_data")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter
|
|
232
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
233
|
+
"""
|
|
234
|
+
Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "tags")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def type(self) -> pulumi.Output[str]:
|
|
241
|
+
"""
|
|
242
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "type")
|
|
245
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult',
|
|
15
|
+
'AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult',
|
|
16
|
+
'list_billing_account_invoice_sections_by_create_subscription_permission',
|
|
17
|
+
'list_billing_account_invoice_sections_by_create_subscription_permission_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult:
|
|
22
|
+
"""
|
|
23
|
+
A container for a list of resources
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, next_link=None, value=None):
|
|
26
|
+
if next_link and not isinstance(next_link, str):
|
|
27
|
+
raise TypeError("Expected argument 'next_link' to be a str")
|
|
28
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
29
|
+
if value and not isinstance(value, list):
|
|
30
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
31
|
+
pulumi.set(__self__, "value", value)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter(name="nextLink")
|
|
35
|
+
def next_link(self) -> str:
|
|
36
|
+
"""
|
|
37
|
+
The link (url) to the next page of results.
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "next_link")
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter
|
|
43
|
+
def value(self) -> Sequence['outputs.InvoiceSectionWithCreateSubPermissionResponse']:
|
|
44
|
+
"""
|
|
45
|
+
The list of resources.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "value")
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult(ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult):
|
|
51
|
+
# pylint: disable=using-constant-test
|
|
52
|
+
def __await__(self):
|
|
53
|
+
if False:
|
|
54
|
+
yield self
|
|
55
|
+
return ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult(
|
|
56
|
+
next_link=self.next_link,
|
|
57
|
+
value=self.value)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
|
|
61
|
+
filter: Optional[str] = None,
|
|
62
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult:
|
|
63
|
+
"""
|
|
64
|
+
Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
:param str billing_account_name: The ID that uniquely identifies a billing account.
|
|
68
|
+
:param str filter: The filter query option allows clients to filter a collection of resources that are addressed by a request URL.
|
|
69
|
+
"""
|
|
70
|
+
__args__ = dict()
|
|
71
|
+
__args__['billingAccountName'] = billing_account_name
|
|
72
|
+
__args__['filter'] = filter
|
|
73
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
74
|
+
__ret__ = pulumi.runtime.invoke('azure-native:billing/v20240401:listBillingAccountInvoiceSectionsByCreateSubscriptionPermission', __args__, opts=opts, typ=ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult).value
|
|
75
|
+
|
|
76
|
+
return AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult(
|
|
77
|
+
next_link=pulumi.get(__ret__, 'next_link'),
|
|
78
|
+
value=pulumi.get(__ret__, 'value'))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@_utilities.lift_output_func(list_billing_account_invoice_sections_by_create_subscription_permission)
|
|
82
|
+
def list_billing_account_invoice_sections_by_create_subscription_permission_output(billing_account_name: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
84
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult]:
|
|
85
|
+
"""
|
|
86
|
+
Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
:param str billing_account_name: The ID that uniquely identifies a billing account.
|
|
90
|
+
:param str filter: The filter query option allows clients to filter a collection of resources that are addressed by a request URL.
|
|
91
|
+
"""
|
|
92
|
+
...
|