pulumi-azure-native 2.86.0a1738574515__py3-none-any.whl → 2.87.0__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 +138 -16
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +88 -0
- pulumi_azure_native/authorization/_inputs.py +1431 -43
- pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
- pulumi_azure_native/authorization/outputs.py +312 -0
- pulumi_azure_native/authorization/role_management_policy.py +332 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
- pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
- pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20250201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20250201preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_interface.py +269 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_security_group.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_hard_disk.py +339 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_machine_instance.py +333 -0
- pulumi_azure_native/azurestackhci/v20250201preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20250201preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20250201preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_interface.py +427 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_security_group.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/outputs.py +4062 -0
- pulumi_azure_native/azurestackhci/v20250201preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20250201preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_hard_disk.py +572 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_machine_instance.py +495 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/target.py +1 -1
- pulumi_azure_native/{networkanalytics/v20231115 → chaos/v20250101}/__init__.py +7 -5
- pulumi_azure_native/chaos/v20250101/_enums.py +66 -0
- pulumi_azure_native/chaos/v20250101/_inputs.py +907 -0
- pulumi_azure_native/chaos/v20250101/capability.py +303 -0
- pulumi_azure_native/chaos/v20250101/experiment.py +328 -0
- pulumi_azure_native/chaos/v20250101/get_capability.py +223 -0
- pulumi_azure_native/chaos/v20250101/get_experiment.py +213 -0
- pulumi_azure_native/chaos/v20250101/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20250101/get_target.py +175 -0
- pulumi_azure_native/chaos/v20250101/outputs.py +1208 -0
- pulumi_azure_native/chaos/v20250101/target.py +290 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20250206preview/__init__.py +58 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_enums.py +153 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_inputs.py +1678 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_global_rulestack.py +306 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_local_rulestack.py +327 -0
- pulumi_azure_native/cloudngfw/v20250206preview/firewall.py +591 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_global_rulestack.py +213 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_local_rulestack.py +219 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall.py +339 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_global_rulestack.py +86 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_log_profile.py +171 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack.py +277 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack_change_log.py +108 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule.py +412 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule_counters.py +223 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_change_log.py +114 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/global_rulestack.py +450 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_advanced_security_objects.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_app_ids.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_countries.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_firewalls.py +94 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_predefined_url_categories.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_security_services.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_advanced_security_objects.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_app_ids.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_countries.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_firewalls.py +100 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_predefined_url_categories.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_security_services.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +70 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +84 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_support_info.py +294 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rule.py +716 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rulestack.py +500 -0
- pulumi_azure_native/cloudngfw/v20250206preview/outputs.py +2216 -0
- pulumi_azure_native/cloudngfw/v20250206preview/post_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/pre_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_local_rulestack.py +297 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20241001/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20241001/_enums.py +643 -0
- pulumi_azure_native/containerservice/v20241001/_inputs.py +7762 -0
- pulumi_azure_native/containerservice/v20241001/agent_pool.py +1459 -0
- pulumi_azure_native/containerservice/v20241001/get_agent_pool.py +765 -0
- pulumi_azure_native/containerservice/v20241001/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20241001/get_managed_cluster.py +801 -0
- pulumi_azure_native/containerservice/v20241001/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20241001/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20241001/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20241001/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20241001/managed_cluster.py +1392 -0
- pulumi_azure_native/containerservice/v20241001/outputs.py +6648 -0
- pulumi_azure_native/containerservice/v20241001/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20241001/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20241001/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dataprotection/__init__.py +3 -0
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20250101/__init__.py +20 -0
- pulumi_azure_native/dataprotection/v20250101/_enums.py +206 -0
- pulumi_azure_native/dataprotection/v20250101/_inputs.py +3570 -0
- pulumi_azure_native/dataprotection/v20250101/backup_instance.py +250 -0
- pulumi_azure_native/dataprotection/v20250101/backup_policy.py +221 -0
- pulumi_azure_native/dataprotection/v20250101/backup_vault.py +317 -0
- pulumi_azure_native/dataprotection/v20250101/dpp_resource_guard_proxy.py +220 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_instance.py +163 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_policy.py +147 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_vault.py +199 -0
- pulumi_azure_native/dataprotection/v20250101/get_dpp_resource_guard_proxy.py +149 -0
- pulumi_azure_native/dataprotection/v20250101/get_resource_guard.py +180 -0
- pulumi_azure_native/dataprotection/v20250101/outputs.py +3913 -0
- pulumi_azure_native/dataprotection/v20250101/resource_guard.py +284 -0
- pulumi_azure_native/dbforpostgresql/v20240801/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20240801/outputs.py +14 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +14 -0
- pulumi_azure_native/network/__init__.py +13 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +283 -0
- pulumi_azure_native/network/get_network_security_perimeter_association.py +221 -0
- pulumi_azure_native/network/get_network_security_perimeter_link.py +276 -0
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +151 -0
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +178 -0
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +506 -0
- pulumi_azure_native/network/network_security_perimeter_association.py +369 -0
- pulumi_azure_native/network/network_security_perimeter_link.py +367 -0
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +222 -0
- pulumi_azure_native/network/network_security_perimeter_profile.py +279 -0
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +53 -0
- pulumi_azure_native/network/v20210201preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20210301preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20230801preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20240601preview/__init__.py +22 -0
- pulumi_azure_native/network/v20240601preview/_enums.py +27 -0
- pulumi_azure_native/network/v20240601preview/_inputs.py +161 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter.py +170 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_access_rule.py +281 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_association.py +219 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_link.py +274 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_logging_configuration.py +149 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_profile.py +176 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter.py +256 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_access_rule.py +504 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_association.py +367 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_link.py +365 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_logging_configuration.py +220 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_profile.py +277 -0
- pulumi_azure_native/network/v20240601preview/outputs.py +175 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/v20231113preview/_enums.py +31 -0
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +20 -0
- pulumi_azure_native/quantum/v20231113preview/outputs.py +15 -14
- pulumi_azure_native/servicefabric/__init__.py +7 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +151 -0
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +157 -0
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +103 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +109 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/outputs.py +277 -0
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20241101preview/__init__.py +28 -0
- pulumi_azure_native/servicefabric/v20241101preview/_enums.py +523 -0
- pulumi_azure_native/servicefabric/v20241101preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster.py +759 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application.py +248 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type.py +177 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type_version.py +197 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_fault_simulation.py +149 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_service.py +183 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type.py +863 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type_fault_simulation.py +155 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_az_resiliency_status.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_maintenance_window_status.py +170 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_managed_cluster_fault_simulation.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_node_type_fault_simulation.py +107 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20241101preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20241101preview/outputs.py +4868 -0
- pulumi_azure_native/storage/__init__.py +3 -0
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +4 -0
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +5 -1
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/file_share.py +1 -1
- pulumi_azure_native/storage/v20220901/local_user.py +1 -1
- pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20220901/queue.py +1 -1
- pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
- pulumi_azure_native/storage/v20220901/table.py +1 -1
- pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/file_share.py +1 -1
- pulumi_azure_native/storage/v20230101/local_user.py +1 -1
- pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230101/queue.py +1 -1
- pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230101/table.py +1 -1
- pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/file_share.py +1 -1
- pulumi_azure_native/storage/v20230401/local_user.py +1 -1
- pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230401/queue.py +1 -1
- pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230401/table.py +1 -1
- pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230501/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/file_share.py +1 -1
- pulumi_azure_native/storage/v20230501/local_user.py +1 -1
- pulumi_azure_native/storage/v20230501/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230501/queue.py +1 -1
- pulumi_azure_native/storage/v20230501/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +1 -1
- pulumi_azure_native/storage/v20230501/table.py +1 -1
- pulumi_azure_native/storage/v20230501/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20240101/__init__.py +48 -0
- pulumi_azure_native/storage/v20240101/_enums.py +442 -0
- pulumi_azure_native/storage/v20240101/_inputs.py +4834 -0
- pulumi_azure_native/storage/v20240101/blob_container.py +515 -0
- pulumi_azure_native/storage/v20240101/blob_container_immutability_policy.py +307 -0
- pulumi_azure_native/storage/v20240101/blob_inventory_policy.py +232 -0
- pulumi_azure_native/storage/v20240101/blob_service_properties.py +453 -0
- pulumi_azure_native/storage/v20240101/encryption_scope.py +318 -0
- pulumi_azure_native/storage/v20240101/file_service_properties.py +279 -0
- pulumi_azure_native/storage/v20240101/file_share.py +643 -0
- pulumi_azure_native/storage/v20240101/get_blob_container.py +401 -0
- pulumi_azure_native/storage/v20240101/get_blob_container_immutability_policy.py +196 -0
- pulumi_azure_native/storage/v20240101/get_blob_inventory_policy.py +163 -0
- pulumi_azure_native/storage/v20240101/get_blob_service_properties.py +261 -0
- pulumi_azure_native/storage/v20240101/get_encryption_scope.py +205 -0
- pulumi_azure_native/storage/v20240101/get_file_service_properties.py +177 -0
- pulumi_azure_native/storage/v20240101/get_file_share.py +505 -0
- pulumi_azure_native/storage/v20240101/get_local_user.py +303 -0
- pulumi_azure_native/storage/v20240101/get_management_policy.py +149 -0
- pulumi_azure_native/storage/v20240101/get_object_replication_policy.py +205 -0
- pulumi_azure_native/storage/v20240101/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/storage/v20240101/get_queue.py +145 -0
- pulumi_azure_native/storage/v20240101/get_queue_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/get_storage_account.py +779 -0
- pulumi_azure_native/storage/v20240101/get_storage_task_assignment.py +135 -0
- pulumi_azure_native/storage/v20240101/get_table.py +149 -0
- pulumi_azure_native/storage/v20240101/get_table_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/list_local_user_keys.py +107 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_keys.py +93 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_sas.py +135 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_service_sas.py +195 -0
- pulumi_azure_native/storage/v20240101/local_user.py +501 -0
- pulumi_azure_native/storage/v20240101/management_policy.py +222 -0
- pulumi_azure_native/storage/v20240101/object_replication_policy.py +319 -0
- pulumi_azure_native/storage/v20240101/outputs.py +5740 -0
- pulumi_azure_native/storage/v20240101/private_endpoint_connection.py +232 -0
- pulumi_azure_native/storage/v20240101/queue.py +216 -0
- pulumi_azure_native/storage/v20240101/queue_service_properties.py +211 -0
- pulumi_azure_native/storage/v20240101/storage_account.py +1203 -0
- pulumi_azure_native/storage/v20240101/storage_task_assignment.py +212 -0
- pulumi_azure_native/storage/v20240101/table.py +219 -0
- pulumi_azure_native/storage/v20240101/table_service_properties.py +211 -0
- pulumi_azure_native/storagecache/__init__.py +3 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +1 -1
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20240301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20240301/import_job.py +1 -1
- pulumi_azure_native/storagecache/v20240301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240701/__init__.py +21 -0
- pulumi_azure_native/storagecache/v20240701/_enums.py +146 -0
- pulumi_azure_native/storagecache/v20240701/_inputs.py +2089 -0
- pulumi_azure_native/storagecache/v20240701/aml_filesystem.py +533 -0
- pulumi_azure_native/storagecache/v20240701/auto_export_job.py +490 -0
- pulumi_azure_native/storagecache/v20240701/cache.py +579 -0
- pulumi_azure_native/storagecache/v20240701/get_aml_filesystem.py +339 -0
- pulumi_azure_native/storagecache/v20240701/get_auto_export_job.py +415 -0
- pulumi_azure_native/storagecache/v20240701/get_cache.py +381 -0
- pulumi_azure_native/storagecache/v20240701/get_import_job.py +457 -0
- pulumi_azure_native/storagecache/v20240701/get_required_aml_fs_subnets_size.py +87 -0
- pulumi_azure_native/storagecache/v20240701/get_storage_target.py +275 -0
- pulumi_azure_native/storagecache/v20240701/import_job.py +547 -0
- pulumi_azure_native/storagecache/v20240701/outputs.py +2735 -0
- pulumi_azure_native/storagecache/v20240701/storage_target.py +426 -0
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +1010 -781
- pulumi_azure_native/networkanalytics/__init__.py +0 -23
- pulumi_azure_native/networkanalytics/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/data_product.py +0 -720
- pulumi_azure_native/networkanalytics/data_type.py +0 -339
- pulumi_azure_native/networkanalytics/get_data_product.py +0 -439
- pulumi_azure_native/networkanalytics/get_data_type.py +0 -235
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +0 -103
- pulumi_azure_native/networkanalytics/outputs.py +0 -684
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +0 -718
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +0 -337
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +0 -437
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +0 -233
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +0 -101
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +0 -684
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,4834 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AccessPolicyArgs',
|
|
20
|
+
'AccessPolicyArgsDict',
|
|
21
|
+
'AccountImmutabilityPolicyPropertiesArgs',
|
|
22
|
+
'AccountImmutabilityPolicyPropertiesArgsDict',
|
|
23
|
+
'ActiveDirectoryPropertiesArgs',
|
|
24
|
+
'ActiveDirectoryPropertiesArgsDict',
|
|
25
|
+
'AzureFilesIdentityBasedAuthenticationArgs',
|
|
26
|
+
'AzureFilesIdentityBasedAuthenticationArgsDict',
|
|
27
|
+
'BlobInventoryCreationTimeArgs',
|
|
28
|
+
'BlobInventoryCreationTimeArgsDict',
|
|
29
|
+
'BlobInventoryPolicyDefinitionArgs',
|
|
30
|
+
'BlobInventoryPolicyDefinitionArgsDict',
|
|
31
|
+
'BlobInventoryPolicyFilterArgs',
|
|
32
|
+
'BlobInventoryPolicyFilterArgsDict',
|
|
33
|
+
'BlobInventoryPolicyRuleArgs',
|
|
34
|
+
'BlobInventoryPolicyRuleArgsDict',
|
|
35
|
+
'BlobInventoryPolicySchemaArgs',
|
|
36
|
+
'BlobInventoryPolicySchemaArgsDict',
|
|
37
|
+
'ChangeFeedArgs',
|
|
38
|
+
'ChangeFeedArgsDict',
|
|
39
|
+
'CorsRulesArgs',
|
|
40
|
+
'CorsRulesArgsDict',
|
|
41
|
+
'CorsRuleArgs',
|
|
42
|
+
'CorsRuleArgsDict',
|
|
43
|
+
'CustomDomainArgs',
|
|
44
|
+
'CustomDomainArgsDict',
|
|
45
|
+
'DateAfterCreationArgs',
|
|
46
|
+
'DateAfterCreationArgsDict',
|
|
47
|
+
'DateAfterModificationArgs',
|
|
48
|
+
'DateAfterModificationArgsDict',
|
|
49
|
+
'DeleteRetentionPolicyArgs',
|
|
50
|
+
'DeleteRetentionPolicyArgsDict',
|
|
51
|
+
'EncryptionIdentityArgs',
|
|
52
|
+
'EncryptionIdentityArgsDict',
|
|
53
|
+
'EncryptionScopeKeyVaultPropertiesArgs',
|
|
54
|
+
'EncryptionScopeKeyVaultPropertiesArgsDict',
|
|
55
|
+
'EncryptionServicesArgs',
|
|
56
|
+
'EncryptionServicesArgsDict',
|
|
57
|
+
'EncryptionServiceArgs',
|
|
58
|
+
'EncryptionServiceArgsDict',
|
|
59
|
+
'EncryptionArgs',
|
|
60
|
+
'EncryptionArgsDict',
|
|
61
|
+
'ExecutionTargetArgs',
|
|
62
|
+
'ExecutionTargetArgsDict',
|
|
63
|
+
'ExecutionTriggerArgs',
|
|
64
|
+
'ExecutionTriggerArgsDict',
|
|
65
|
+
'ExtendedLocationArgs',
|
|
66
|
+
'ExtendedLocationArgsDict',
|
|
67
|
+
'FileSharePropertiesFileSharePaidBurstingArgs',
|
|
68
|
+
'FileSharePropertiesFileSharePaidBurstingArgsDict',
|
|
69
|
+
'IPRuleArgs',
|
|
70
|
+
'IPRuleArgsDict',
|
|
71
|
+
'IdentityArgs',
|
|
72
|
+
'IdentityArgsDict',
|
|
73
|
+
'ImmutableStorageAccountArgs',
|
|
74
|
+
'ImmutableStorageAccountArgsDict',
|
|
75
|
+
'ImmutableStorageWithVersioningArgs',
|
|
76
|
+
'ImmutableStorageWithVersioningArgsDict',
|
|
77
|
+
'KeyPolicyArgs',
|
|
78
|
+
'KeyPolicyArgsDict',
|
|
79
|
+
'KeyVaultPropertiesArgs',
|
|
80
|
+
'KeyVaultPropertiesArgsDict',
|
|
81
|
+
'LastAccessTimeTrackingPolicyArgs',
|
|
82
|
+
'LastAccessTimeTrackingPolicyArgsDict',
|
|
83
|
+
'ManagementPolicyActionArgs',
|
|
84
|
+
'ManagementPolicyActionArgsDict',
|
|
85
|
+
'ManagementPolicyBaseBlobArgs',
|
|
86
|
+
'ManagementPolicyBaseBlobArgsDict',
|
|
87
|
+
'ManagementPolicyDefinitionArgs',
|
|
88
|
+
'ManagementPolicyDefinitionArgsDict',
|
|
89
|
+
'ManagementPolicyFilterArgs',
|
|
90
|
+
'ManagementPolicyFilterArgsDict',
|
|
91
|
+
'ManagementPolicyRuleArgs',
|
|
92
|
+
'ManagementPolicyRuleArgsDict',
|
|
93
|
+
'ManagementPolicySchemaArgs',
|
|
94
|
+
'ManagementPolicySchemaArgsDict',
|
|
95
|
+
'ManagementPolicySnapShotArgs',
|
|
96
|
+
'ManagementPolicySnapShotArgsDict',
|
|
97
|
+
'ManagementPolicyVersionArgs',
|
|
98
|
+
'ManagementPolicyVersionArgsDict',
|
|
99
|
+
'MultichannelArgs',
|
|
100
|
+
'MultichannelArgsDict',
|
|
101
|
+
'NetworkRuleSetArgs',
|
|
102
|
+
'NetworkRuleSetArgsDict',
|
|
103
|
+
'ObjectReplicationPolicyFilterArgs',
|
|
104
|
+
'ObjectReplicationPolicyFilterArgsDict',
|
|
105
|
+
'ObjectReplicationPolicyPropertiesMetricsArgs',
|
|
106
|
+
'ObjectReplicationPolicyPropertiesMetricsArgsDict',
|
|
107
|
+
'ObjectReplicationPolicyRuleArgs',
|
|
108
|
+
'ObjectReplicationPolicyRuleArgsDict',
|
|
109
|
+
'PermissionScopeArgs',
|
|
110
|
+
'PermissionScopeArgsDict',
|
|
111
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
112
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
113
|
+
'ProtocolSettingsArgs',
|
|
114
|
+
'ProtocolSettingsArgsDict',
|
|
115
|
+
'ResourceAccessRuleArgs',
|
|
116
|
+
'ResourceAccessRuleArgsDict',
|
|
117
|
+
'RestorePolicyPropertiesArgs',
|
|
118
|
+
'RestorePolicyPropertiesArgsDict',
|
|
119
|
+
'RoutingPreferenceArgs',
|
|
120
|
+
'RoutingPreferenceArgsDict',
|
|
121
|
+
'SasPolicyArgs',
|
|
122
|
+
'SasPolicyArgsDict',
|
|
123
|
+
'SignedIdentifierArgs',
|
|
124
|
+
'SignedIdentifierArgsDict',
|
|
125
|
+
'SkuArgs',
|
|
126
|
+
'SkuArgsDict',
|
|
127
|
+
'SmbSettingArgs',
|
|
128
|
+
'SmbSettingArgsDict',
|
|
129
|
+
'SshPublicKeyArgs',
|
|
130
|
+
'SshPublicKeyArgsDict',
|
|
131
|
+
'StorageTaskAssignmentExecutionContextArgs',
|
|
132
|
+
'StorageTaskAssignmentExecutionContextArgsDict',
|
|
133
|
+
'StorageTaskAssignmentPropertiesArgs',
|
|
134
|
+
'StorageTaskAssignmentPropertiesArgsDict',
|
|
135
|
+
'StorageTaskAssignmentReportArgs',
|
|
136
|
+
'StorageTaskAssignmentReportArgsDict',
|
|
137
|
+
'TableAccessPolicyArgs',
|
|
138
|
+
'TableAccessPolicyArgsDict',
|
|
139
|
+
'TableSignedIdentifierArgs',
|
|
140
|
+
'TableSignedIdentifierArgsDict',
|
|
141
|
+
'TagFilterArgs',
|
|
142
|
+
'TagFilterArgsDict',
|
|
143
|
+
'TriggerParametersArgs',
|
|
144
|
+
'TriggerParametersArgsDict',
|
|
145
|
+
'VirtualNetworkRuleArgs',
|
|
146
|
+
'VirtualNetworkRuleArgsDict',
|
|
147
|
+
]
|
|
148
|
+
|
|
149
|
+
MYPY = False
|
|
150
|
+
|
|
151
|
+
if not MYPY:
|
|
152
|
+
class AccessPolicyArgsDict(TypedDict):
|
|
153
|
+
expiry_time: NotRequired[pulumi.Input[str]]
|
|
154
|
+
"""
|
|
155
|
+
Expiry time of the access policy
|
|
156
|
+
"""
|
|
157
|
+
permission: NotRequired[pulumi.Input[str]]
|
|
158
|
+
"""
|
|
159
|
+
List of abbreviated permissions.
|
|
160
|
+
"""
|
|
161
|
+
start_time: NotRequired[pulumi.Input[str]]
|
|
162
|
+
"""
|
|
163
|
+
Start time of the access policy
|
|
164
|
+
"""
|
|
165
|
+
elif False:
|
|
166
|
+
AccessPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
167
|
+
|
|
168
|
+
@pulumi.input_type
|
|
169
|
+
class AccessPolicyArgs:
|
|
170
|
+
def __init__(__self__, *,
|
|
171
|
+
expiry_time: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
permission: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
start_time: Optional[pulumi.Input[str]] = None):
|
|
174
|
+
"""
|
|
175
|
+
:param pulumi.Input[str] expiry_time: Expiry time of the access policy
|
|
176
|
+
:param pulumi.Input[str] permission: List of abbreviated permissions.
|
|
177
|
+
:param pulumi.Input[str] start_time: Start time of the access policy
|
|
178
|
+
"""
|
|
179
|
+
if expiry_time is not None:
|
|
180
|
+
pulumi.set(__self__, "expiry_time", expiry_time)
|
|
181
|
+
if permission is not None:
|
|
182
|
+
pulumi.set(__self__, "permission", permission)
|
|
183
|
+
if start_time is not None:
|
|
184
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="expiryTime")
|
|
188
|
+
def expiry_time(self) -> Optional[pulumi.Input[str]]:
|
|
189
|
+
"""
|
|
190
|
+
Expiry time of the access policy
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "expiry_time")
|
|
193
|
+
|
|
194
|
+
@expiry_time.setter
|
|
195
|
+
def expiry_time(self, value: Optional[pulumi.Input[str]]):
|
|
196
|
+
pulumi.set(self, "expiry_time", value)
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def permission(self) -> Optional[pulumi.Input[str]]:
|
|
201
|
+
"""
|
|
202
|
+
List of abbreviated permissions.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "permission")
|
|
205
|
+
|
|
206
|
+
@permission.setter
|
|
207
|
+
def permission(self, value: Optional[pulumi.Input[str]]):
|
|
208
|
+
pulumi.set(self, "permission", value)
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="startTime")
|
|
212
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
213
|
+
"""
|
|
214
|
+
Start time of the access policy
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "start_time")
|
|
217
|
+
|
|
218
|
+
@start_time.setter
|
|
219
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
|
220
|
+
pulumi.set(self, "start_time", value)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
if not MYPY:
|
|
224
|
+
class AccountImmutabilityPolicyPropertiesArgsDict(TypedDict):
|
|
225
|
+
"""
|
|
226
|
+
This defines account-level immutability policy properties.
|
|
227
|
+
"""
|
|
228
|
+
allow_protected_append_writes: NotRequired[pulumi.Input[bool]]
|
|
229
|
+
"""
|
|
230
|
+
This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
|
|
231
|
+
"""
|
|
232
|
+
immutability_period_since_creation_in_days: NotRequired[pulumi.Input[int]]
|
|
233
|
+
"""
|
|
234
|
+
The immutability period for the blobs in the container since the policy creation, in days.
|
|
235
|
+
"""
|
|
236
|
+
state: NotRequired[pulumi.Input[Union[str, 'AccountImmutabilityPolicyState']]]
|
|
237
|
+
"""
|
|
238
|
+
The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted.
|
|
239
|
+
"""
|
|
240
|
+
elif False:
|
|
241
|
+
AccountImmutabilityPolicyPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
242
|
+
|
|
243
|
+
@pulumi.input_type
|
|
244
|
+
class AccountImmutabilityPolicyPropertiesArgs:
|
|
245
|
+
def __init__(__self__, *,
|
|
246
|
+
allow_protected_append_writes: Optional[pulumi.Input[bool]] = None,
|
|
247
|
+
immutability_period_since_creation_in_days: Optional[pulumi.Input[int]] = None,
|
|
248
|
+
state: Optional[pulumi.Input[Union[str, 'AccountImmutabilityPolicyState']]] = None):
|
|
249
|
+
"""
|
|
250
|
+
This defines account-level immutability policy properties.
|
|
251
|
+
:param pulumi.Input[bool] allow_protected_append_writes: This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
|
|
252
|
+
:param pulumi.Input[int] immutability_period_since_creation_in_days: The immutability period for the blobs in the container since the policy creation, in days.
|
|
253
|
+
:param pulumi.Input[Union[str, 'AccountImmutabilityPolicyState']] state: The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted.
|
|
254
|
+
"""
|
|
255
|
+
if allow_protected_append_writes is not None:
|
|
256
|
+
pulumi.set(__self__, "allow_protected_append_writes", allow_protected_append_writes)
|
|
257
|
+
if immutability_period_since_creation_in_days is not None:
|
|
258
|
+
pulumi.set(__self__, "immutability_period_since_creation_in_days", immutability_period_since_creation_in_days)
|
|
259
|
+
if state is not None:
|
|
260
|
+
pulumi.set(__self__, "state", state)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="allowProtectedAppendWrites")
|
|
264
|
+
def allow_protected_append_writes(self) -> Optional[pulumi.Input[bool]]:
|
|
265
|
+
"""
|
|
266
|
+
This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "allow_protected_append_writes")
|
|
269
|
+
|
|
270
|
+
@allow_protected_append_writes.setter
|
|
271
|
+
def allow_protected_append_writes(self, value: Optional[pulumi.Input[bool]]):
|
|
272
|
+
pulumi.set(self, "allow_protected_append_writes", value)
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="immutabilityPeriodSinceCreationInDays")
|
|
276
|
+
def immutability_period_since_creation_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
277
|
+
"""
|
|
278
|
+
The immutability period for the blobs in the container since the policy creation, in days.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "immutability_period_since_creation_in_days")
|
|
281
|
+
|
|
282
|
+
@immutability_period_since_creation_in_days.setter
|
|
283
|
+
def immutability_period_since_creation_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
284
|
+
pulumi.set(self, "immutability_period_since_creation_in_days", value)
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter
|
|
288
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'AccountImmutabilityPolicyState']]]:
|
|
289
|
+
"""
|
|
290
|
+
The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted.
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "state")
|
|
293
|
+
|
|
294
|
+
@state.setter
|
|
295
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'AccountImmutabilityPolicyState']]]):
|
|
296
|
+
pulumi.set(self, "state", value)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
if not MYPY:
|
|
300
|
+
class ActiveDirectoryPropertiesArgsDict(TypedDict):
|
|
301
|
+
"""
|
|
302
|
+
Settings properties for Active Directory (AD).
|
|
303
|
+
"""
|
|
304
|
+
domain_guid: pulumi.Input[str]
|
|
305
|
+
"""
|
|
306
|
+
Specifies the domain GUID.
|
|
307
|
+
"""
|
|
308
|
+
domain_name: pulumi.Input[str]
|
|
309
|
+
"""
|
|
310
|
+
Specifies the primary domain that the AD DNS server is authoritative for.
|
|
311
|
+
"""
|
|
312
|
+
account_type: NotRequired[pulumi.Input[Union[str, 'AccountType']]]
|
|
313
|
+
"""
|
|
314
|
+
Specifies the Active Directory account type for Azure Storage.
|
|
315
|
+
"""
|
|
316
|
+
azure_storage_sid: NotRequired[pulumi.Input[str]]
|
|
317
|
+
"""
|
|
318
|
+
Specifies the security identifier (SID) for Azure Storage.
|
|
319
|
+
"""
|
|
320
|
+
domain_sid: NotRequired[pulumi.Input[str]]
|
|
321
|
+
"""
|
|
322
|
+
Specifies the security identifier (SID).
|
|
323
|
+
"""
|
|
324
|
+
forest_name: NotRequired[pulumi.Input[str]]
|
|
325
|
+
"""
|
|
326
|
+
Specifies the Active Directory forest to get.
|
|
327
|
+
"""
|
|
328
|
+
net_bios_domain_name: NotRequired[pulumi.Input[str]]
|
|
329
|
+
"""
|
|
330
|
+
Specifies the NetBIOS domain name.
|
|
331
|
+
"""
|
|
332
|
+
sam_account_name: NotRequired[pulumi.Input[str]]
|
|
333
|
+
"""
|
|
334
|
+
Specifies the Active Directory SAMAccountName for Azure Storage.
|
|
335
|
+
"""
|
|
336
|
+
elif False:
|
|
337
|
+
ActiveDirectoryPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
338
|
+
|
|
339
|
+
@pulumi.input_type
|
|
340
|
+
class ActiveDirectoryPropertiesArgs:
|
|
341
|
+
def __init__(__self__, *,
|
|
342
|
+
domain_guid: pulumi.Input[str],
|
|
343
|
+
domain_name: pulumi.Input[str],
|
|
344
|
+
account_type: Optional[pulumi.Input[Union[str, 'AccountType']]] = None,
|
|
345
|
+
azure_storage_sid: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
domain_sid: Optional[pulumi.Input[str]] = None,
|
|
347
|
+
forest_name: Optional[pulumi.Input[str]] = None,
|
|
348
|
+
net_bios_domain_name: Optional[pulumi.Input[str]] = None,
|
|
349
|
+
sam_account_name: Optional[pulumi.Input[str]] = None):
|
|
350
|
+
"""
|
|
351
|
+
Settings properties for Active Directory (AD).
|
|
352
|
+
:param pulumi.Input[str] domain_guid: Specifies the domain GUID.
|
|
353
|
+
:param pulumi.Input[str] domain_name: Specifies the primary domain that the AD DNS server is authoritative for.
|
|
354
|
+
:param pulumi.Input[Union[str, 'AccountType']] account_type: Specifies the Active Directory account type for Azure Storage.
|
|
355
|
+
:param pulumi.Input[str] azure_storage_sid: Specifies the security identifier (SID) for Azure Storage.
|
|
356
|
+
:param pulumi.Input[str] domain_sid: Specifies the security identifier (SID).
|
|
357
|
+
:param pulumi.Input[str] forest_name: Specifies the Active Directory forest to get.
|
|
358
|
+
:param pulumi.Input[str] net_bios_domain_name: Specifies the NetBIOS domain name.
|
|
359
|
+
:param pulumi.Input[str] sam_account_name: Specifies the Active Directory SAMAccountName for Azure Storage.
|
|
360
|
+
"""
|
|
361
|
+
pulumi.set(__self__, "domain_guid", domain_guid)
|
|
362
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
363
|
+
if account_type is not None:
|
|
364
|
+
pulumi.set(__self__, "account_type", account_type)
|
|
365
|
+
if azure_storage_sid is not None:
|
|
366
|
+
pulumi.set(__self__, "azure_storage_sid", azure_storage_sid)
|
|
367
|
+
if domain_sid is not None:
|
|
368
|
+
pulumi.set(__self__, "domain_sid", domain_sid)
|
|
369
|
+
if forest_name is not None:
|
|
370
|
+
pulumi.set(__self__, "forest_name", forest_name)
|
|
371
|
+
if net_bios_domain_name is not None:
|
|
372
|
+
pulumi.set(__self__, "net_bios_domain_name", net_bios_domain_name)
|
|
373
|
+
if sam_account_name is not None:
|
|
374
|
+
pulumi.set(__self__, "sam_account_name", sam_account_name)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="domainGuid")
|
|
378
|
+
def domain_guid(self) -> pulumi.Input[str]:
|
|
379
|
+
"""
|
|
380
|
+
Specifies the domain GUID.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "domain_guid")
|
|
383
|
+
|
|
384
|
+
@domain_guid.setter
|
|
385
|
+
def domain_guid(self, value: pulumi.Input[str]):
|
|
386
|
+
pulumi.set(self, "domain_guid", value)
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="domainName")
|
|
390
|
+
def domain_name(self) -> pulumi.Input[str]:
|
|
391
|
+
"""
|
|
392
|
+
Specifies the primary domain that the AD DNS server is authoritative for.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "domain_name")
|
|
395
|
+
|
|
396
|
+
@domain_name.setter
|
|
397
|
+
def domain_name(self, value: pulumi.Input[str]):
|
|
398
|
+
pulumi.set(self, "domain_name", value)
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="accountType")
|
|
402
|
+
def account_type(self) -> Optional[pulumi.Input[Union[str, 'AccountType']]]:
|
|
403
|
+
"""
|
|
404
|
+
Specifies the Active Directory account type for Azure Storage.
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "account_type")
|
|
407
|
+
|
|
408
|
+
@account_type.setter
|
|
409
|
+
def account_type(self, value: Optional[pulumi.Input[Union[str, 'AccountType']]]):
|
|
410
|
+
pulumi.set(self, "account_type", value)
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="azureStorageSid")
|
|
414
|
+
def azure_storage_sid(self) -> Optional[pulumi.Input[str]]:
|
|
415
|
+
"""
|
|
416
|
+
Specifies the security identifier (SID) for Azure Storage.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "azure_storage_sid")
|
|
419
|
+
|
|
420
|
+
@azure_storage_sid.setter
|
|
421
|
+
def azure_storage_sid(self, value: Optional[pulumi.Input[str]]):
|
|
422
|
+
pulumi.set(self, "azure_storage_sid", value)
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="domainSid")
|
|
426
|
+
def domain_sid(self) -> Optional[pulumi.Input[str]]:
|
|
427
|
+
"""
|
|
428
|
+
Specifies the security identifier (SID).
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "domain_sid")
|
|
431
|
+
|
|
432
|
+
@domain_sid.setter
|
|
433
|
+
def domain_sid(self, value: Optional[pulumi.Input[str]]):
|
|
434
|
+
pulumi.set(self, "domain_sid", value)
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="forestName")
|
|
438
|
+
def forest_name(self) -> Optional[pulumi.Input[str]]:
|
|
439
|
+
"""
|
|
440
|
+
Specifies the Active Directory forest to get.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "forest_name")
|
|
443
|
+
|
|
444
|
+
@forest_name.setter
|
|
445
|
+
def forest_name(self, value: Optional[pulumi.Input[str]]):
|
|
446
|
+
pulumi.set(self, "forest_name", value)
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
@pulumi.getter(name="netBiosDomainName")
|
|
450
|
+
def net_bios_domain_name(self) -> Optional[pulumi.Input[str]]:
|
|
451
|
+
"""
|
|
452
|
+
Specifies the NetBIOS domain name.
|
|
453
|
+
"""
|
|
454
|
+
return pulumi.get(self, "net_bios_domain_name")
|
|
455
|
+
|
|
456
|
+
@net_bios_domain_name.setter
|
|
457
|
+
def net_bios_domain_name(self, value: Optional[pulumi.Input[str]]):
|
|
458
|
+
pulumi.set(self, "net_bios_domain_name", value)
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="samAccountName")
|
|
462
|
+
def sam_account_name(self) -> Optional[pulumi.Input[str]]:
|
|
463
|
+
"""
|
|
464
|
+
Specifies the Active Directory SAMAccountName for Azure Storage.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "sam_account_name")
|
|
467
|
+
|
|
468
|
+
@sam_account_name.setter
|
|
469
|
+
def sam_account_name(self, value: Optional[pulumi.Input[str]]):
|
|
470
|
+
pulumi.set(self, "sam_account_name", value)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
if not MYPY:
|
|
474
|
+
class AzureFilesIdentityBasedAuthenticationArgsDict(TypedDict):
|
|
475
|
+
"""
|
|
476
|
+
Settings for Azure Files identity based authentication.
|
|
477
|
+
"""
|
|
478
|
+
directory_service_options: pulumi.Input[Union[str, 'DirectoryServiceOptions']]
|
|
479
|
+
"""
|
|
480
|
+
Indicates the directory service used. Note that this enum may be extended in the future.
|
|
481
|
+
"""
|
|
482
|
+
active_directory_properties: NotRequired[pulumi.Input['ActiveDirectoryPropertiesArgsDict']]
|
|
483
|
+
"""
|
|
484
|
+
Required if directoryServiceOptions are AD, optional if they are AADKERB.
|
|
485
|
+
"""
|
|
486
|
+
default_share_permission: NotRequired[pulumi.Input[Union[str, 'DefaultSharePermission']]]
|
|
487
|
+
"""
|
|
488
|
+
Default share permission for users using Kerberos authentication if RBAC role is not assigned.
|
|
489
|
+
"""
|
|
490
|
+
elif False:
|
|
491
|
+
AzureFilesIdentityBasedAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
|
|
492
|
+
|
|
493
|
+
@pulumi.input_type
|
|
494
|
+
class AzureFilesIdentityBasedAuthenticationArgs:
|
|
495
|
+
def __init__(__self__, *,
|
|
496
|
+
directory_service_options: pulumi.Input[Union[str, 'DirectoryServiceOptions']],
|
|
497
|
+
active_directory_properties: Optional[pulumi.Input['ActiveDirectoryPropertiesArgs']] = None,
|
|
498
|
+
default_share_permission: Optional[pulumi.Input[Union[str, 'DefaultSharePermission']]] = None):
|
|
499
|
+
"""
|
|
500
|
+
Settings for Azure Files identity based authentication.
|
|
501
|
+
:param pulumi.Input[Union[str, 'DirectoryServiceOptions']] directory_service_options: Indicates the directory service used. Note that this enum may be extended in the future.
|
|
502
|
+
:param pulumi.Input['ActiveDirectoryPropertiesArgs'] active_directory_properties: Required if directoryServiceOptions are AD, optional if they are AADKERB.
|
|
503
|
+
:param pulumi.Input[Union[str, 'DefaultSharePermission']] default_share_permission: Default share permission for users using Kerberos authentication if RBAC role is not assigned.
|
|
504
|
+
"""
|
|
505
|
+
pulumi.set(__self__, "directory_service_options", directory_service_options)
|
|
506
|
+
if active_directory_properties is not None:
|
|
507
|
+
pulumi.set(__self__, "active_directory_properties", active_directory_properties)
|
|
508
|
+
if default_share_permission is not None:
|
|
509
|
+
pulumi.set(__self__, "default_share_permission", default_share_permission)
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="directoryServiceOptions")
|
|
513
|
+
def directory_service_options(self) -> pulumi.Input[Union[str, 'DirectoryServiceOptions']]:
|
|
514
|
+
"""
|
|
515
|
+
Indicates the directory service used. Note that this enum may be extended in the future.
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "directory_service_options")
|
|
518
|
+
|
|
519
|
+
@directory_service_options.setter
|
|
520
|
+
def directory_service_options(self, value: pulumi.Input[Union[str, 'DirectoryServiceOptions']]):
|
|
521
|
+
pulumi.set(self, "directory_service_options", value)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="activeDirectoryProperties")
|
|
525
|
+
def active_directory_properties(self) -> Optional[pulumi.Input['ActiveDirectoryPropertiesArgs']]:
|
|
526
|
+
"""
|
|
527
|
+
Required if directoryServiceOptions are AD, optional if they are AADKERB.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "active_directory_properties")
|
|
530
|
+
|
|
531
|
+
@active_directory_properties.setter
|
|
532
|
+
def active_directory_properties(self, value: Optional[pulumi.Input['ActiveDirectoryPropertiesArgs']]):
|
|
533
|
+
pulumi.set(self, "active_directory_properties", value)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="defaultSharePermission")
|
|
537
|
+
def default_share_permission(self) -> Optional[pulumi.Input[Union[str, 'DefaultSharePermission']]]:
|
|
538
|
+
"""
|
|
539
|
+
Default share permission for users using Kerberos authentication if RBAC role is not assigned.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "default_share_permission")
|
|
542
|
+
|
|
543
|
+
@default_share_permission.setter
|
|
544
|
+
def default_share_permission(self, value: Optional[pulumi.Input[Union[str, 'DefaultSharePermission']]]):
|
|
545
|
+
pulumi.set(self, "default_share_permission", value)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
if not MYPY:
|
|
549
|
+
class BlobInventoryCreationTimeArgsDict(TypedDict):
|
|
550
|
+
"""
|
|
551
|
+
This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter.
|
|
552
|
+
"""
|
|
553
|
+
last_n_days: NotRequired[pulumi.Input[int]]
|
|
554
|
+
"""
|
|
555
|
+
When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500.
|
|
556
|
+
"""
|
|
557
|
+
elif False:
|
|
558
|
+
BlobInventoryCreationTimeArgsDict: TypeAlias = Mapping[str, Any]
|
|
559
|
+
|
|
560
|
+
@pulumi.input_type
|
|
561
|
+
class BlobInventoryCreationTimeArgs:
|
|
562
|
+
def __init__(__self__, *,
|
|
563
|
+
last_n_days: Optional[pulumi.Input[int]] = None):
|
|
564
|
+
"""
|
|
565
|
+
This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter.
|
|
566
|
+
:param pulumi.Input[int] last_n_days: When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500.
|
|
567
|
+
"""
|
|
568
|
+
if last_n_days is not None:
|
|
569
|
+
pulumi.set(__self__, "last_n_days", last_n_days)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="lastNDays")
|
|
573
|
+
def last_n_days(self) -> Optional[pulumi.Input[int]]:
|
|
574
|
+
"""
|
|
575
|
+
When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "last_n_days")
|
|
578
|
+
|
|
579
|
+
@last_n_days.setter
|
|
580
|
+
def last_n_days(self, value: Optional[pulumi.Input[int]]):
|
|
581
|
+
pulumi.set(self, "last_n_days", value)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
if not MYPY:
|
|
585
|
+
class BlobInventoryPolicyDefinitionArgsDict(TypedDict):
|
|
586
|
+
"""
|
|
587
|
+
An object that defines the blob inventory rule.
|
|
588
|
+
"""
|
|
589
|
+
format: pulumi.Input[Union[str, 'Format']]
|
|
590
|
+
"""
|
|
591
|
+
This is a required field, it specifies the format for the inventory files.
|
|
592
|
+
"""
|
|
593
|
+
object_type: pulumi.Input[Union[str, 'ObjectType']]
|
|
594
|
+
"""
|
|
595
|
+
This is a required field. This field specifies the scope of the inventory created either at the blob or container level.
|
|
596
|
+
"""
|
|
597
|
+
schedule: pulumi.Input[Union[str, 'Schedule']]
|
|
598
|
+
"""
|
|
599
|
+
This is a required field. This field is used to schedule an inventory formation.
|
|
600
|
+
"""
|
|
601
|
+
schema_fields: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
602
|
+
"""
|
|
603
|
+
This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime, Tags, Etag, ContentType, ContentEncoding, ContentLanguage, ContentCRC64, CacheControl, ContentDisposition, LeaseStatus, LeaseState, LeaseDuration, ServerEncrypted, Deleted, DeletionId, DeletedTime, RemainingRetentionDays, ImmutabilityPolicyUntilDate, ImmutabilityPolicyMode, LegalHold, CopyId, CopyStatus, CopySource, CopyProgress, CopyCompletionTime, CopyStatusDescription, CustomerProvidedKeySha256, RehydratePriority, ArchiveStatus, XmsBlobSequenceNumber, EncryptionScope, IncrementalCopy, TagCount'. For Blob object type schema field value 'DeletedTime' is applicable only for Hns enabled accounts. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold, Etag, DefaultEncryptionScope, DenyEncryptionScopeOverride, ImmutableStorageWithVersioningEnabled, Deleted, Version, DeletedTime, RemainingRetentionDays'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, DeletionId' are valid only for Hns enabled accounts.Schema field values 'Tags, TagCount' are only valid for Non-Hns accounts.
|
|
604
|
+
"""
|
|
605
|
+
filters: NotRequired[pulumi.Input['BlobInventoryPolicyFilterArgsDict']]
|
|
606
|
+
"""
|
|
607
|
+
An object that defines the filter set.
|
|
608
|
+
"""
|
|
609
|
+
elif False:
|
|
610
|
+
BlobInventoryPolicyDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
611
|
+
|
|
612
|
+
@pulumi.input_type
|
|
613
|
+
class BlobInventoryPolicyDefinitionArgs:
|
|
614
|
+
def __init__(__self__, *,
|
|
615
|
+
format: pulumi.Input[Union[str, 'Format']],
|
|
616
|
+
object_type: pulumi.Input[Union[str, 'ObjectType']],
|
|
617
|
+
schedule: pulumi.Input[Union[str, 'Schedule']],
|
|
618
|
+
schema_fields: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
619
|
+
filters: Optional[pulumi.Input['BlobInventoryPolicyFilterArgs']] = None):
|
|
620
|
+
"""
|
|
621
|
+
An object that defines the blob inventory rule.
|
|
622
|
+
:param pulumi.Input[Union[str, 'Format']] format: This is a required field, it specifies the format for the inventory files.
|
|
623
|
+
:param pulumi.Input[Union[str, 'ObjectType']] object_type: This is a required field. This field specifies the scope of the inventory created either at the blob or container level.
|
|
624
|
+
:param pulumi.Input[Union[str, 'Schedule']] schedule: This is a required field. This field is used to schedule an inventory formation.
|
|
625
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] schema_fields: This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime, Tags, Etag, ContentType, ContentEncoding, ContentLanguage, ContentCRC64, CacheControl, ContentDisposition, LeaseStatus, LeaseState, LeaseDuration, ServerEncrypted, Deleted, DeletionId, DeletedTime, RemainingRetentionDays, ImmutabilityPolicyUntilDate, ImmutabilityPolicyMode, LegalHold, CopyId, CopyStatus, CopySource, CopyProgress, CopyCompletionTime, CopyStatusDescription, CustomerProvidedKeySha256, RehydratePriority, ArchiveStatus, XmsBlobSequenceNumber, EncryptionScope, IncrementalCopy, TagCount'. For Blob object type schema field value 'DeletedTime' is applicable only for Hns enabled accounts. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold, Etag, DefaultEncryptionScope, DenyEncryptionScopeOverride, ImmutableStorageWithVersioningEnabled, Deleted, Version, DeletedTime, RemainingRetentionDays'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, DeletionId' are valid only for Hns enabled accounts.Schema field values 'Tags, TagCount' are only valid for Non-Hns accounts.
|
|
626
|
+
:param pulumi.Input['BlobInventoryPolicyFilterArgs'] filters: An object that defines the filter set.
|
|
627
|
+
"""
|
|
628
|
+
pulumi.set(__self__, "format", format)
|
|
629
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
630
|
+
pulumi.set(__self__, "schedule", schedule)
|
|
631
|
+
pulumi.set(__self__, "schema_fields", schema_fields)
|
|
632
|
+
if filters is not None:
|
|
633
|
+
pulumi.set(__self__, "filters", filters)
|
|
634
|
+
|
|
635
|
+
@property
|
|
636
|
+
@pulumi.getter
|
|
637
|
+
def format(self) -> pulumi.Input[Union[str, 'Format']]:
|
|
638
|
+
"""
|
|
639
|
+
This is a required field, it specifies the format for the inventory files.
|
|
640
|
+
"""
|
|
641
|
+
return pulumi.get(self, "format")
|
|
642
|
+
|
|
643
|
+
@format.setter
|
|
644
|
+
def format(self, value: pulumi.Input[Union[str, 'Format']]):
|
|
645
|
+
pulumi.set(self, "format", value)
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter(name="objectType")
|
|
649
|
+
def object_type(self) -> pulumi.Input[Union[str, 'ObjectType']]:
|
|
650
|
+
"""
|
|
651
|
+
This is a required field. This field specifies the scope of the inventory created either at the blob or container level.
|
|
652
|
+
"""
|
|
653
|
+
return pulumi.get(self, "object_type")
|
|
654
|
+
|
|
655
|
+
@object_type.setter
|
|
656
|
+
def object_type(self, value: pulumi.Input[Union[str, 'ObjectType']]):
|
|
657
|
+
pulumi.set(self, "object_type", value)
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
@pulumi.getter
|
|
661
|
+
def schedule(self) -> pulumi.Input[Union[str, 'Schedule']]:
|
|
662
|
+
"""
|
|
663
|
+
This is a required field. This field is used to schedule an inventory formation.
|
|
664
|
+
"""
|
|
665
|
+
return pulumi.get(self, "schedule")
|
|
666
|
+
|
|
667
|
+
@schedule.setter
|
|
668
|
+
def schedule(self, value: pulumi.Input[Union[str, 'Schedule']]):
|
|
669
|
+
pulumi.set(self, "schedule", value)
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter(name="schemaFields")
|
|
673
|
+
def schema_fields(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
674
|
+
"""
|
|
675
|
+
This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime, Tags, Etag, ContentType, ContentEncoding, ContentLanguage, ContentCRC64, CacheControl, ContentDisposition, LeaseStatus, LeaseState, LeaseDuration, ServerEncrypted, Deleted, DeletionId, DeletedTime, RemainingRetentionDays, ImmutabilityPolicyUntilDate, ImmutabilityPolicyMode, LegalHold, CopyId, CopyStatus, CopySource, CopyProgress, CopyCompletionTime, CopyStatusDescription, CustomerProvidedKeySha256, RehydratePriority, ArchiveStatus, XmsBlobSequenceNumber, EncryptionScope, IncrementalCopy, TagCount'. For Blob object type schema field value 'DeletedTime' is applicable only for Hns enabled accounts. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold, Etag, DefaultEncryptionScope, DenyEncryptionScopeOverride, ImmutableStorageWithVersioningEnabled, Deleted, Version, DeletedTime, RemainingRetentionDays'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, DeletionId' are valid only for Hns enabled accounts.Schema field values 'Tags, TagCount' are only valid for Non-Hns accounts.
|
|
676
|
+
"""
|
|
677
|
+
return pulumi.get(self, "schema_fields")
|
|
678
|
+
|
|
679
|
+
@schema_fields.setter
|
|
680
|
+
def schema_fields(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
681
|
+
pulumi.set(self, "schema_fields", value)
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter
|
|
685
|
+
def filters(self) -> Optional[pulumi.Input['BlobInventoryPolicyFilterArgs']]:
|
|
686
|
+
"""
|
|
687
|
+
An object that defines the filter set.
|
|
688
|
+
"""
|
|
689
|
+
return pulumi.get(self, "filters")
|
|
690
|
+
|
|
691
|
+
@filters.setter
|
|
692
|
+
def filters(self, value: Optional[pulumi.Input['BlobInventoryPolicyFilterArgs']]):
|
|
693
|
+
pulumi.set(self, "filters", value)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
if not MYPY:
|
|
697
|
+
class BlobInventoryPolicyFilterArgsDict(TypedDict):
|
|
698
|
+
"""
|
|
699
|
+
An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional.
|
|
700
|
+
"""
|
|
701
|
+
blob_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
702
|
+
"""
|
|
703
|
+
An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'.
|
|
704
|
+
"""
|
|
705
|
+
creation_time: NotRequired[pulumi.Input['BlobInventoryCreationTimeArgsDict']]
|
|
706
|
+
"""
|
|
707
|
+
This property is used to filter objects based on the object creation time
|
|
708
|
+
"""
|
|
709
|
+
exclude_prefix: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
710
|
+
"""
|
|
711
|
+
An array of strings with maximum 10 blob prefixes to be excluded from the inventory.
|
|
712
|
+
"""
|
|
713
|
+
include_blob_versions: NotRequired[pulumi.Input[bool]]
|
|
714
|
+
"""
|
|
715
|
+
Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded.
|
|
716
|
+
"""
|
|
717
|
+
include_deleted: NotRequired[pulumi.Input[bool]]
|
|
718
|
+
"""
|
|
719
|
+
For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'. For 'Blob' definition.objectType and HNS enabled storage accounts the definition.schemaFields must include 'DeletionId, Deleted, DeletedTime and RemainingRetentionDays' and for Hns disabled accounts the definition.schemaFields must include 'Deleted and RemainingRetentionDays', else it must be excluded.
|
|
720
|
+
"""
|
|
721
|
+
include_snapshots: NotRequired[pulumi.Input[bool]]
|
|
722
|
+
"""
|
|
723
|
+
Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded.
|
|
724
|
+
"""
|
|
725
|
+
prefix_match: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
726
|
+
"""
|
|
727
|
+
An array of strings with maximum 10 blob prefixes to be included in the inventory.
|
|
728
|
+
"""
|
|
729
|
+
elif False:
|
|
730
|
+
BlobInventoryPolicyFilterArgsDict: TypeAlias = Mapping[str, Any]
|
|
731
|
+
|
|
732
|
+
@pulumi.input_type
|
|
733
|
+
class BlobInventoryPolicyFilterArgs:
|
|
734
|
+
def __init__(__self__, *,
|
|
735
|
+
blob_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
736
|
+
creation_time: Optional[pulumi.Input['BlobInventoryCreationTimeArgs']] = None,
|
|
737
|
+
exclude_prefix: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
738
|
+
include_blob_versions: Optional[pulumi.Input[bool]] = None,
|
|
739
|
+
include_deleted: Optional[pulumi.Input[bool]] = None,
|
|
740
|
+
include_snapshots: Optional[pulumi.Input[bool]] = None,
|
|
741
|
+
prefix_match: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
742
|
+
"""
|
|
743
|
+
An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional.
|
|
744
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] blob_types: An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'.
|
|
745
|
+
:param pulumi.Input['BlobInventoryCreationTimeArgs'] creation_time: This property is used to filter objects based on the object creation time
|
|
746
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_prefix: An array of strings with maximum 10 blob prefixes to be excluded from the inventory.
|
|
747
|
+
:param pulumi.Input[bool] include_blob_versions: Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded.
|
|
748
|
+
:param pulumi.Input[bool] include_deleted: For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'. For 'Blob' definition.objectType and HNS enabled storage accounts the definition.schemaFields must include 'DeletionId, Deleted, DeletedTime and RemainingRetentionDays' and for Hns disabled accounts the definition.schemaFields must include 'Deleted and RemainingRetentionDays', else it must be excluded.
|
|
749
|
+
:param pulumi.Input[bool] include_snapshots: Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded.
|
|
750
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] prefix_match: An array of strings with maximum 10 blob prefixes to be included in the inventory.
|
|
751
|
+
"""
|
|
752
|
+
if blob_types is not None:
|
|
753
|
+
pulumi.set(__self__, "blob_types", blob_types)
|
|
754
|
+
if creation_time is not None:
|
|
755
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
756
|
+
if exclude_prefix is not None:
|
|
757
|
+
pulumi.set(__self__, "exclude_prefix", exclude_prefix)
|
|
758
|
+
if include_blob_versions is not None:
|
|
759
|
+
pulumi.set(__self__, "include_blob_versions", include_blob_versions)
|
|
760
|
+
if include_deleted is not None:
|
|
761
|
+
pulumi.set(__self__, "include_deleted", include_deleted)
|
|
762
|
+
if include_snapshots is not None:
|
|
763
|
+
pulumi.set(__self__, "include_snapshots", include_snapshots)
|
|
764
|
+
if prefix_match is not None:
|
|
765
|
+
pulumi.set(__self__, "prefix_match", prefix_match)
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
@pulumi.getter(name="blobTypes")
|
|
769
|
+
def blob_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
770
|
+
"""
|
|
771
|
+
An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'.
|
|
772
|
+
"""
|
|
773
|
+
return pulumi.get(self, "blob_types")
|
|
774
|
+
|
|
775
|
+
@blob_types.setter
|
|
776
|
+
def blob_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
777
|
+
pulumi.set(self, "blob_types", value)
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter(name="creationTime")
|
|
781
|
+
def creation_time(self) -> Optional[pulumi.Input['BlobInventoryCreationTimeArgs']]:
|
|
782
|
+
"""
|
|
783
|
+
This property is used to filter objects based on the object creation time
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "creation_time")
|
|
786
|
+
|
|
787
|
+
@creation_time.setter
|
|
788
|
+
def creation_time(self, value: Optional[pulumi.Input['BlobInventoryCreationTimeArgs']]):
|
|
789
|
+
pulumi.set(self, "creation_time", value)
|
|
790
|
+
|
|
791
|
+
@property
|
|
792
|
+
@pulumi.getter(name="excludePrefix")
|
|
793
|
+
def exclude_prefix(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
794
|
+
"""
|
|
795
|
+
An array of strings with maximum 10 blob prefixes to be excluded from the inventory.
|
|
796
|
+
"""
|
|
797
|
+
return pulumi.get(self, "exclude_prefix")
|
|
798
|
+
|
|
799
|
+
@exclude_prefix.setter
|
|
800
|
+
def exclude_prefix(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
801
|
+
pulumi.set(self, "exclude_prefix", value)
|
|
802
|
+
|
|
803
|
+
@property
|
|
804
|
+
@pulumi.getter(name="includeBlobVersions")
|
|
805
|
+
def include_blob_versions(self) -> Optional[pulumi.Input[bool]]:
|
|
806
|
+
"""
|
|
807
|
+
Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded.
|
|
808
|
+
"""
|
|
809
|
+
return pulumi.get(self, "include_blob_versions")
|
|
810
|
+
|
|
811
|
+
@include_blob_versions.setter
|
|
812
|
+
def include_blob_versions(self, value: Optional[pulumi.Input[bool]]):
|
|
813
|
+
pulumi.set(self, "include_blob_versions", value)
|
|
814
|
+
|
|
815
|
+
@property
|
|
816
|
+
@pulumi.getter(name="includeDeleted")
|
|
817
|
+
def include_deleted(self) -> Optional[pulumi.Input[bool]]:
|
|
818
|
+
"""
|
|
819
|
+
For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'. For 'Blob' definition.objectType and HNS enabled storage accounts the definition.schemaFields must include 'DeletionId, Deleted, DeletedTime and RemainingRetentionDays' and for Hns disabled accounts the definition.schemaFields must include 'Deleted and RemainingRetentionDays', else it must be excluded.
|
|
820
|
+
"""
|
|
821
|
+
return pulumi.get(self, "include_deleted")
|
|
822
|
+
|
|
823
|
+
@include_deleted.setter
|
|
824
|
+
def include_deleted(self, value: Optional[pulumi.Input[bool]]):
|
|
825
|
+
pulumi.set(self, "include_deleted", value)
|
|
826
|
+
|
|
827
|
+
@property
|
|
828
|
+
@pulumi.getter(name="includeSnapshots")
|
|
829
|
+
def include_snapshots(self) -> Optional[pulumi.Input[bool]]:
|
|
830
|
+
"""
|
|
831
|
+
Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded.
|
|
832
|
+
"""
|
|
833
|
+
return pulumi.get(self, "include_snapshots")
|
|
834
|
+
|
|
835
|
+
@include_snapshots.setter
|
|
836
|
+
def include_snapshots(self, value: Optional[pulumi.Input[bool]]):
|
|
837
|
+
pulumi.set(self, "include_snapshots", value)
|
|
838
|
+
|
|
839
|
+
@property
|
|
840
|
+
@pulumi.getter(name="prefixMatch")
|
|
841
|
+
def prefix_match(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
842
|
+
"""
|
|
843
|
+
An array of strings with maximum 10 blob prefixes to be included in the inventory.
|
|
844
|
+
"""
|
|
845
|
+
return pulumi.get(self, "prefix_match")
|
|
846
|
+
|
|
847
|
+
@prefix_match.setter
|
|
848
|
+
def prefix_match(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
849
|
+
pulumi.set(self, "prefix_match", value)
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
if not MYPY:
|
|
853
|
+
class BlobInventoryPolicyRuleArgsDict(TypedDict):
|
|
854
|
+
"""
|
|
855
|
+
An object that wraps the blob inventory rule. Each rule is uniquely defined by name.
|
|
856
|
+
"""
|
|
857
|
+
definition: pulumi.Input['BlobInventoryPolicyDefinitionArgsDict']
|
|
858
|
+
"""
|
|
859
|
+
An object that defines the blob inventory policy rule.
|
|
860
|
+
"""
|
|
861
|
+
destination: pulumi.Input[str]
|
|
862
|
+
"""
|
|
863
|
+
Container name where blob inventory files are stored. Must be pre-created.
|
|
864
|
+
"""
|
|
865
|
+
enabled: pulumi.Input[bool]
|
|
866
|
+
"""
|
|
867
|
+
Rule is enabled when set to true.
|
|
868
|
+
"""
|
|
869
|
+
name: pulumi.Input[str]
|
|
870
|
+
"""
|
|
871
|
+
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
872
|
+
"""
|
|
873
|
+
elif False:
|
|
874
|
+
BlobInventoryPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
875
|
+
|
|
876
|
+
@pulumi.input_type
|
|
877
|
+
class BlobInventoryPolicyRuleArgs:
|
|
878
|
+
def __init__(__self__, *,
|
|
879
|
+
definition: pulumi.Input['BlobInventoryPolicyDefinitionArgs'],
|
|
880
|
+
destination: pulumi.Input[str],
|
|
881
|
+
enabled: pulumi.Input[bool],
|
|
882
|
+
name: pulumi.Input[str]):
|
|
883
|
+
"""
|
|
884
|
+
An object that wraps the blob inventory rule. Each rule is uniquely defined by name.
|
|
885
|
+
:param pulumi.Input['BlobInventoryPolicyDefinitionArgs'] definition: An object that defines the blob inventory policy rule.
|
|
886
|
+
:param pulumi.Input[str] destination: Container name where blob inventory files are stored. Must be pre-created.
|
|
887
|
+
:param pulumi.Input[bool] enabled: Rule is enabled when set to true.
|
|
888
|
+
:param pulumi.Input[str] name: A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
889
|
+
"""
|
|
890
|
+
pulumi.set(__self__, "definition", definition)
|
|
891
|
+
pulumi.set(__self__, "destination", destination)
|
|
892
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
893
|
+
pulumi.set(__self__, "name", name)
|
|
894
|
+
|
|
895
|
+
@property
|
|
896
|
+
@pulumi.getter
|
|
897
|
+
def definition(self) -> pulumi.Input['BlobInventoryPolicyDefinitionArgs']:
|
|
898
|
+
"""
|
|
899
|
+
An object that defines the blob inventory policy rule.
|
|
900
|
+
"""
|
|
901
|
+
return pulumi.get(self, "definition")
|
|
902
|
+
|
|
903
|
+
@definition.setter
|
|
904
|
+
def definition(self, value: pulumi.Input['BlobInventoryPolicyDefinitionArgs']):
|
|
905
|
+
pulumi.set(self, "definition", value)
|
|
906
|
+
|
|
907
|
+
@property
|
|
908
|
+
@pulumi.getter
|
|
909
|
+
def destination(self) -> pulumi.Input[str]:
|
|
910
|
+
"""
|
|
911
|
+
Container name where blob inventory files are stored. Must be pre-created.
|
|
912
|
+
"""
|
|
913
|
+
return pulumi.get(self, "destination")
|
|
914
|
+
|
|
915
|
+
@destination.setter
|
|
916
|
+
def destination(self, value: pulumi.Input[str]):
|
|
917
|
+
pulumi.set(self, "destination", value)
|
|
918
|
+
|
|
919
|
+
@property
|
|
920
|
+
@pulumi.getter
|
|
921
|
+
def enabled(self) -> pulumi.Input[bool]:
|
|
922
|
+
"""
|
|
923
|
+
Rule is enabled when set to true.
|
|
924
|
+
"""
|
|
925
|
+
return pulumi.get(self, "enabled")
|
|
926
|
+
|
|
927
|
+
@enabled.setter
|
|
928
|
+
def enabled(self, value: pulumi.Input[bool]):
|
|
929
|
+
pulumi.set(self, "enabled", value)
|
|
930
|
+
|
|
931
|
+
@property
|
|
932
|
+
@pulumi.getter
|
|
933
|
+
def name(self) -> pulumi.Input[str]:
|
|
934
|
+
"""
|
|
935
|
+
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
936
|
+
"""
|
|
937
|
+
return pulumi.get(self, "name")
|
|
938
|
+
|
|
939
|
+
@name.setter
|
|
940
|
+
def name(self, value: pulumi.Input[str]):
|
|
941
|
+
pulumi.set(self, "name", value)
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
if not MYPY:
|
|
945
|
+
class BlobInventoryPolicySchemaArgsDict(TypedDict):
|
|
946
|
+
"""
|
|
947
|
+
The storage account blob inventory policy rules.
|
|
948
|
+
"""
|
|
949
|
+
enabled: pulumi.Input[bool]
|
|
950
|
+
"""
|
|
951
|
+
Policy is enabled if set to true.
|
|
952
|
+
"""
|
|
953
|
+
rules: pulumi.Input[Sequence[pulumi.Input['BlobInventoryPolicyRuleArgsDict']]]
|
|
954
|
+
"""
|
|
955
|
+
The storage account blob inventory policy rules. The rule is applied when it is enabled.
|
|
956
|
+
"""
|
|
957
|
+
type: pulumi.Input[Union[str, 'InventoryRuleType']]
|
|
958
|
+
"""
|
|
959
|
+
The valid value is Inventory
|
|
960
|
+
"""
|
|
961
|
+
elif False:
|
|
962
|
+
BlobInventoryPolicySchemaArgsDict: TypeAlias = Mapping[str, Any]
|
|
963
|
+
|
|
964
|
+
@pulumi.input_type
|
|
965
|
+
class BlobInventoryPolicySchemaArgs:
|
|
966
|
+
def __init__(__self__, *,
|
|
967
|
+
enabled: pulumi.Input[bool],
|
|
968
|
+
rules: pulumi.Input[Sequence[pulumi.Input['BlobInventoryPolicyRuleArgs']]],
|
|
969
|
+
type: pulumi.Input[Union[str, 'InventoryRuleType']]):
|
|
970
|
+
"""
|
|
971
|
+
The storage account blob inventory policy rules.
|
|
972
|
+
:param pulumi.Input[bool] enabled: Policy is enabled if set to true.
|
|
973
|
+
:param pulumi.Input[Sequence[pulumi.Input['BlobInventoryPolicyRuleArgs']]] rules: The storage account blob inventory policy rules. The rule is applied when it is enabled.
|
|
974
|
+
:param pulumi.Input[Union[str, 'InventoryRuleType']] type: The valid value is Inventory
|
|
975
|
+
"""
|
|
976
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
977
|
+
pulumi.set(__self__, "rules", rules)
|
|
978
|
+
pulumi.set(__self__, "type", type)
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter
|
|
982
|
+
def enabled(self) -> pulumi.Input[bool]:
|
|
983
|
+
"""
|
|
984
|
+
Policy is enabled if set to true.
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "enabled")
|
|
987
|
+
|
|
988
|
+
@enabled.setter
|
|
989
|
+
def enabled(self, value: pulumi.Input[bool]):
|
|
990
|
+
pulumi.set(self, "enabled", value)
|
|
991
|
+
|
|
992
|
+
@property
|
|
993
|
+
@pulumi.getter
|
|
994
|
+
def rules(self) -> pulumi.Input[Sequence[pulumi.Input['BlobInventoryPolicyRuleArgs']]]:
|
|
995
|
+
"""
|
|
996
|
+
The storage account blob inventory policy rules. The rule is applied when it is enabled.
|
|
997
|
+
"""
|
|
998
|
+
return pulumi.get(self, "rules")
|
|
999
|
+
|
|
1000
|
+
@rules.setter
|
|
1001
|
+
def rules(self, value: pulumi.Input[Sequence[pulumi.Input['BlobInventoryPolicyRuleArgs']]]):
|
|
1002
|
+
pulumi.set(self, "rules", value)
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
@pulumi.getter
|
|
1006
|
+
def type(self) -> pulumi.Input[Union[str, 'InventoryRuleType']]:
|
|
1007
|
+
"""
|
|
1008
|
+
The valid value is Inventory
|
|
1009
|
+
"""
|
|
1010
|
+
return pulumi.get(self, "type")
|
|
1011
|
+
|
|
1012
|
+
@type.setter
|
|
1013
|
+
def type(self, value: pulumi.Input[Union[str, 'InventoryRuleType']]):
|
|
1014
|
+
pulumi.set(self, "type", value)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
if not MYPY:
|
|
1018
|
+
class ChangeFeedArgsDict(TypedDict):
|
|
1019
|
+
"""
|
|
1020
|
+
The blob service properties for change feed events.
|
|
1021
|
+
"""
|
|
1022
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
1023
|
+
"""
|
|
1024
|
+
Indicates whether change feed event logging is enabled for the Blob service.
|
|
1025
|
+
"""
|
|
1026
|
+
retention_in_days: NotRequired[pulumi.Input[int]]
|
|
1027
|
+
"""
|
|
1028
|
+
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
|
|
1029
|
+
"""
|
|
1030
|
+
elif False:
|
|
1031
|
+
ChangeFeedArgsDict: TypeAlias = Mapping[str, Any]
|
|
1032
|
+
|
|
1033
|
+
@pulumi.input_type
|
|
1034
|
+
class ChangeFeedArgs:
|
|
1035
|
+
def __init__(__self__, *,
|
|
1036
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
1037
|
+
retention_in_days: Optional[pulumi.Input[int]] = None):
|
|
1038
|
+
"""
|
|
1039
|
+
The blob service properties for change feed events.
|
|
1040
|
+
:param pulumi.Input[bool] enabled: Indicates whether change feed event logging is enabled for the Blob service.
|
|
1041
|
+
:param pulumi.Input[int] retention_in_days: Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
|
|
1042
|
+
"""
|
|
1043
|
+
if enabled is not None:
|
|
1044
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1045
|
+
if retention_in_days is not None:
|
|
1046
|
+
pulumi.set(__self__, "retention_in_days", retention_in_days)
|
|
1047
|
+
|
|
1048
|
+
@property
|
|
1049
|
+
@pulumi.getter
|
|
1050
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1051
|
+
"""
|
|
1052
|
+
Indicates whether change feed event logging is enabled for the Blob service.
|
|
1053
|
+
"""
|
|
1054
|
+
return pulumi.get(self, "enabled")
|
|
1055
|
+
|
|
1056
|
+
@enabled.setter
|
|
1057
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1058
|
+
pulumi.set(self, "enabled", value)
|
|
1059
|
+
|
|
1060
|
+
@property
|
|
1061
|
+
@pulumi.getter(name="retentionInDays")
|
|
1062
|
+
def retention_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
1063
|
+
"""
|
|
1064
|
+
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
|
|
1065
|
+
"""
|
|
1066
|
+
return pulumi.get(self, "retention_in_days")
|
|
1067
|
+
|
|
1068
|
+
@retention_in_days.setter
|
|
1069
|
+
def retention_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
1070
|
+
pulumi.set(self, "retention_in_days", value)
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
if not MYPY:
|
|
1074
|
+
class CorsRulesArgsDict(TypedDict):
|
|
1075
|
+
"""
|
|
1076
|
+
Sets the CORS rules. You can include up to five CorsRule elements in the request.
|
|
1077
|
+
"""
|
|
1078
|
+
cors_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['CorsRuleArgsDict']]]]
|
|
1079
|
+
"""
|
|
1080
|
+
The List of CORS rules. You can include up to five CorsRule elements in the request.
|
|
1081
|
+
"""
|
|
1082
|
+
elif False:
|
|
1083
|
+
CorsRulesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1084
|
+
|
|
1085
|
+
@pulumi.input_type
|
|
1086
|
+
class CorsRulesArgs:
|
|
1087
|
+
def __init__(__self__, *,
|
|
1088
|
+
cors_rules: Optional[pulumi.Input[Sequence[pulumi.Input['CorsRuleArgs']]]] = None):
|
|
1089
|
+
"""
|
|
1090
|
+
Sets the CORS rules. You can include up to five CorsRule elements in the request.
|
|
1091
|
+
:param pulumi.Input[Sequence[pulumi.Input['CorsRuleArgs']]] cors_rules: The List of CORS rules. You can include up to five CorsRule elements in the request.
|
|
1092
|
+
"""
|
|
1093
|
+
if cors_rules is not None:
|
|
1094
|
+
pulumi.set(__self__, "cors_rules", cors_rules)
|
|
1095
|
+
|
|
1096
|
+
@property
|
|
1097
|
+
@pulumi.getter(name="corsRules")
|
|
1098
|
+
def cors_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CorsRuleArgs']]]]:
|
|
1099
|
+
"""
|
|
1100
|
+
The List of CORS rules. You can include up to five CorsRule elements in the request.
|
|
1101
|
+
"""
|
|
1102
|
+
return pulumi.get(self, "cors_rules")
|
|
1103
|
+
|
|
1104
|
+
@cors_rules.setter
|
|
1105
|
+
def cors_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CorsRuleArgs']]]]):
|
|
1106
|
+
pulumi.set(self, "cors_rules", value)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
if not MYPY:
|
|
1110
|
+
class CorsRuleArgsDict(TypedDict):
|
|
1111
|
+
"""
|
|
1112
|
+
Specifies a CORS rule for the Blob service.
|
|
1113
|
+
"""
|
|
1114
|
+
allowed_headers: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1115
|
+
"""
|
|
1116
|
+
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
|
|
1117
|
+
"""
|
|
1118
|
+
allowed_methods: pulumi.Input[Sequence[pulumi.Input[Union[str, 'AllowedMethods']]]]
|
|
1119
|
+
"""
|
|
1120
|
+
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
|
|
1121
|
+
"""
|
|
1122
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1123
|
+
"""
|
|
1124
|
+
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
|
|
1125
|
+
"""
|
|
1126
|
+
exposed_headers: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1127
|
+
"""
|
|
1128
|
+
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
|
|
1129
|
+
"""
|
|
1130
|
+
max_age_in_seconds: pulumi.Input[int]
|
|
1131
|
+
"""
|
|
1132
|
+
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
|
|
1133
|
+
"""
|
|
1134
|
+
elif False:
|
|
1135
|
+
CorsRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
1136
|
+
|
|
1137
|
+
@pulumi.input_type
|
|
1138
|
+
class CorsRuleArgs:
|
|
1139
|
+
def __init__(__self__, *,
|
|
1140
|
+
allowed_headers: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1141
|
+
allowed_methods: pulumi.Input[Sequence[pulumi.Input[Union[str, 'AllowedMethods']]]],
|
|
1142
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1143
|
+
exposed_headers: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1144
|
+
max_age_in_seconds: pulumi.Input[int]):
|
|
1145
|
+
"""
|
|
1146
|
+
Specifies a CORS rule for the Blob service.
|
|
1147
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_headers: Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
|
|
1148
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AllowedMethods']]]] allowed_methods: Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
|
|
1149
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_origins: Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
|
|
1150
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] exposed_headers: Required if CorsRule element is present. A list of response headers to expose to CORS clients.
|
|
1151
|
+
:param pulumi.Input[int] max_age_in_seconds: Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
|
|
1152
|
+
"""
|
|
1153
|
+
pulumi.set(__self__, "allowed_headers", allowed_headers)
|
|
1154
|
+
pulumi.set(__self__, "allowed_methods", allowed_methods)
|
|
1155
|
+
pulumi.set(__self__, "allowed_origins", allowed_origins)
|
|
1156
|
+
pulumi.set(__self__, "exposed_headers", exposed_headers)
|
|
1157
|
+
pulumi.set(__self__, "max_age_in_seconds", max_age_in_seconds)
|
|
1158
|
+
|
|
1159
|
+
@property
|
|
1160
|
+
@pulumi.getter(name="allowedHeaders")
|
|
1161
|
+
def allowed_headers(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1162
|
+
"""
|
|
1163
|
+
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
|
|
1164
|
+
"""
|
|
1165
|
+
return pulumi.get(self, "allowed_headers")
|
|
1166
|
+
|
|
1167
|
+
@allowed_headers.setter
|
|
1168
|
+
def allowed_headers(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1169
|
+
pulumi.set(self, "allowed_headers", value)
|
|
1170
|
+
|
|
1171
|
+
@property
|
|
1172
|
+
@pulumi.getter(name="allowedMethods")
|
|
1173
|
+
def allowed_methods(self) -> pulumi.Input[Sequence[pulumi.Input[Union[str, 'AllowedMethods']]]]:
|
|
1174
|
+
"""
|
|
1175
|
+
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
|
|
1176
|
+
"""
|
|
1177
|
+
return pulumi.get(self, "allowed_methods")
|
|
1178
|
+
|
|
1179
|
+
@allowed_methods.setter
|
|
1180
|
+
def allowed_methods(self, value: pulumi.Input[Sequence[pulumi.Input[Union[str, 'AllowedMethods']]]]):
|
|
1181
|
+
pulumi.set(self, "allowed_methods", value)
|
|
1182
|
+
|
|
1183
|
+
@property
|
|
1184
|
+
@pulumi.getter(name="allowedOrigins")
|
|
1185
|
+
def allowed_origins(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1186
|
+
"""
|
|
1187
|
+
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
|
|
1188
|
+
"""
|
|
1189
|
+
return pulumi.get(self, "allowed_origins")
|
|
1190
|
+
|
|
1191
|
+
@allowed_origins.setter
|
|
1192
|
+
def allowed_origins(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1193
|
+
pulumi.set(self, "allowed_origins", value)
|
|
1194
|
+
|
|
1195
|
+
@property
|
|
1196
|
+
@pulumi.getter(name="exposedHeaders")
|
|
1197
|
+
def exposed_headers(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1198
|
+
"""
|
|
1199
|
+
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
|
|
1200
|
+
"""
|
|
1201
|
+
return pulumi.get(self, "exposed_headers")
|
|
1202
|
+
|
|
1203
|
+
@exposed_headers.setter
|
|
1204
|
+
def exposed_headers(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1205
|
+
pulumi.set(self, "exposed_headers", value)
|
|
1206
|
+
|
|
1207
|
+
@property
|
|
1208
|
+
@pulumi.getter(name="maxAgeInSeconds")
|
|
1209
|
+
def max_age_in_seconds(self) -> pulumi.Input[int]:
|
|
1210
|
+
"""
|
|
1211
|
+
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
|
|
1212
|
+
"""
|
|
1213
|
+
return pulumi.get(self, "max_age_in_seconds")
|
|
1214
|
+
|
|
1215
|
+
@max_age_in_seconds.setter
|
|
1216
|
+
def max_age_in_seconds(self, value: pulumi.Input[int]):
|
|
1217
|
+
pulumi.set(self, "max_age_in_seconds", value)
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
if not MYPY:
|
|
1221
|
+
class CustomDomainArgsDict(TypedDict):
|
|
1222
|
+
"""
|
|
1223
|
+
The custom domain assigned to this storage account. This can be set via Update.
|
|
1224
|
+
"""
|
|
1225
|
+
name: pulumi.Input[str]
|
|
1226
|
+
"""
|
|
1227
|
+
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
|
|
1228
|
+
"""
|
|
1229
|
+
use_sub_domain_name: NotRequired[pulumi.Input[bool]]
|
|
1230
|
+
"""
|
|
1231
|
+
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
|
|
1232
|
+
"""
|
|
1233
|
+
elif False:
|
|
1234
|
+
CustomDomainArgsDict: TypeAlias = Mapping[str, Any]
|
|
1235
|
+
|
|
1236
|
+
@pulumi.input_type
|
|
1237
|
+
class CustomDomainArgs:
|
|
1238
|
+
def __init__(__self__, *,
|
|
1239
|
+
name: pulumi.Input[str],
|
|
1240
|
+
use_sub_domain_name: Optional[pulumi.Input[bool]] = None):
|
|
1241
|
+
"""
|
|
1242
|
+
The custom domain assigned to this storage account. This can be set via Update.
|
|
1243
|
+
:param pulumi.Input[str] name: Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
|
|
1244
|
+
:param pulumi.Input[bool] use_sub_domain_name: Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
|
|
1245
|
+
"""
|
|
1246
|
+
pulumi.set(__self__, "name", name)
|
|
1247
|
+
if use_sub_domain_name is not None:
|
|
1248
|
+
pulumi.set(__self__, "use_sub_domain_name", use_sub_domain_name)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter
|
|
1252
|
+
def name(self) -> pulumi.Input[str]:
|
|
1253
|
+
"""
|
|
1254
|
+
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "name")
|
|
1257
|
+
|
|
1258
|
+
@name.setter
|
|
1259
|
+
def name(self, value: pulumi.Input[str]):
|
|
1260
|
+
pulumi.set(self, "name", value)
|
|
1261
|
+
|
|
1262
|
+
@property
|
|
1263
|
+
@pulumi.getter(name="useSubDomainName")
|
|
1264
|
+
def use_sub_domain_name(self) -> Optional[pulumi.Input[bool]]:
|
|
1265
|
+
"""
|
|
1266
|
+
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
|
|
1267
|
+
"""
|
|
1268
|
+
return pulumi.get(self, "use_sub_domain_name")
|
|
1269
|
+
|
|
1270
|
+
@use_sub_domain_name.setter
|
|
1271
|
+
def use_sub_domain_name(self, value: Optional[pulumi.Input[bool]]):
|
|
1272
|
+
pulumi.set(self, "use_sub_domain_name", value)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
if not MYPY:
|
|
1276
|
+
class DateAfterCreationArgsDict(TypedDict):
|
|
1277
|
+
"""
|
|
1278
|
+
Object to define snapshot and version action conditions.
|
|
1279
|
+
"""
|
|
1280
|
+
days_after_creation_greater_than: pulumi.Input[float]
|
|
1281
|
+
"""
|
|
1282
|
+
Value indicating the age in days after creation
|
|
1283
|
+
"""
|
|
1284
|
+
days_after_last_tier_change_greater_than: NotRequired[pulumi.Input[float]]
|
|
1285
|
+
"""
|
|
1286
|
+
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied.
|
|
1287
|
+
"""
|
|
1288
|
+
elif False:
|
|
1289
|
+
DateAfterCreationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1290
|
+
|
|
1291
|
+
@pulumi.input_type
|
|
1292
|
+
class DateAfterCreationArgs:
|
|
1293
|
+
def __init__(__self__, *,
|
|
1294
|
+
days_after_creation_greater_than: pulumi.Input[float],
|
|
1295
|
+
days_after_last_tier_change_greater_than: Optional[pulumi.Input[float]] = None):
|
|
1296
|
+
"""
|
|
1297
|
+
Object to define snapshot and version action conditions.
|
|
1298
|
+
:param pulumi.Input[float] days_after_creation_greater_than: Value indicating the age in days after creation
|
|
1299
|
+
:param pulumi.Input[float] days_after_last_tier_change_greater_than: Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied.
|
|
1300
|
+
"""
|
|
1301
|
+
pulumi.set(__self__, "days_after_creation_greater_than", days_after_creation_greater_than)
|
|
1302
|
+
if days_after_last_tier_change_greater_than is not None:
|
|
1303
|
+
pulumi.set(__self__, "days_after_last_tier_change_greater_than", days_after_last_tier_change_greater_than)
|
|
1304
|
+
|
|
1305
|
+
@property
|
|
1306
|
+
@pulumi.getter(name="daysAfterCreationGreaterThan")
|
|
1307
|
+
def days_after_creation_greater_than(self) -> pulumi.Input[float]:
|
|
1308
|
+
"""
|
|
1309
|
+
Value indicating the age in days after creation
|
|
1310
|
+
"""
|
|
1311
|
+
return pulumi.get(self, "days_after_creation_greater_than")
|
|
1312
|
+
|
|
1313
|
+
@days_after_creation_greater_than.setter
|
|
1314
|
+
def days_after_creation_greater_than(self, value: pulumi.Input[float]):
|
|
1315
|
+
pulumi.set(self, "days_after_creation_greater_than", value)
|
|
1316
|
+
|
|
1317
|
+
@property
|
|
1318
|
+
@pulumi.getter(name="daysAfterLastTierChangeGreaterThan")
|
|
1319
|
+
def days_after_last_tier_change_greater_than(self) -> Optional[pulumi.Input[float]]:
|
|
1320
|
+
"""
|
|
1321
|
+
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied.
|
|
1322
|
+
"""
|
|
1323
|
+
return pulumi.get(self, "days_after_last_tier_change_greater_than")
|
|
1324
|
+
|
|
1325
|
+
@days_after_last_tier_change_greater_than.setter
|
|
1326
|
+
def days_after_last_tier_change_greater_than(self, value: Optional[pulumi.Input[float]]):
|
|
1327
|
+
pulumi.set(self, "days_after_last_tier_change_greater_than", value)
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
if not MYPY:
|
|
1331
|
+
class DateAfterModificationArgsDict(TypedDict):
|
|
1332
|
+
"""
|
|
1333
|
+
Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan.
|
|
1334
|
+
"""
|
|
1335
|
+
days_after_creation_greater_than: NotRequired[pulumi.Input[float]]
|
|
1336
|
+
"""
|
|
1337
|
+
Value indicating the age in days after blob creation.
|
|
1338
|
+
"""
|
|
1339
|
+
days_after_last_access_time_greater_than: NotRequired[pulumi.Input[float]]
|
|
1340
|
+
"""
|
|
1341
|
+
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy
|
|
1342
|
+
"""
|
|
1343
|
+
days_after_last_tier_change_greater_than: NotRequired[pulumi.Input[float]]
|
|
1344
|
+
"""
|
|
1345
|
+
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.
|
|
1346
|
+
"""
|
|
1347
|
+
days_after_modification_greater_than: NotRequired[pulumi.Input[float]]
|
|
1348
|
+
"""
|
|
1349
|
+
Value indicating the age in days after last modification
|
|
1350
|
+
"""
|
|
1351
|
+
elif False:
|
|
1352
|
+
DateAfterModificationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1353
|
+
|
|
1354
|
+
@pulumi.input_type
|
|
1355
|
+
class DateAfterModificationArgs:
|
|
1356
|
+
def __init__(__self__, *,
|
|
1357
|
+
days_after_creation_greater_than: Optional[pulumi.Input[float]] = None,
|
|
1358
|
+
days_after_last_access_time_greater_than: Optional[pulumi.Input[float]] = None,
|
|
1359
|
+
days_after_last_tier_change_greater_than: Optional[pulumi.Input[float]] = None,
|
|
1360
|
+
days_after_modification_greater_than: Optional[pulumi.Input[float]] = None):
|
|
1361
|
+
"""
|
|
1362
|
+
Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan.
|
|
1363
|
+
:param pulumi.Input[float] days_after_creation_greater_than: Value indicating the age in days after blob creation.
|
|
1364
|
+
:param pulumi.Input[float] days_after_last_access_time_greater_than: Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy
|
|
1365
|
+
:param pulumi.Input[float] days_after_last_tier_change_greater_than: Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.
|
|
1366
|
+
:param pulumi.Input[float] days_after_modification_greater_than: Value indicating the age in days after last modification
|
|
1367
|
+
"""
|
|
1368
|
+
if days_after_creation_greater_than is not None:
|
|
1369
|
+
pulumi.set(__self__, "days_after_creation_greater_than", days_after_creation_greater_than)
|
|
1370
|
+
if days_after_last_access_time_greater_than is not None:
|
|
1371
|
+
pulumi.set(__self__, "days_after_last_access_time_greater_than", days_after_last_access_time_greater_than)
|
|
1372
|
+
if days_after_last_tier_change_greater_than is not None:
|
|
1373
|
+
pulumi.set(__self__, "days_after_last_tier_change_greater_than", days_after_last_tier_change_greater_than)
|
|
1374
|
+
if days_after_modification_greater_than is not None:
|
|
1375
|
+
pulumi.set(__self__, "days_after_modification_greater_than", days_after_modification_greater_than)
|
|
1376
|
+
|
|
1377
|
+
@property
|
|
1378
|
+
@pulumi.getter(name="daysAfterCreationGreaterThan")
|
|
1379
|
+
def days_after_creation_greater_than(self) -> Optional[pulumi.Input[float]]:
|
|
1380
|
+
"""
|
|
1381
|
+
Value indicating the age in days after blob creation.
|
|
1382
|
+
"""
|
|
1383
|
+
return pulumi.get(self, "days_after_creation_greater_than")
|
|
1384
|
+
|
|
1385
|
+
@days_after_creation_greater_than.setter
|
|
1386
|
+
def days_after_creation_greater_than(self, value: Optional[pulumi.Input[float]]):
|
|
1387
|
+
pulumi.set(self, "days_after_creation_greater_than", value)
|
|
1388
|
+
|
|
1389
|
+
@property
|
|
1390
|
+
@pulumi.getter(name="daysAfterLastAccessTimeGreaterThan")
|
|
1391
|
+
def days_after_last_access_time_greater_than(self) -> Optional[pulumi.Input[float]]:
|
|
1392
|
+
"""
|
|
1393
|
+
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy
|
|
1394
|
+
"""
|
|
1395
|
+
return pulumi.get(self, "days_after_last_access_time_greater_than")
|
|
1396
|
+
|
|
1397
|
+
@days_after_last_access_time_greater_than.setter
|
|
1398
|
+
def days_after_last_access_time_greater_than(self, value: Optional[pulumi.Input[float]]):
|
|
1399
|
+
pulumi.set(self, "days_after_last_access_time_greater_than", value)
|
|
1400
|
+
|
|
1401
|
+
@property
|
|
1402
|
+
@pulumi.getter(name="daysAfterLastTierChangeGreaterThan")
|
|
1403
|
+
def days_after_last_tier_change_greater_than(self) -> Optional[pulumi.Input[float]]:
|
|
1404
|
+
"""
|
|
1405
|
+
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.
|
|
1406
|
+
"""
|
|
1407
|
+
return pulumi.get(self, "days_after_last_tier_change_greater_than")
|
|
1408
|
+
|
|
1409
|
+
@days_after_last_tier_change_greater_than.setter
|
|
1410
|
+
def days_after_last_tier_change_greater_than(self, value: Optional[pulumi.Input[float]]):
|
|
1411
|
+
pulumi.set(self, "days_after_last_tier_change_greater_than", value)
|
|
1412
|
+
|
|
1413
|
+
@property
|
|
1414
|
+
@pulumi.getter(name="daysAfterModificationGreaterThan")
|
|
1415
|
+
def days_after_modification_greater_than(self) -> Optional[pulumi.Input[float]]:
|
|
1416
|
+
"""
|
|
1417
|
+
Value indicating the age in days after last modification
|
|
1418
|
+
"""
|
|
1419
|
+
return pulumi.get(self, "days_after_modification_greater_than")
|
|
1420
|
+
|
|
1421
|
+
@days_after_modification_greater_than.setter
|
|
1422
|
+
def days_after_modification_greater_than(self, value: Optional[pulumi.Input[float]]):
|
|
1423
|
+
pulumi.set(self, "days_after_modification_greater_than", value)
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
if not MYPY:
|
|
1427
|
+
class DeleteRetentionPolicyArgsDict(TypedDict):
|
|
1428
|
+
"""
|
|
1429
|
+
The service properties for soft delete.
|
|
1430
|
+
"""
|
|
1431
|
+
allow_permanent_delete: NotRequired[pulumi.Input[bool]]
|
|
1432
|
+
"""
|
|
1433
|
+
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
|
|
1434
|
+
"""
|
|
1435
|
+
days: NotRequired[pulumi.Input[int]]
|
|
1436
|
+
"""
|
|
1437
|
+
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
|
|
1438
|
+
"""
|
|
1439
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
1440
|
+
"""
|
|
1441
|
+
Indicates whether DeleteRetentionPolicy is enabled.
|
|
1442
|
+
"""
|
|
1443
|
+
elif False:
|
|
1444
|
+
DeleteRetentionPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1445
|
+
|
|
1446
|
+
@pulumi.input_type
|
|
1447
|
+
class DeleteRetentionPolicyArgs:
|
|
1448
|
+
def __init__(__self__, *,
|
|
1449
|
+
allow_permanent_delete: Optional[pulumi.Input[bool]] = None,
|
|
1450
|
+
days: Optional[pulumi.Input[int]] = None,
|
|
1451
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
1452
|
+
"""
|
|
1453
|
+
The service properties for soft delete.
|
|
1454
|
+
:param pulumi.Input[bool] allow_permanent_delete: This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
|
|
1455
|
+
:param pulumi.Input[int] days: Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
|
|
1456
|
+
:param pulumi.Input[bool] enabled: Indicates whether DeleteRetentionPolicy is enabled.
|
|
1457
|
+
"""
|
|
1458
|
+
if allow_permanent_delete is not None:
|
|
1459
|
+
pulumi.set(__self__, "allow_permanent_delete", allow_permanent_delete)
|
|
1460
|
+
if days is not None:
|
|
1461
|
+
pulumi.set(__self__, "days", days)
|
|
1462
|
+
if enabled is not None:
|
|
1463
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1464
|
+
|
|
1465
|
+
@property
|
|
1466
|
+
@pulumi.getter(name="allowPermanentDelete")
|
|
1467
|
+
def allow_permanent_delete(self) -> Optional[pulumi.Input[bool]]:
|
|
1468
|
+
"""
|
|
1469
|
+
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
|
|
1470
|
+
"""
|
|
1471
|
+
return pulumi.get(self, "allow_permanent_delete")
|
|
1472
|
+
|
|
1473
|
+
@allow_permanent_delete.setter
|
|
1474
|
+
def allow_permanent_delete(self, value: Optional[pulumi.Input[bool]]):
|
|
1475
|
+
pulumi.set(self, "allow_permanent_delete", value)
|
|
1476
|
+
|
|
1477
|
+
@property
|
|
1478
|
+
@pulumi.getter
|
|
1479
|
+
def days(self) -> Optional[pulumi.Input[int]]:
|
|
1480
|
+
"""
|
|
1481
|
+
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
|
|
1482
|
+
"""
|
|
1483
|
+
return pulumi.get(self, "days")
|
|
1484
|
+
|
|
1485
|
+
@days.setter
|
|
1486
|
+
def days(self, value: Optional[pulumi.Input[int]]):
|
|
1487
|
+
pulumi.set(self, "days", value)
|
|
1488
|
+
|
|
1489
|
+
@property
|
|
1490
|
+
@pulumi.getter
|
|
1491
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1492
|
+
"""
|
|
1493
|
+
Indicates whether DeleteRetentionPolicy is enabled.
|
|
1494
|
+
"""
|
|
1495
|
+
return pulumi.get(self, "enabled")
|
|
1496
|
+
|
|
1497
|
+
@enabled.setter
|
|
1498
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1499
|
+
pulumi.set(self, "enabled", value)
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
if not MYPY:
|
|
1503
|
+
class EncryptionIdentityArgsDict(TypedDict):
|
|
1504
|
+
"""
|
|
1505
|
+
Encryption identity for the storage account.
|
|
1506
|
+
"""
|
|
1507
|
+
encryption_federated_identity_client_id: NotRequired[pulumi.Input[str]]
|
|
1508
|
+
"""
|
|
1509
|
+
ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.
|
|
1510
|
+
"""
|
|
1511
|
+
encryption_user_assigned_identity: NotRequired[pulumi.Input[str]]
|
|
1512
|
+
"""
|
|
1513
|
+
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.
|
|
1514
|
+
"""
|
|
1515
|
+
elif False:
|
|
1516
|
+
EncryptionIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
1517
|
+
|
|
1518
|
+
@pulumi.input_type
|
|
1519
|
+
class EncryptionIdentityArgs:
|
|
1520
|
+
def __init__(__self__, *,
|
|
1521
|
+
encryption_federated_identity_client_id: Optional[pulumi.Input[str]] = None,
|
|
1522
|
+
encryption_user_assigned_identity: Optional[pulumi.Input[str]] = None):
|
|
1523
|
+
"""
|
|
1524
|
+
Encryption identity for the storage account.
|
|
1525
|
+
:param pulumi.Input[str] encryption_federated_identity_client_id: ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.
|
|
1526
|
+
:param pulumi.Input[str] encryption_user_assigned_identity: Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.
|
|
1527
|
+
"""
|
|
1528
|
+
if encryption_federated_identity_client_id is not None:
|
|
1529
|
+
pulumi.set(__self__, "encryption_federated_identity_client_id", encryption_federated_identity_client_id)
|
|
1530
|
+
if encryption_user_assigned_identity is not None:
|
|
1531
|
+
pulumi.set(__self__, "encryption_user_assigned_identity", encryption_user_assigned_identity)
|
|
1532
|
+
|
|
1533
|
+
@property
|
|
1534
|
+
@pulumi.getter(name="encryptionFederatedIdentityClientId")
|
|
1535
|
+
def encryption_federated_identity_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
1536
|
+
"""
|
|
1537
|
+
ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.
|
|
1538
|
+
"""
|
|
1539
|
+
return pulumi.get(self, "encryption_federated_identity_client_id")
|
|
1540
|
+
|
|
1541
|
+
@encryption_federated_identity_client_id.setter
|
|
1542
|
+
def encryption_federated_identity_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
1543
|
+
pulumi.set(self, "encryption_federated_identity_client_id", value)
|
|
1544
|
+
|
|
1545
|
+
@property
|
|
1546
|
+
@pulumi.getter(name="encryptionUserAssignedIdentity")
|
|
1547
|
+
def encryption_user_assigned_identity(self) -> Optional[pulumi.Input[str]]:
|
|
1548
|
+
"""
|
|
1549
|
+
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.
|
|
1550
|
+
"""
|
|
1551
|
+
return pulumi.get(self, "encryption_user_assigned_identity")
|
|
1552
|
+
|
|
1553
|
+
@encryption_user_assigned_identity.setter
|
|
1554
|
+
def encryption_user_assigned_identity(self, value: Optional[pulumi.Input[str]]):
|
|
1555
|
+
pulumi.set(self, "encryption_user_assigned_identity", value)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
if not MYPY:
|
|
1559
|
+
class EncryptionScopeKeyVaultPropertiesArgsDict(TypedDict):
|
|
1560
|
+
"""
|
|
1561
|
+
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
|
|
1562
|
+
"""
|
|
1563
|
+
key_uri: NotRequired[pulumi.Input[str]]
|
|
1564
|
+
"""
|
|
1565
|
+
The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.
|
|
1566
|
+
"""
|
|
1567
|
+
elif False:
|
|
1568
|
+
EncryptionScopeKeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1569
|
+
|
|
1570
|
+
@pulumi.input_type
|
|
1571
|
+
class EncryptionScopeKeyVaultPropertiesArgs:
|
|
1572
|
+
def __init__(__self__, *,
|
|
1573
|
+
key_uri: Optional[pulumi.Input[str]] = None):
|
|
1574
|
+
"""
|
|
1575
|
+
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
|
|
1576
|
+
:param pulumi.Input[str] key_uri: The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.
|
|
1577
|
+
"""
|
|
1578
|
+
if key_uri is not None:
|
|
1579
|
+
pulumi.set(__self__, "key_uri", key_uri)
|
|
1580
|
+
|
|
1581
|
+
@property
|
|
1582
|
+
@pulumi.getter(name="keyUri")
|
|
1583
|
+
def key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1584
|
+
"""
|
|
1585
|
+
The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.
|
|
1586
|
+
"""
|
|
1587
|
+
return pulumi.get(self, "key_uri")
|
|
1588
|
+
|
|
1589
|
+
@key_uri.setter
|
|
1590
|
+
def key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1591
|
+
pulumi.set(self, "key_uri", value)
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
if not MYPY:
|
|
1595
|
+
class EncryptionServicesArgsDict(TypedDict):
|
|
1596
|
+
"""
|
|
1597
|
+
A list of services that support encryption.
|
|
1598
|
+
"""
|
|
1599
|
+
blob: NotRequired[pulumi.Input['EncryptionServiceArgsDict']]
|
|
1600
|
+
"""
|
|
1601
|
+
The encryption function of the blob storage service.
|
|
1602
|
+
"""
|
|
1603
|
+
file: NotRequired[pulumi.Input['EncryptionServiceArgsDict']]
|
|
1604
|
+
"""
|
|
1605
|
+
The encryption function of the file storage service.
|
|
1606
|
+
"""
|
|
1607
|
+
queue: NotRequired[pulumi.Input['EncryptionServiceArgsDict']]
|
|
1608
|
+
"""
|
|
1609
|
+
The encryption function of the queue storage service.
|
|
1610
|
+
"""
|
|
1611
|
+
table: NotRequired[pulumi.Input['EncryptionServiceArgsDict']]
|
|
1612
|
+
"""
|
|
1613
|
+
The encryption function of the table storage service.
|
|
1614
|
+
"""
|
|
1615
|
+
elif False:
|
|
1616
|
+
EncryptionServicesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1617
|
+
|
|
1618
|
+
@pulumi.input_type
|
|
1619
|
+
class EncryptionServicesArgs:
|
|
1620
|
+
def __init__(__self__, *,
|
|
1621
|
+
blob: Optional[pulumi.Input['EncryptionServiceArgs']] = None,
|
|
1622
|
+
file: Optional[pulumi.Input['EncryptionServiceArgs']] = None,
|
|
1623
|
+
queue: Optional[pulumi.Input['EncryptionServiceArgs']] = None,
|
|
1624
|
+
table: Optional[pulumi.Input['EncryptionServiceArgs']] = None):
|
|
1625
|
+
"""
|
|
1626
|
+
A list of services that support encryption.
|
|
1627
|
+
:param pulumi.Input['EncryptionServiceArgs'] blob: The encryption function of the blob storage service.
|
|
1628
|
+
:param pulumi.Input['EncryptionServiceArgs'] file: The encryption function of the file storage service.
|
|
1629
|
+
:param pulumi.Input['EncryptionServiceArgs'] queue: The encryption function of the queue storage service.
|
|
1630
|
+
:param pulumi.Input['EncryptionServiceArgs'] table: The encryption function of the table storage service.
|
|
1631
|
+
"""
|
|
1632
|
+
if blob is not None:
|
|
1633
|
+
pulumi.set(__self__, "blob", blob)
|
|
1634
|
+
if file is not None:
|
|
1635
|
+
pulumi.set(__self__, "file", file)
|
|
1636
|
+
if queue is not None:
|
|
1637
|
+
pulumi.set(__self__, "queue", queue)
|
|
1638
|
+
if table is not None:
|
|
1639
|
+
pulumi.set(__self__, "table", table)
|
|
1640
|
+
|
|
1641
|
+
@property
|
|
1642
|
+
@pulumi.getter
|
|
1643
|
+
def blob(self) -> Optional[pulumi.Input['EncryptionServiceArgs']]:
|
|
1644
|
+
"""
|
|
1645
|
+
The encryption function of the blob storage service.
|
|
1646
|
+
"""
|
|
1647
|
+
return pulumi.get(self, "blob")
|
|
1648
|
+
|
|
1649
|
+
@blob.setter
|
|
1650
|
+
def blob(self, value: Optional[pulumi.Input['EncryptionServiceArgs']]):
|
|
1651
|
+
pulumi.set(self, "blob", value)
|
|
1652
|
+
|
|
1653
|
+
@property
|
|
1654
|
+
@pulumi.getter
|
|
1655
|
+
def file(self) -> Optional[pulumi.Input['EncryptionServiceArgs']]:
|
|
1656
|
+
"""
|
|
1657
|
+
The encryption function of the file storage service.
|
|
1658
|
+
"""
|
|
1659
|
+
return pulumi.get(self, "file")
|
|
1660
|
+
|
|
1661
|
+
@file.setter
|
|
1662
|
+
def file(self, value: Optional[pulumi.Input['EncryptionServiceArgs']]):
|
|
1663
|
+
pulumi.set(self, "file", value)
|
|
1664
|
+
|
|
1665
|
+
@property
|
|
1666
|
+
@pulumi.getter
|
|
1667
|
+
def queue(self) -> Optional[pulumi.Input['EncryptionServiceArgs']]:
|
|
1668
|
+
"""
|
|
1669
|
+
The encryption function of the queue storage service.
|
|
1670
|
+
"""
|
|
1671
|
+
return pulumi.get(self, "queue")
|
|
1672
|
+
|
|
1673
|
+
@queue.setter
|
|
1674
|
+
def queue(self, value: Optional[pulumi.Input['EncryptionServiceArgs']]):
|
|
1675
|
+
pulumi.set(self, "queue", value)
|
|
1676
|
+
|
|
1677
|
+
@property
|
|
1678
|
+
@pulumi.getter
|
|
1679
|
+
def table(self) -> Optional[pulumi.Input['EncryptionServiceArgs']]:
|
|
1680
|
+
"""
|
|
1681
|
+
The encryption function of the table storage service.
|
|
1682
|
+
"""
|
|
1683
|
+
return pulumi.get(self, "table")
|
|
1684
|
+
|
|
1685
|
+
@table.setter
|
|
1686
|
+
def table(self, value: Optional[pulumi.Input['EncryptionServiceArgs']]):
|
|
1687
|
+
pulumi.set(self, "table", value)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
if not MYPY:
|
|
1691
|
+
class EncryptionServiceArgsDict(TypedDict):
|
|
1692
|
+
"""
|
|
1693
|
+
A service that allows server-side encryption to be used.
|
|
1694
|
+
"""
|
|
1695
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
1696
|
+
"""
|
|
1697
|
+
A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled.
|
|
1698
|
+
"""
|
|
1699
|
+
key_type: NotRequired[pulumi.Input[Union[str, 'KeyType']]]
|
|
1700
|
+
"""
|
|
1701
|
+
Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.
|
|
1702
|
+
"""
|
|
1703
|
+
elif False:
|
|
1704
|
+
EncryptionServiceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1705
|
+
|
|
1706
|
+
@pulumi.input_type
|
|
1707
|
+
class EncryptionServiceArgs:
|
|
1708
|
+
def __init__(__self__, *,
|
|
1709
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
1710
|
+
key_type: Optional[pulumi.Input[Union[str, 'KeyType']]] = None):
|
|
1711
|
+
"""
|
|
1712
|
+
A service that allows server-side encryption to be used.
|
|
1713
|
+
:param pulumi.Input[bool] enabled: A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled.
|
|
1714
|
+
:param pulumi.Input[Union[str, 'KeyType']] key_type: Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.
|
|
1715
|
+
"""
|
|
1716
|
+
if enabled is not None:
|
|
1717
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1718
|
+
if key_type is not None:
|
|
1719
|
+
pulumi.set(__self__, "key_type", key_type)
|
|
1720
|
+
|
|
1721
|
+
@property
|
|
1722
|
+
@pulumi.getter
|
|
1723
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1724
|
+
"""
|
|
1725
|
+
A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled.
|
|
1726
|
+
"""
|
|
1727
|
+
return pulumi.get(self, "enabled")
|
|
1728
|
+
|
|
1729
|
+
@enabled.setter
|
|
1730
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1731
|
+
pulumi.set(self, "enabled", value)
|
|
1732
|
+
|
|
1733
|
+
@property
|
|
1734
|
+
@pulumi.getter(name="keyType")
|
|
1735
|
+
def key_type(self) -> Optional[pulumi.Input[Union[str, 'KeyType']]]:
|
|
1736
|
+
"""
|
|
1737
|
+
Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.
|
|
1738
|
+
"""
|
|
1739
|
+
return pulumi.get(self, "key_type")
|
|
1740
|
+
|
|
1741
|
+
@key_type.setter
|
|
1742
|
+
def key_type(self, value: Optional[pulumi.Input[Union[str, 'KeyType']]]):
|
|
1743
|
+
pulumi.set(self, "key_type", value)
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
if not MYPY:
|
|
1747
|
+
class EncryptionArgsDict(TypedDict):
|
|
1748
|
+
"""
|
|
1749
|
+
The encryption settings on the storage account.
|
|
1750
|
+
"""
|
|
1751
|
+
encryption_identity: NotRequired[pulumi.Input['EncryptionIdentityArgsDict']]
|
|
1752
|
+
"""
|
|
1753
|
+
The identity to be used with service-side encryption at rest.
|
|
1754
|
+
"""
|
|
1755
|
+
key_source: NotRequired[pulumi.Input[Union[str, 'KeySource']]]
|
|
1756
|
+
"""
|
|
1757
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault
|
|
1758
|
+
"""
|
|
1759
|
+
key_vault_properties: NotRequired[pulumi.Input['KeyVaultPropertiesArgsDict']]
|
|
1760
|
+
"""
|
|
1761
|
+
Properties provided by key vault.
|
|
1762
|
+
"""
|
|
1763
|
+
require_infrastructure_encryption: NotRequired[pulumi.Input[bool]]
|
|
1764
|
+
"""
|
|
1765
|
+
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
|
|
1766
|
+
"""
|
|
1767
|
+
services: NotRequired[pulumi.Input['EncryptionServicesArgsDict']]
|
|
1768
|
+
"""
|
|
1769
|
+
List of services which support encryption.
|
|
1770
|
+
"""
|
|
1771
|
+
elif False:
|
|
1772
|
+
EncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1773
|
+
|
|
1774
|
+
@pulumi.input_type
|
|
1775
|
+
class EncryptionArgs:
|
|
1776
|
+
def __init__(__self__, *,
|
|
1777
|
+
encryption_identity: Optional[pulumi.Input['EncryptionIdentityArgs']] = None,
|
|
1778
|
+
key_source: Optional[pulumi.Input[Union[str, 'KeySource']]] = None,
|
|
1779
|
+
key_vault_properties: Optional[pulumi.Input['KeyVaultPropertiesArgs']] = None,
|
|
1780
|
+
require_infrastructure_encryption: Optional[pulumi.Input[bool]] = None,
|
|
1781
|
+
services: Optional[pulumi.Input['EncryptionServicesArgs']] = None):
|
|
1782
|
+
"""
|
|
1783
|
+
The encryption settings on the storage account.
|
|
1784
|
+
:param pulumi.Input['EncryptionIdentityArgs'] encryption_identity: The identity to be used with service-side encryption at rest.
|
|
1785
|
+
:param pulumi.Input[Union[str, 'KeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault
|
|
1786
|
+
:param pulumi.Input['KeyVaultPropertiesArgs'] key_vault_properties: Properties provided by key vault.
|
|
1787
|
+
:param pulumi.Input[bool] require_infrastructure_encryption: A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
|
|
1788
|
+
:param pulumi.Input['EncryptionServicesArgs'] services: List of services which support encryption.
|
|
1789
|
+
"""
|
|
1790
|
+
if encryption_identity is not None:
|
|
1791
|
+
pulumi.set(__self__, "encryption_identity", encryption_identity)
|
|
1792
|
+
if key_source is None:
|
|
1793
|
+
key_source = 'Microsoft.Storage'
|
|
1794
|
+
if key_source is not None:
|
|
1795
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
1796
|
+
if key_vault_properties is not None:
|
|
1797
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
1798
|
+
if require_infrastructure_encryption is not None:
|
|
1799
|
+
pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
|
|
1800
|
+
if services is not None:
|
|
1801
|
+
pulumi.set(__self__, "services", services)
|
|
1802
|
+
|
|
1803
|
+
@property
|
|
1804
|
+
@pulumi.getter(name="encryptionIdentity")
|
|
1805
|
+
def encryption_identity(self) -> Optional[pulumi.Input['EncryptionIdentityArgs']]:
|
|
1806
|
+
"""
|
|
1807
|
+
The identity to be used with service-side encryption at rest.
|
|
1808
|
+
"""
|
|
1809
|
+
return pulumi.get(self, "encryption_identity")
|
|
1810
|
+
|
|
1811
|
+
@encryption_identity.setter
|
|
1812
|
+
def encryption_identity(self, value: Optional[pulumi.Input['EncryptionIdentityArgs']]):
|
|
1813
|
+
pulumi.set(self, "encryption_identity", value)
|
|
1814
|
+
|
|
1815
|
+
@property
|
|
1816
|
+
@pulumi.getter(name="keySource")
|
|
1817
|
+
def key_source(self) -> Optional[pulumi.Input[Union[str, 'KeySource']]]:
|
|
1818
|
+
"""
|
|
1819
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault
|
|
1820
|
+
"""
|
|
1821
|
+
return pulumi.get(self, "key_source")
|
|
1822
|
+
|
|
1823
|
+
@key_source.setter
|
|
1824
|
+
def key_source(self, value: Optional[pulumi.Input[Union[str, 'KeySource']]]):
|
|
1825
|
+
pulumi.set(self, "key_source", value)
|
|
1826
|
+
|
|
1827
|
+
@property
|
|
1828
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
1829
|
+
def key_vault_properties(self) -> Optional[pulumi.Input['KeyVaultPropertiesArgs']]:
|
|
1830
|
+
"""
|
|
1831
|
+
Properties provided by key vault.
|
|
1832
|
+
"""
|
|
1833
|
+
return pulumi.get(self, "key_vault_properties")
|
|
1834
|
+
|
|
1835
|
+
@key_vault_properties.setter
|
|
1836
|
+
def key_vault_properties(self, value: Optional[pulumi.Input['KeyVaultPropertiesArgs']]):
|
|
1837
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
1838
|
+
|
|
1839
|
+
@property
|
|
1840
|
+
@pulumi.getter(name="requireInfrastructureEncryption")
|
|
1841
|
+
def require_infrastructure_encryption(self) -> Optional[pulumi.Input[bool]]:
|
|
1842
|
+
"""
|
|
1843
|
+
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
|
|
1844
|
+
"""
|
|
1845
|
+
return pulumi.get(self, "require_infrastructure_encryption")
|
|
1846
|
+
|
|
1847
|
+
@require_infrastructure_encryption.setter
|
|
1848
|
+
def require_infrastructure_encryption(self, value: Optional[pulumi.Input[bool]]):
|
|
1849
|
+
pulumi.set(self, "require_infrastructure_encryption", value)
|
|
1850
|
+
|
|
1851
|
+
@property
|
|
1852
|
+
@pulumi.getter
|
|
1853
|
+
def services(self) -> Optional[pulumi.Input['EncryptionServicesArgs']]:
|
|
1854
|
+
"""
|
|
1855
|
+
List of services which support encryption.
|
|
1856
|
+
"""
|
|
1857
|
+
return pulumi.get(self, "services")
|
|
1858
|
+
|
|
1859
|
+
@services.setter
|
|
1860
|
+
def services(self, value: Optional[pulumi.Input['EncryptionServicesArgs']]):
|
|
1861
|
+
pulumi.set(self, "services", value)
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
if not MYPY:
|
|
1865
|
+
class ExecutionTargetArgsDict(TypedDict):
|
|
1866
|
+
"""
|
|
1867
|
+
Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task
|
|
1868
|
+
"""
|
|
1869
|
+
exclude_prefix: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1870
|
+
"""
|
|
1871
|
+
List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
|
|
1872
|
+
"""
|
|
1873
|
+
prefix: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1874
|
+
"""
|
|
1875
|
+
Required list of object prefixes to be included for task execution
|
|
1876
|
+
"""
|
|
1877
|
+
elif False:
|
|
1878
|
+
ExecutionTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1879
|
+
|
|
1880
|
+
@pulumi.input_type
|
|
1881
|
+
class ExecutionTargetArgs:
|
|
1882
|
+
def __init__(__self__, *,
|
|
1883
|
+
exclude_prefix: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1884
|
+
prefix: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1885
|
+
"""
|
|
1886
|
+
Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task
|
|
1887
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_prefix: List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
|
|
1888
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] prefix: Required list of object prefixes to be included for task execution
|
|
1889
|
+
"""
|
|
1890
|
+
if exclude_prefix is not None:
|
|
1891
|
+
pulumi.set(__self__, "exclude_prefix", exclude_prefix)
|
|
1892
|
+
if prefix is not None:
|
|
1893
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1894
|
+
|
|
1895
|
+
@property
|
|
1896
|
+
@pulumi.getter(name="excludePrefix")
|
|
1897
|
+
def exclude_prefix(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1898
|
+
"""
|
|
1899
|
+
List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
|
|
1900
|
+
"""
|
|
1901
|
+
return pulumi.get(self, "exclude_prefix")
|
|
1902
|
+
|
|
1903
|
+
@exclude_prefix.setter
|
|
1904
|
+
def exclude_prefix(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1905
|
+
pulumi.set(self, "exclude_prefix", value)
|
|
1906
|
+
|
|
1907
|
+
@property
|
|
1908
|
+
@pulumi.getter
|
|
1909
|
+
def prefix(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1910
|
+
"""
|
|
1911
|
+
Required list of object prefixes to be included for task execution
|
|
1912
|
+
"""
|
|
1913
|
+
return pulumi.get(self, "prefix")
|
|
1914
|
+
|
|
1915
|
+
@prefix.setter
|
|
1916
|
+
def prefix(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1917
|
+
pulumi.set(self, "prefix", value)
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
if not MYPY:
|
|
1921
|
+
class ExecutionTriggerArgsDict(TypedDict):
|
|
1922
|
+
"""
|
|
1923
|
+
Execution trigger for storage task assignment
|
|
1924
|
+
"""
|
|
1925
|
+
parameters: pulumi.Input['TriggerParametersArgsDict']
|
|
1926
|
+
"""
|
|
1927
|
+
The trigger parameters of the storage task assignment execution
|
|
1928
|
+
"""
|
|
1929
|
+
type: pulumi.Input['TriggerType']
|
|
1930
|
+
"""
|
|
1931
|
+
The trigger type of the storage task assignment execution
|
|
1932
|
+
"""
|
|
1933
|
+
elif False:
|
|
1934
|
+
ExecutionTriggerArgsDict: TypeAlias = Mapping[str, Any]
|
|
1935
|
+
|
|
1936
|
+
@pulumi.input_type
|
|
1937
|
+
class ExecutionTriggerArgs:
|
|
1938
|
+
def __init__(__self__, *,
|
|
1939
|
+
parameters: pulumi.Input['TriggerParametersArgs'],
|
|
1940
|
+
type: pulumi.Input['TriggerType']):
|
|
1941
|
+
"""
|
|
1942
|
+
Execution trigger for storage task assignment
|
|
1943
|
+
:param pulumi.Input['TriggerParametersArgs'] parameters: The trigger parameters of the storage task assignment execution
|
|
1944
|
+
:param pulumi.Input['TriggerType'] type: The trigger type of the storage task assignment execution
|
|
1945
|
+
"""
|
|
1946
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
1947
|
+
pulumi.set(__self__, "type", type)
|
|
1948
|
+
|
|
1949
|
+
@property
|
|
1950
|
+
@pulumi.getter
|
|
1951
|
+
def parameters(self) -> pulumi.Input['TriggerParametersArgs']:
|
|
1952
|
+
"""
|
|
1953
|
+
The trigger parameters of the storage task assignment execution
|
|
1954
|
+
"""
|
|
1955
|
+
return pulumi.get(self, "parameters")
|
|
1956
|
+
|
|
1957
|
+
@parameters.setter
|
|
1958
|
+
def parameters(self, value: pulumi.Input['TriggerParametersArgs']):
|
|
1959
|
+
pulumi.set(self, "parameters", value)
|
|
1960
|
+
|
|
1961
|
+
@property
|
|
1962
|
+
@pulumi.getter
|
|
1963
|
+
def type(self) -> pulumi.Input['TriggerType']:
|
|
1964
|
+
"""
|
|
1965
|
+
The trigger type of the storage task assignment execution
|
|
1966
|
+
"""
|
|
1967
|
+
return pulumi.get(self, "type")
|
|
1968
|
+
|
|
1969
|
+
@type.setter
|
|
1970
|
+
def type(self, value: pulumi.Input['TriggerType']):
|
|
1971
|
+
pulumi.set(self, "type", value)
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
if not MYPY:
|
|
1975
|
+
class ExtendedLocationArgsDict(TypedDict):
|
|
1976
|
+
"""
|
|
1977
|
+
The complex type of the extended location.
|
|
1978
|
+
"""
|
|
1979
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1980
|
+
"""
|
|
1981
|
+
The name of the extended location.
|
|
1982
|
+
"""
|
|
1983
|
+
type: NotRequired[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]
|
|
1984
|
+
"""
|
|
1985
|
+
The type of the extended location.
|
|
1986
|
+
"""
|
|
1987
|
+
elif False:
|
|
1988
|
+
ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1989
|
+
|
|
1990
|
+
@pulumi.input_type
|
|
1991
|
+
class ExtendedLocationArgs:
|
|
1992
|
+
def __init__(__self__, *,
|
|
1993
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1994
|
+
type: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]] = None):
|
|
1995
|
+
"""
|
|
1996
|
+
The complex type of the extended location.
|
|
1997
|
+
:param pulumi.Input[str] name: The name of the extended location.
|
|
1998
|
+
:param pulumi.Input[Union[str, 'ExtendedLocationTypes']] type: The type of the extended location.
|
|
1999
|
+
"""
|
|
2000
|
+
if name is not None:
|
|
2001
|
+
pulumi.set(__self__, "name", name)
|
|
2002
|
+
if type is not None:
|
|
2003
|
+
pulumi.set(__self__, "type", type)
|
|
2004
|
+
|
|
2005
|
+
@property
|
|
2006
|
+
@pulumi.getter
|
|
2007
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2008
|
+
"""
|
|
2009
|
+
The name of the extended location.
|
|
2010
|
+
"""
|
|
2011
|
+
return pulumi.get(self, "name")
|
|
2012
|
+
|
|
2013
|
+
@name.setter
|
|
2014
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2015
|
+
pulumi.set(self, "name", value)
|
|
2016
|
+
|
|
2017
|
+
@property
|
|
2018
|
+
@pulumi.getter
|
|
2019
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]:
|
|
2020
|
+
"""
|
|
2021
|
+
The type of the extended location.
|
|
2022
|
+
"""
|
|
2023
|
+
return pulumi.get(self, "type")
|
|
2024
|
+
|
|
2025
|
+
@type.setter
|
|
2026
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]):
|
|
2027
|
+
pulumi.set(self, "type", value)
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
if not MYPY:
|
|
2031
|
+
class FileSharePropertiesFileSharePaidBurstingArgsDict(TypedDict):
|
|
2032
|
+
"""
|
|
2033
|
+
File Share Paid Bursting properties.
|
|
2034
|
+
"""
|
|
2035
|
+
paid_bursting_enabled: NotRequired[pulumi.Input[bool]]
|
|
2036
|
+
"""
|
|
2037
|
+
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.
|
|
2038
|
+
"""
|
|
2039
|
+
paid_bursting_max_bandwidth_mibps: NotRequired[pulumi.Input[int]]
|
|
2040
|
+
"""
|
|
2041
|
+
The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.
|
|
2042
|
+
"""
|
|
2043
|
+
paid_bursting_max_iops: NotRequired[pulumi.Input[int]]
|
|
2044
|
+
"""
|
|
2045
|
+
The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.
|
|
2046
|
+
"""
|
|
2047
|
+
elif False:
|
|
2048
|
+
FileSharePropertiesFileSharePaidBurstingArgsDict: TypeAlias = Mapping[str, Any]
|
|
2049
|
+
|
|
2050
|
+
@pulumi.input_type
|
|
2051
|
+
class FileSharePropertiesFileSharePaidBurstingArgs:
|
|
2052
|
+
def __init__(__self__, *,
|
|
2053
|
+
paid_bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
2054
|
+
paid_bursting_max_bandwidth_mibps: Optional[pulumi.Input[int]] = None,
|
|
2055
|
+
paid_bursting_max_iops: Optional[pulumi.Input[int]] = None):
|
|
2056
|
+
"""
|
|
2057
|
+
File Share Paid Bursting properties.
|
|
2058
|
+
:param pulumi.Input[bool] paid_bursting_enabled: Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.
|
|
2059
|
+
:param pulumi.Input[int] paid_bursting_max_bandwidth_mibps: The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.
|
|
2060
|
+
:param pulumi.Input[int] paid_bursting_max_iops: The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.
|
|
2061
|
+
"""
|
|
2062
|
+
if paid_bursting_enabled is not None:
|
|
2063
|
+
pulumi.set(__self__, "paid_bursting_enabled", paid_bursting_enabled)
|
|
2064
|
+
if paid_bursting_max_bandwidth_mibps is not None:
|
|
2065
|
+
pulumi.set(__self__, "paid_bursting_max_bandwidth_mibps", paid_bursting_max_bandwidth_mibps)
|
|
2066
|
+
if paid_bursting_max_iops is not None:
|
|
2067
|
+
pulumi.set(__self__, "paid_bursting_max_iops", paid_bursting_max_iops)
|
|
2068
|
+
|
|
2069
|
+
@property
|
|
2070
|
+
@pulumi.getter(name="paidBurstingEnabled")
|
|
2071
|
+
def paid_bursting_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2072
|
+
"""
|
|
2073
|
+
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.
|
|
2074
|
+
"""
|
|
2075
|
+
return pulumi.get(self, "paid_bursting_enabled")
|
|
2076
|
+
|
|
2077
|
+
@paid_bursting_enabled.setter
|
|
2078
|
+
def paid_bursting_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2079
|
+
pulumi.set(self, "paid_bursting_enabled", value)
|
|
2080
|
+
|
|
2081
|
+
@property
|
|
2082
|
+
@pulumi.getter(name="paidBurstingMaxBandwidthMibps")
|
|
2083
|
+
def paid_bursting_max_bandwidth_mibps(self) -> Optional[pulumi.Input[int]]:
|
|
2084
|
+
"""
|
|
2085
|
+
The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.
|
|
2086
|
+
"""
|
|
2087
|
+
return pulumi.get(self, "paid_bursting_max_bandwidth_mibps")
|
|
2088
|
+
|
|
2089
|
+
@paid_bursting_max_bandwidth_mibps.setter
|
|
2090
|
+
def paid_bursting_max_bandwidth_mibps(self, value: Optional[pulumi.Input[int]]):
|
|
2091
|
+
pulumi.set(self, "paid_bursting_max_bandwidth_mibps", value)
|
|
2092
|
+
|
|
2093
|
+
@property
|
|
2094
|
+
@pulumi.getter(name="paidBurstingMaxIops")
|
|
2095
|
+
def paid_bursting_max_iops(self) -> Optional[pulumi.Input[int]]:
|
|
2096
|
+
"""
|
|
2097
|
+
The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.
|
|
2098
|
+
"""
|
|
2099
|
+
return pulumi.get(self, "paid_bursting_max_iops")
|
|
2100
|
+
|
|
2101
|
+
@paid_bursting_max_iops.setter
|
|
2102
|
+
def paid_bursting_max_iops(self, value: Optional[pulumi.Input[int]]):
|
|
2103
|
+
pulumi.set(self, "paid_bursting_max_iops", value)
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
if not MYPY:
|
|
2107
|
+
class IPRuleArgsDict(TypedDict):
|
|
2108
|
+
"""
|
|
2109
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
2110
|
+
"""
|
|
2111
|
+
i_p_address_or_range: pulumi.Input[str]
|
|
2112
|
+
"""
|
|
2113
|
+
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
|
|
2114
|
+
"""
|
|
2115
|
+
action: NotRequired[pulumi.Input['Action']]
|
|
2116
|
+
"""
|
|
2117
|
+
The action of IP ACL rule.
|
|
2118
|
+
"""
|
|
2119
|
+
elif False:
|
|
2120
|
+
IPRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
2121
|
+
|
|
2122
|
+
@pulumi.input_type
|
|
2123
|
+
class IPRuleArgs:
|
|
2124
|
+
def __init__(__self__, *,
|
|
2125
|
+
i_p_address_or_range: pulumi.Input[str],
|
|
2126
|
+
action: Optional[pulumi.Input['Action']] = None):
|
|
2127
|
+
"""
|
|
2128
|
+
IP rule with specific IP or IP range in CIDR format.
|
|
2129
|
+
:param pulumi.Input[str] i_p_address_or_range: Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
|
|
2130
|
+
:param pulumi.Input['Action'] action: The action of IP ACL rule.
|
|
2131
|
+
"""
|
|
2132
|
+
pulumi.set(__self__, "i_p_address_or_range", i_p_address_or_range)
|
|
2133
|
+
if action is None:
|
|
2134
|
+
action = 'Allow'
|
|
2135
|
+
if action is not None:
|
|
2136
|
+
pulumi.set(__self__, "action", action)
|
|
2137
|
+
|
|
2138
|
+
@property
|
|
2139
|
+
@pulumi.getter(name="iPAddressOrRange")
|
|
2140
|
+
def i_p_address_or_range(self) -> pulumi.Input[str]:
|
|
2141
|
+
"""
|
|
2142
|
+
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
|
|
2143
|
+
"""
|
|
2144
|
+
return pulumi.get(self, "i_p_address_or_range")
|
|
2145
|
+
|
|
2146
|
+
@i_p_address_or_range.setter
|
|
2147
|
+
def i_p_address_or_range(self, value: pulumi.Input[str]):
|
|
2148
|
+
pulumi.set(self, "i_p_address_or_range", value)
|
|
2149
|
+
|
|
2150
|
+
@property
|
|
2151
|
+
@pulumi.getter
|
|
2152
|
+
def action(self) -> Optional[pulumi.Input['Action']]:
|
|
2153
|
+
"""
|
|
2154
|
+
The action of IP ACL rule.
|
|
2155
|
+
"""
|
|
2156
|
+
return pulumi.get(self, "action")
|
|
2157
|
+
|
|
2158
|
+
@action.setter
|
|
2159
|
+
def action(self, value: Optional[pulumi.Input['Action']]):
|
|
2160
|
+
pulumi.set(self, "action", value)
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
if not MYPY:
|
|
2164
|
+
class IdentityArgsDict(TypedDict):
|
|
2165
|
+
"""
|
|
2166
|
+
Identity for the resource.
|
|
2167
|
+
"""
|
|
2168
|
+
type: pulumi.Input[Union[str, 'IdentityType']]
|
|
2169
|
+
"""
|
|
2170
|
+
The identity type.
|
|
2171
|
+
"""
|
|
2172
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2173
|
+
"""
|
|
2174
|
+
Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.
|
|
2175
|
+
"""
|
|
2176
|
+
elif False:
|
|
2177
|
+
IdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
2178
|
+
|
|
2179
|
+
@pulumi.input_type
|
|
2180
|
+
class IdentityArgs:
|
|
2181
|
+
def __init__(__self__, *,
|
|
2182
|
+
type: pulumi.Input[Union[str, 'IdentityType']],
|
|
2183
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2184
|
+
"""
|
|
2185
|
+
Identity for the resource.
|
|
2186
|
+
:param pulumi.Input[Union[str, 'IdentityType']] type: The identity type.
|
|
2187
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.
|
|
2188
|
+
"""
|
|
2189
|
+
pulumi.set(__self__, "type", type)
|
|
2190
|
+
if user_assigned_identities is not None:
|
|
2191
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
2192
|
+
|
|
2193
|
+
@property
|
|
2194
|
+
@pulumi.getter
|
|
2195
|
+
def type(self) -> pulumi.Input[Union[str, 'IdentityType']]:
|
|
2196
|
+
"""
|
|
2197
|
+
The identity type.
|
|
2198
|
+
"""
|
|
2199
|
+
return pulumi.get(self, "type")
|
|
2200
|
+
|
|
2201
|
+
@type.setter
|
|
2202
|
+
def type(self, value: pulumi.Input[Union[str, 'IdentityType']]):
|
|
2203
|
+
pulumi.set(self, "type", value)
|
|
2204
|
+
|
|
2205
|
+
@property
|
|
2206
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
2207
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2208
|
+
"""
|
|
2209
|
+
Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.
|
|
2210
|
+
"""
|
|
2211
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
2212
|
+
|
|
2213
|
+
@user_assigned_identities.setter
|
|
2214
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2215
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
if not MYPY:
|
|
2219
|
+
class ImmutableStorageAccountArgsDict(TypedDict):
|
|
2220
|
+
"""
|
|
2221
|
+
This property enables and defines account-level immutability. Enabling the feature auto-enables Blob Versioning.
|
|
2222
|
+
"""
|
|
2223
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
2224
|
+
"""
|
|
2225
|
+
A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default.
|
|
2226
|
+
"""
|
|
2227
|
+
immutability_policy: NotRequired[pulumi.Input['AccountImmutabilityPolicyPropertiesArgsDict']]
|
|
2228
|
+
"""
|
|
2229
|
+
Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy.
|
|
2230
|
+
"""
|
|
2231
|
+
elif False:
|
|
2232
|
+
ImmutableStorageAccountArgsDict: TypeAlias = Mapping[str, Any]
|
|
2233
|
+
|
|
2234
|
+
@pulumi.input_type
|
|
2235
|
+
class ImmutableStorageAccountArgs:
|
|
2236
|
+
def __init__(__self__, *,
|
|
2237
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
2238
|
+
immutability_policy: Optional[pulumi.Input['AccountImmutabilityPolicyPropertiesArgs']] = None):
|
|
2239
|
+
"""
|
|
2240
|
+
This property enables and defines account-level immutability. Enabling the feature auto-enables Blob Versioning.
|
|
2241
|
+
:param pulumi.Input[bool] enabled: A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default.
|
|
2242
|
+
:param pulumi.Input['AccountImmutabilityPolicyPropertiesArgs'] immutability_policy: Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy.
|
|
2243
|
+
"""
|
|
2244
|
+
if enabled is not None:
|
|
2245
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2246
|
+
if immutability_policy is not None:
|
|
2247
|
+
pulumi.set(__self__, "immutability_policy", immutability_policy)
|
|
2248
|
+
|
|
2249
|
+
@property
|
|
2250
|
+
@pulumi.getter
|
|
2251
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2252
|
+
"""
|
|
2253
|
+
A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default.
|
|
2254
|
+
"""
|
|
2255
|
+
return pulumi.get(self, "enabled")
|
|
2256
|
+
|
|
2257
|
+
@enabled.setter
|
|
2258
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2259
|
+
pulumi.set(self, "enabled", value)
|
|
2260
|
+
|
|
2261
|
+
@property
|
|
2262
|
+
@pulumi.getter(name="immutabilityPolicy")
|
|
2263
|
+
def immutability_policy(self) -> Optional[pulumi.Input['AccountImmutabilityPolicyPropertiesArgs']]:
|
|
2264
|
+
"""
|
|
2265
|
+
Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy.
|
|
2266
|
+
"""
|
|
2267
|
+
return pulumi.get(self, "immutability_policy")
|
|
2268
|
+
|
|
2269
|
+
@immutability_policy.setter
|
|
2270
|
+
def immutability_policy(self, value: Optional[pulumi.Input['AccountImmutabilityPolicyPropertiesArgs']]):
|
|
2271
|
+
pulumi.set(self, "immutability_policy", value)
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
if not MYPY:
|
|
2275
|
+
class ImmutableStorageWithVersioningArgsDict(TypedDict):
|
|
2276
|
+
"""
|
|
2277
|
+
Object level immutability properties of the container.
|
|
2278
|
+
"""
|
|
2279
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
2280
|
+
"""
|
|
2281
|
+
This is an immutable property, when set to true it enables object level immutability at the container level.
|
|
2282
|
+
"""
|
|
2283
|
+
elif False:
|
|
2284
|
+
ImmutableStorageWithVersioningArgsDict: TypeAlias = Mapping[str, Any]
|
|
2285
|
+
|
|
2286
|
+
@pulumi.input_type
|
|
2287
|
+
class ImmutableStorageWithVersioningArgs:
|
|
2288
|
+
def __init__(__self__, *,
|
|
2289
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
2290
|
+
"""
|
|
2291
|
+
Object level immutability properties of the container.
|
|
2292
|
+
:param pulumi.Input[bool] enabled: This is an immutable property, when set to true it enables object level immutability at the container level.
|
|
2293
|
+
"""
|
|
2294
|
+
if enabled is not None:
|
|
2295
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2296
|
+
|
|
2297
|
+
@property
|
|
2298
|
+
@pulumi.getter
|
|
2299
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2300
|
+
"""
|
|
2301
|
+
This is an immutable property, when set to true it enables object level immutability at the container level.
|
|
2302
|
+
"""
|
|
2303
|
+
return pulumi.get(self, "enabled")
|
|
2304
|
+
|
|
2305
|
+
@enabled.setter
|
|
2306
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2307
|
+
pulumi.set(self, "enabled", value)
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
if not MYPY:
|
|
2311
|
+
class KeyPolicyArgsDict(TypedDict):
|
|
2312
|
+
"""
|
|
2313
|
+
KeyPolicy assigned to the storage account.
|
|
2314
|
+
"""
|
|
2315
|
+
key_expiration_period_in_days: pulumi.Input[int]
|
|
2316
|
+
"""
|
|
2317
|
+
The key expiration period in days.
|
|
2318
|
+
"""
|
|
2319
|
+
elif False:
|
|
2320
|
+
KeyPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2321
|
+
|
|
2322
|
+
@pulumi.input_type
|
|
2323
|
+
class KeyPolicyArgs:
|
|
2324
|
+
def __init__(__self__, *,
|
|
2325
|
+
key_expiration_period_in_days: pulumi.Input[int]):
|
|
2326
|
+
"""
|
|
2327
|
+
KeyPolicy assigned to the storage account.
|
|
2328
|
+
:param pulumi.Input[int] key_expiration_period_in_days: The key expiration period in days.
|
|
2329
|
+
"""
|
|
2330
|
+
pulumi.set(__self__, "key_expiration_period_in_days", key_expiration_period_in_days)
|
|
2331
|
+
|
|
2332
|
+
@property
|
|
2333
|
+
@pulumi.getter(name="keyExpirationPeriodInDays")
|
|
2334
|
+
def key_expiration_period_in_days(self) -> pulumi.Input[int]:
|
|
2335
|
+
"""
|
|
2336
|
+
The key expiration period in days.
|
|
2337
|
+
"""
|
|
2338
|
+
return pulumi.get(self, "key_expiration_period_in_days")
|
|
2339
|
+
|
|
2340
|
+
@key_expiration_period_in_days.setter
|
|
2341
|
+
def key_expiration_period_in_days(self, value: pulumi.Input[int]):
|
|
2342
|
+
pulumi.set(self, "key_expiration_period_in_days", value)
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
if not MYPY:
|
|
2346
|
+
class KeyVaultPropertiesArgsDict(TypedDict):
|
|
2347
|
+
"""
|
|
2348
|
+
Properties of key vault.
|
|
2349
|
+
"""
|
|
2350
|
+
key_name: NotRequired[pulumi.Input[str]]
|
|
2351
|
+
"""
|
|
2352
|
+
The name of KeyVault key.
|
|
2353
|
+
"""
|
|
2354
|
+
key_vault_uri: NotRequired[pulumi.Input[str]]
|
|
2355
|
+
"""
|
|
2356
|
+
The Uri of KeyVault.
|
|
2357
|
+
"""
|
|
2358
|
+
key_version: NotRequired[pulumi.Input[str]]
|
|
2359
|
+
"""
|
|
2360
|
+
The version of KeyVault key.
|
|
2361
|
+
"""
|
|
2362
|
+
elif False:
|
|
2363
|
+
KeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2364
|
+
|
|
2365
|
+
@pulumi.input_type
|
|
2366
|
+
class KeyVaultPropertiesArgs:
|
|
2367
|
+
def __init__(__self__, *,
|
|
2368
|
+
key_name: Optional[pulumi.Input[str]] = None,
|
|
2369
|
+
key_vault_uri: Optional[pulumi.Input[str]] = None,
|
|
2370
|
+
key_version: Optional[pulumi.Input[str]] = None):
|
|
2371
|
+
"""
|
|
2372
|
+
Properties of key vault.
|
|
2373
|
+
:param pulumi.Input[str] key_name: The name of KeyVault key.
|
|
2374
|
+
:param pulumi.Input[str] key_vault_uri: The Uri of KeyVault.
|
|
2375
|
+
:param pulumi.Input[str] key_version: The version of KeyVault key.
|
|
2376
|
+
"""
|
|
2377
|
+
if key_name is not None:
|
|
2378
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
2379
|
+
if key_vault_uri is not None:
|
|
2380
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
2381
|
+
if key_version is not None:
|
|
2382
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
2383
|
+
|
|
2384
|
+
@property
|
|
2385
|
+
@pulumi.getter(name="keyName")
|
|
2386
|
+
def key_name(self) -> Optional[pulumi.Input[str]]:
|
|
2387
|
+
"""
|
|
2388
|
+
The name of KeyVault key.
|
|
2389
|
+
"""
|
|
2390
|
+
return pulumi.get(self, "key_name")
|
|
2391
|
+
|
|
2392
|
+
@key_name.setter
|
|
2393
|
+
def key_name(self, value: Optional[pulumi.Input[str]]):
|
|
2394
|
+
pulumi.set(self, "key_name", value)
|
|
2395
|
+
|
|
2396
|
+
@property
|
|
2397
|
+
@pulumi.getter(name="keyVaultUri")
|
|
2398
|
+
def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
2399
|
+
"""
|
|
2400
|
+
The Uri of KeyVault.
|
|
2401
|
+
"""
|
|
2402
|
+
return pulumi.get(self, "key_vault_uri")
|
|
2403
|
+
|
|
2404
|
+
@key_vault_uri.setter
|
|
2405
|
+
def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
2406
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
2407
|
+
|
|
2408
|
+
@property
|
|
2409
|
+
@pulumi.getter(name="keyVersion")
|
|
2410
|
+
def key_version(self) -> Optional[pulumi.Input[str]]:
|
|
2411
|
+
"""
|
|
2412
|
+
The version of KeyVault key.
|
|
2413
|
+
"""
|
|
2414
|
+
return pulumi.get(self, "key_version")
|
|
2415
|
+
|
|
2416
|
+
@key_version.setter
|
|
2417
|
+
def key_version(self, value: Optional[pulumi.Input[str]]):
|
|
2418
|
+
pulumi.set(self, "key_version", value)
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
if not MYPY:
|
|
2422
|
+
class LastAccessTimeTrackingPolicyArgsDict(TypedDict):
|
|
2423
|
+
"""
|
|
2424
|
+
The blob service properties for Last access time based tracking policy.
|
|
2425
|
+
"""
|
|
2426
|
+
enable: pulumi.Input[bool]
|
|
2427
|
+
"""
|
|
2428
|
+
When set to true last access time based tracking is enabled.
|
|
2429
|
+
"""
|
|
2430
|
+
blob_type: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2431
|
+
"""
|
|
2432
|
+
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
|
|
2433
|
+
"""
|
|
2434
|
+
name: NotRequired[pulumi.Input[Union[str, 'Name']]]
|
|
2435
|
+
"""
|
|
2436
|
+
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
|
|
2437
|
+
"""
|
|
2438
|
+
tracking_granularity_in_days: NotRequired[pulumi.Input[int]]
|
|
2439
|
+
"""
|
|
2440
|
+
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
|
|
2441
|
+
"""
|
|
2442
|
+
elif False:
|
|
2443
|
+
LastAccessTimeTrackingPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2444
|
+
|
|
2445
|
+
@pulumi.input_type
|
|
2446
|
+
class LastAccessTimeTrackingPolicyArgs:
|
|
2447
|
+
def __init__(__self__, *,
|
|
2448
|
+
enable: pulumi.Input[bool],
|
|
2449
|
+
blob_type: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2450
|
+
name: Optional[pulumi.Input[Union[str, 'Name']]] = None,
|
|
2451
|
+
tracking_granularity_in_days: Optional[pulumi.Input[int]] = None):
|
|
2452
|
+
"""
|
|
2453
|
+
The blob service properties for Last access time based tracking policy.
|
|
2454
|
+
:param pulumi.Input[bool] enable: When set to true last access time based tracking is enabled.
|
|
2455
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] blob_type: An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
|
|
2456
|
+
:param pulumi.Input[Union[str, 'Name']] name: Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
|
|
2457
|
+
:param pulumi.Input[int] tracking_granularity_in_days: The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
|
|
2458
|
+
"""
|
|
2459
|
+
pulumi.set(__self__, "enable", enable)
|
|
2460
|
+
if blob_type is not None:
|
|
2461
|
+
pulumi.set(__self__, "blob_type", blob_type)
|
|
2462
|
+
if name is not None:
|
|
2463
|
+
pulumi.set(__self__, "name", name)
|
|
2464
|
+
if tracking_granularity_in_days is not None:
|
|
2465
|
+
pulumi.set(__self__, "tracking_granularity_in_days", tracking_granularity_in_days)
|
|
2466
|
+
|
|
2467
|
+
@property
|
|
2468
|
+
@pulumi.getter
|
|
2469
|
+
def enable(self) -> pulumi.Input[bool]:
|
|
2470
|
+
"""
|
|
2471
|
+
When set to true last access time based tracking is enabled.
|
|
2472
|
+
"""
|
|
2473
|
+
return pulumi.get(self, "enable")
|
|
2474
|
+
|
|
2475
|
+
@enable.setter
|
|
2476
|
+
def enable(self, value: pulumi.Input[bool]):
|
|
2477
|
+
pulumi.set(self, "enable", value)
|
|
2478
|
+
|
|
2479
|
+
@property
|
|
2480
|
+
@pulumi.getter(name="blobType")
|
|
2481
|
+
def blob_type(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2482
|
+
"""
|
|
2483
|
+
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
|
|
2484
|
+
"""
|
|
2485
|
+
return pulumi.get(self, "blob_type")
|
|
2486
|
+
|
|
2487
|
+
@blob_type.setter
|
|
2488
|
+
def blob_type(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2489
|
+
pulumi.set(self, "blob_type", value)
|
|
2490
|
+
|
|
2491
|
+
@property
|
|
2492
|
+
@pulumi.getter
|
|
2493
|
+
def name(self) -> Optional[pulumi.Input[Union[str, 'Name']]]:
|
|
2494
|
+
"""
|
|
2495
|
+
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
|
|
2496
|
+
"""
|
|
2497
|
+
return pulumi.get(self, "name")
|
|
2498
|
+
|
|
2499
|
+
@name.setter
|
|
2500
|
+
def name(self, value: Optional[pulumi.Input[Union[str, 'Name']]]):
|
|
2501
|
+
pulumi.set(self, "name", value)
|
|
2502
|
+
|
|
2503
|
+
@property
|
|
2504
|
+
@pulumi.getter(name="trackingGranularityInDays")
|
|
2505
|
+
def tracking_granularity_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
2506
|
+
"""
|
|
2507
|
+
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
|
|
2508
|
+
"""
|
|
2509
|
+
return pulumi.get(self, "tracking_granularity_in_days")
|
|
2510
|
+
|
|
2511
|
+
@tracking_granularity_in_days.setter
|
|
2512
|
+
def tracking_granularity_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
2513
|
+
pulumi.set(self, "tracking_granularity_in_days", value)
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
if not MYPY:
|
|
2517
|
+
class ManagementPolicyActionArgsDict(TypedDict):
|
|
2518
|
+
"""
|
|
2519
|
+
Actions are applied to the filtered blobs when the execution condition is met.
|
|
2520
|
+
"""
|
|
2521
|
+
base_blob: NotRequired[pulumi.Input['ManagementPolicyBaseBlobArgsDict']]
|
|
2522
|
+
"""
|
|
2523
|
+
The management policy action for base blob
|
|
2524
|
+
"""
|
|
2525
|
+
snapshot: NotRequired[pulumi.Input['ManagementPolicySnapShotArgsDict']]
|
|
2526
|
+
"""
|
|
2527
|
+
The management policy action for snapshot
|
|
2528
|
+
"""
|
|
2529
|
+
version: NotRequired[pulumi.Input['ManagementPolicyVersionArgsDict']]
|
|
2530
|
+
"""
|
|
2531
|
+
The management policy action for version
|
|
2532
|
+
"""
|
|
2533
|
+
elif False:
|
|
2534
|
+
ManagementPolicyActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2535
|
+
|
|
2536
|
+
@pulumi.input_type
|
|
2537
|
+
class ManagementPolicyActionArgs:
|
|
2538
|
+
def __init__(__self__, *,
|
|
2539
|
+
base_blob: Optional[pulumi.Input['ManagementPolicyBaseBlobArgs']] = None,
|
|
2540
|
+
snapshot: Optional[pulumi.Input['ManagementPolicySnapShotArgs']] = None,
|
|
2541
|
+
version: Optional[pulumi.Input['ManagementPolicyVersionArgs']] = None):
|
|
2542
|
+
"""
|
|
2543
|
+
Actions are applied to the filtered blobs when the execution condition is met.
|
|
2544
|
+
:param pulumi.Input['ManagementPolicyBaseBlobArgs'] base_blob: The management policy action for base blob
|
|
2545
|
+
:param pulumi.Input['ManagementPolicySnapShotArgs'] snapshot: The management policy action for snapshot
|
|
2546
|
+
:param pulumi.Input['ManagementPolicyVersionArgs'] version: The management policy action for version
|
|
2547
|
+
"""
|
|
2548
|
+
if base_blob is not None:
|
|
2549
|
+
pulumi.set(__self__, "base_blob", base_blob)
|
|
2550
|
+
if snapshot is not None:
|
|
2551
|
+
pulumi.set(__self__, "snapshot", snapshot)
|
|
2552
|
+
if version is not None:
|
|
2553
|
+
pulumi.set(__self__, "version", version)
|
|
2554
|
+
|
|
2555
|
+
@property
|
|
2556
|
+
@pulumi.getter(name="baseBlob")
|
|
2557
|
+
def base_blob(self) -> Optional[pulumi.Input['ManagementPolicyBaseBlobArgs']]:
|
|
2558
|
+
"""
|
|
2559
|
+
The management policy action for base blob
|
|
2560
|
+
"""
|
|
2561
|
+
return pulumi.get(self, "base_blob")
|
|
2562
|
+
|
|
2563
|
+
@base_blob.setter
|
|
2564
|
+
def base_blob(self, value: Optional[pulumi.Input['ManagementPolicyBaseBlobArgs']]):
|
|
2565
|
+
pulumi.set(self, "base_blob", value)
|
|
2566
|
+
|
|
2567
|
+
@property
|
|
2568
|
+
@pulumi.getter
|
|
2569
|
+
def snapshot(self) -> Optional[pulumi.Input['ManagementPolicySnapShotArgs']]:
|
|
2570
|
+
"""
|
|
2571
|
+
The management policy action for snapshot
|
|
2572
|
+
"""
|
|
2573
|
+
return pulumi.get(self, "snapshot")
|
|
2574
|
+
|
|
2575
|
+
@snapshot.setter
|
|
2576
|
+
def snapshot(self, value: Optional[pulumi.Input['ManagementPolicySnapShotArgs']]):
|
|
2577
|
+
pulumi.set(self, "snapshot", value)
|
|
2578
|
+
|
|
2579
|
+
@property
|
|
2580
|
+
@pulumi.getter
|
|
2581
|
+
def version(self) -> Optional[pulumi.Input['ManagementPolicyVersionArgs']]:
|
|
2582
|
+
"""
|
|
2583
|
+
The management policy action for version
|
|
2584
|
+
"""
|
|
2585
|
+
return pulumi.get(self, "version")
|
|
2586
|
+
|
|
2587
|
+
@version.setter
|
|
2588
|
+
def version(self, value: Optional[pulumi.Input['ManagementPolicyVersionArgs']]):
|
|
2589
|
+
pulumi.set(self, "version", value)
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
if not MYPY:
|
|
2593
|
+
class ManagementPolicyBaseBlobArgsDict(TypedDict):
|
|
2594
|
+
"""
|
|
2595
|
+
Management policy action for base blob.
|
|
2596
|
+
"""
|
|
2597
|
+
delete: NotRequired[pulumi.Input['DateAfterModificationArgsDict']]
|
|
2598
|
+
"""
|
|
2599
|
+
The function to delete the blob
|
|
2600
|
+
"""
|
|
2601
|
+
enable_auto_tier_to_hot_from_cool: NotRequired[pulumi.Input[bool]]
|
|
2602
|
+
"""
|
|
2603
|
+
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
|
|
2604
|
+
"""
|
|
2605
|
+
tier_to_archive: NotRequired[pulumi.Input['DateAfterModificationArgsDict']]
|
|
2606
|
+
"""
|
|
2607
|
+
The function to tier blobs to archive storage.
|
|
2608
|
+
"""
|
|
2609
|
+
tier_to_cold: NotRequired[pulumi.Input['DateAfterModificationArgsDict']]
|
|
2610
|
+
"""
|
|
2611
|
+
The function to tier blobs to cold storage.
|
|
2612
|
+
"""
|
|
2613
|
+
tier_to_cool: NotRequired[pulumi.Input['DateAfterModificationArgsDict']]
|
|
2614
|
+
"""
|
|
2615
|
+
The function to tier blobs to cool storage.
|
|
2616
|
+
"""
|
|
2617
|
+
tier_to_hot: NotRequired[pulumi.Input['DateAfterModificationArgsDict']]
|
|
2618
|
+
"""
|
|
2619
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
2620
|
+
"""
|
|
2621
|
+
elif False:
|
|
2622
|
+
ManagementPolicyBaseBlobArgsDict: TypeAlias = Mapping[str, Any]
|
|
2623
|
+
|
|
2624
|
+
@pulumi.input_type
|
|
2625
|
+
class ManagementPolicyBaseBlobArgs:
|
|
2626
|
+
def __init__(__self__, *,
|
|
2627
|
+
delete: Optional[pulumi.Input['DateAfterModificationArgs']] = None,
|
|
2628
|
+
enable_auto_tier_to_hot_from_cool: Optional[pulumi.Input[bool]] = None,
|
|
2629
|
+
tier_to_archive: Optional[pulumi.Input['DateAfterModificationArgs']] = None,
|
|
2630
|
+
tier_to_cold: Optional[pulumi.Input['DateAfterModificationArgs']] = None,
|
|
2631
|
+
tier_to_cool: Optional[pulumi.Input['DateAfterModificationArgs']] = None,
|
|
2632
|
+
tier_to_hot: Optional[pulumi.Input['DateAfterModificationArgs']] = None):
|
|
2633
|
+
"""
|
|
2634
|
+
Management policy action for base blob.
|
|
2635
|
+
:param pulumi.Input['DateAfterModificationArgs'] delete: The function to delete the blob
|
|
2636
|
+
:param pulumi.Input[bool] enable_auto_tier_to_hot_from_cool: This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
|
|
2637
|
+
:param pulumi.Input['DateAfterModificationArgs'] tier_to_archive: The function to tier blobs to archive storage.
|
|
2638
|
+
:param pulumi.Input['DateAfterModificationArgs'] tier_to_cold: The function to tier blobs to cold storage.
|
|
2639
|
+
:param pulumi.Input['DateAfterModificationArgs'] tier_to_cool: The function to tier blobs to cool storage.
|
|
2640
|
+
:param pulumi.Input['DateAfterModificationArgs'] tier_to_hot: The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
2641
|
+
"""
|
|
2642
|
+
if delete is not None:
|
|
2643
|
+
pulumi.set(__self__, "delete", delete)
|
|
2644
|
+
if enable_auto_tier_to_hot_from_cool is not None:
|
|
2645
|
+
pulumi.set(__self__, "enable_auto_tier_to_hot_from_cool", enable_auto_tier_to_hot_from_cool)
|
|
2646
|
+
if tier_to_archive is not None:
|
|
2647
|
+
pulumi.set(__self__, "tier_to_archive", tier_to_archive)
|
|
2648
|
+
if tier_to_cold is not None:
|
|
2649
|
+
pulumi.set(__self__, "tier_to_cold", tier_to_cold)
|
|
2650
|
+
if tier_to_cool is not None:
|
|
2651
|
+
pulumi.set(__self__, "tier_to_cool", tier_to_cool)
|
|
2652
|
+
if tier_to_hot is not None:
|
|
2653
|
+
pulumi.set(__self__, "tier_to_hot", tier_to_hot)
|
|
2654
|
+
|
|
2655
|
+
@property
|
|
2656
|
+
@pulumi.getter
|
|
2657
|
+
def delete(self) -> Optional[pulumi.Input['DateAfterModificationArgs']]:
|
|
2658
|
+
"""
|
|
2659
|
+
The function to delete the blob
|
|
2660
|
+
"""
|
|
2661
|
+
return pulumi.get(self, "delete")
|
|
2662
|
+
|
|
2663
|
+
@delete.setter
|
|
2664
|
+
def delete(self, value: Optional[pulumi.Input['DateAfterModificationArgs']]):
|
|
2665
|
+
pulumi.set(self, "delete", value)
|
|
2666
|
+
|
|
2667
|
+
@property
|
|
2668
|
+
@pulumi.getter(name="enableAutoTierToHotFromCool")
|
|
2669
|
+
def enable_auto_tier_to_hot_from_cool(self) -> Optional[pulumi.Input[bool]]:
|
|
2670
|
+
"""
|
|
2671
|
+
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
|
|
2672
|
+
"""
|
|
2673
|
+
return pulumi.get(self, "enable_auto_tier_to_hot_from_cool")
|
|
2674
|
+
|
|
2675
|
+
@enable_auto_tier_to_hot_from_cool.setter
|
|
2676
|
+
def enable_auto_tier_to_hot_from_cool(self, value: Optional[pulumi.Input[bool]]):
|
|
2677
|
+
pulumi.set(self, "enable_auto_tier_to_hot_from_cool", value)
|
|
2678
|
+
|
|
2679
|
+
@property
|
|
2680
|
+
@pulumi.getter(name="tierToArchive")
|
|
2681
|
+
def tier_to_archive(self) -> Optional[pulumi.Input['DateAfterModificationArgs']]:
|
|
2682
|
+
"""
|
|
2683
|
+
The function to tier blobs to archive storage.
|
|
2684
|
+
"""
|
|
2685
|
+
return pulumi.get(self, "tier_to_archive")
|
|
2686
|
+
|
|
2687
|
+
@tier_to_archive.setter
|
|
2688
|
+
def tier_to_archive(self, value: Optional[pulumi.Input['DateAfterModificationArgs']]):
|
|
2689
|
+
pulumi.set(self, "tier_to_archive", value)
|
|
2690
|
+
|
|
2691
|
+
@property
|
|
2692
|
+
@pulumi.getter(name="tierToCold")
|
|
2693
|
+
def tier_to_cold(self) -> Optional[pulumi.Input['DateAfterModificationArgs']]:
|
|
2694
|
+
"""
|
|
2695
|
+
The function to tier blobs to cold storage.
|
|
2696
|
+
"""
|
|
2697
|
+
return pulumi.get(self, "tier_to_cold")
|
|
2698
|
+
|
|
2699
|
+
@tier_to_cold.setter
|
|
2700
|
+
def tier_to_cold(self, value: Optional[pulumi.Input['DateAfterModificationArgs']]):
|
|
2701
|
+
pulumi.set(self, "tier_to_cold", value)
|
|
2702
|
+
|
|
2703
|
+
@property
|
|
2704
|
+
@pulumi.getter(name="tierToCool")
|
|
2705
|
+
def tier_to_cool(self) -> Optional[pulumi.Input['DateAfterModificationArgs']]:
|
|
2706
|
+
"""
|
|
2707
|
+
The function to tier blobs to cool storage.
|
|
2708
|
+
"""
|
|
2709
|
+
return pulumi.get(self, "tier_to_cool")
|
|
2710
|
+
|
|
2711
|
+
@tier_to_cool.setter
|
|
2712
|
+
def tier_to_cool(self, value: Optional[pulumi.Input['DateAfterModificationArgs']]):
|
|
2713
|
+
pulumi.set(self, "tier_to_cool", value)
|
|
2714
|
+
|
|
2715
|
+
@property
|
|
2716
|
+
@pulumi.getter(name="tierToHot")
|
|
2717
|
+
def tier_to_hot(self) -> Optional[pulumi.Input['DateAfterModificationArgs']]:
|
|
2718
|
+
"""
|
|
2719
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
2720
|
+
"""
|
|
2721
|
+
return pulumi.get(self, "tier_to_hot")
|
|
2722
|
+
|
|
2723
|
+
@tier_to_hot.setter
|
|
2724
|
+
def tier_to_hot(self, value: Optional[pulumi.Input['DateAfterModificationArgs']]):
|
|
2725
|
+
pulumi.set(self, "tier_to_hot", value)
|
|
2726
|
+
|
|
2727
|
+
|
|
2728
|
+
if not MYPY:
|
|
2729
|
+
class ManagementPolicyDefinitionArgsDict(TypedDict):
|
|
2730
|
+
"""
|
|
2731
|
+
An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.
|
|
2732
|
+
"""
|
|
2733
|
+
actions: pulumi.Input['ManagementPolicyActionArgsDict']
|
|
2734
|
+
"""
|
|
2735
|
+
An object that defines the action set.
|
|
2736
|
+
"""
|
|
2737
|
+
filters: NotRequired[pulumi.Input['ManagementPolicyFilterArgsDict']]
|
|
2738
|
+
"""
|
|
2739
|
+
An object that defines the filter set.
|
|
2740
|
+
"""
|
|
2741
|
+
elif False:
|
|
2742
|
+
ManagementPolicyDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2743
|
+
|
|
2744
|
+
@pulumi.input_type
|
|
2745
|
+
class ManagementPolicyDefinitionArgs:
|
|
2746
|
+
def __init__(__self__, *,
|
|
2747
|
+
actions: pulumi.Input['ManagementPolicyActionArgs'],
|
|
2748
|
+
filters: Optional[pulumi.Input['ManagementPolicyFilterArgs']] = None):
|
|
2749
|
+
"""
|
|
2750
|
+
An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.
|
|
2751
|
+
:param pulumi.Input['ManagementPolicyActionArgs'] actions: An object that defines the action set.
|
|
2752
|
+
:param pulumi.Input['ManagementPolicyFilterArgs'] filters: An object that defines the filter set.
|
|
2753
|
+
"""
|
|
2754
|
+
pulumi.set(__self__, "actions", actions)
|
|
2755
|
+
if filters is not None:
|
|
2756
|
+
pulumi.set(__self__, "filters", filters)
|
|
2757
|
+
|
|
2758
|
+
@property
|
|
2759
|
+
@pulumi.getter
|
|
2760
|
+
def actions(self) -> pulumi.Input['ManagementPolicyActionArgs']:
|
|
2761
|
+
"""
|
|
2762
|
+
An object that defines the action set.
|
|
2763
|
+
"""
|
|
2764
|
+
return pulumi.get(self, "actions")
|
|
2765
|
+
|
|
2766
|
+
@actions.setter
|
|
2767
|
+
def actions(self, value: pulumi.Input['ManagementPolicyActionArgs']):
|
|
2768
|
+
pulumi.set(self, "actions", value)
|
|
2769
|
+
|
|
2770
|
+
@property
|
|
2771
|
+
@pulumi.getter
|
|
2772
|
+
def filters(self) -> Optional[pulumi.Input['ManagementPolicyFilterArgs']]:
|
|
2773
|
+
"""
|
|
2774
|
+
An object that defines the filter set.
|
|
2775
|
+
"""
|
|
2776
|
+
return pulumi.get(self, "filters")
|
|
2777
|
+
|
|
2778
|
+
@filters.setter
|
|
2779
|
+
def filters(self, value: Optional[pulumi.Input['ManagementPolicyFilterArgs']]):
|
|
2780
|
+
pulumi.set(self, "filters", value)
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
if not MYPY:
|
|
2784
|
+
class ManagementPolicyFilterArgsDict(TypedDict):
|
|
2785
|
+
"""
|
|
2786
|
+
Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.
|
|
2787
|
+
"""
|
|
2788
|
+
blob_types: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2789
|
+
"""
|
|
2790
|
+
An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.
|
|
2791
|
+
"""
|
|
2792
|
+
blob_index_match: NotRequired[pulumi.Input[Sequence[pulumi.Input['TagFilterArgsDict']]]]
|
|
2793
|
+
"""
|
|
2794
|
+
An array of blob index tag based filters, there can be at most 10 tag filters
|
|
2795
|
+
"""
|
|
2796
|
+
prefix_match: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2797
|
+
"""
|
|
2798
|
+
An array of strings for prefixes to be match.
|
|
2799
|
+
"""
|
|
2800
|
+
elif False:
|
|
2801
|
+
ManagementPolicyFilterArgsDict: TypeAlias = Mapping[str, Any]
|
|
2802
|
+
|
|
2803
|
+
@pulumi.input_type
|
|
2804
|
+
class ManagementPolicyFilterArgs:
|
|
2805
|
+
def __init__(__self__, *,
|
|
2806
|
+
blob_types: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2807
|
+
blob_index_match: Optional[pulumi.Input[Sequence[pulumi.Input['TagFilterArgs']]]] = None,
|
|
2808
|
+
prefix_match: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2809
|
+
"""
|
|
2810
|
+
Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.
|
|
2811
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] blob_types: An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.
|
|
2812
|
+
:param pulumi.Input[Sequence[pulumi.Input['TagFilterArgs']]] blob_index_match: An array of blob index tag based filters, there can be at most 10 tag filters
|
|
2813
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] prefix_match: An array of strings for prefixes to be match.
|
|
2814
|
+
"""
|
|
2815
|
+
pulumi.set(__self__, "blob_types", blob_types)
|
|
2816
|
+
if blob_index_match is not None:
|
|
2817
|
+
pulumi.set(__self__, "blob_index_match", blob_index_match)
|
|
2818
|
+
if prefix_match is not None:
|
|
2819
|
+
pulumi.set(__self__, "prefix_match", prefix_match)
|
|
2820
|
+
|
|
2821
|
+
@property
|
|
2822
|
+
@pulumi.getter(name="blobTypes")
|
|
2823
|
+
def blob_types(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2824
|
+
"""
|
|
2825
|
+
An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.
|
|
2826
|
+
"""
|
|
2827
|
+
return pulumi.get(self, "blob_types")
|
|
2828
|
+
|
|
2829
|
+
@blob_types.setter
|
|
2830
|
+
def blob_types(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2831
|
+
pulumi.set(self, "blob_types", value)
|
|
2832
|
+
|
|
2833
|
+
@property
|
|
2834
|
+
@pulumi.getter(name="blobIndexMatch")
|
|
2835
|
+
def blob_index_match(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TagFilterArgs']]]]:
|
|
2836
|
+
"""
|
|
2837
|
+
An array of blob index tag based filters, there can be at most 10 tag filters
|
|
2838
|
+
"""
|
|
2839
|
+
return pulumi.get(self, "blob_index_match")
|
|
2840
|
+
|
|
2841
|
+
@blob_index_match.setter
|
|
2842
|
+
def blob_index_match(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TagFilterArgs']]]]):
|
|
2843
|
+
pulumi.set(self, "blob_index_match", value)
|
|
2844
|
+
|
|
2845
|
+
@property
|
|
2846
|
+
@pulumi.getter(name="prefixMatch")
|
|
2847
|
+
def prefix_match(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2848
|
+
"""
|
|
2849
|
+
An array of strings for prefixes to be match.
|
|
2850
|
+
"""
|
|
2851
|
+
return pulumi.get(self, "prefix_match")
|
|
2852
|
+
|
|
2853
|
+
@prefix_match.setter
|
|
2854
|
+
def prefix_match(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2855
|
+
pulumi.set(self, "prefix_match", value)
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
if not MYPY:
|
|
2859
|
+
class ManagementPolicyRuleArgsDict(TypedDict):
|
|
2860
|
+
"""
|
|
2861
|
+
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
|
|
2862
|
+
"""
|
|
2863
|
+
definition: pulumi.Input['ManagementPolicyDefinitionArgsDict']
|
|
2864
|
+
"""
|
|
2865
|
+
An object that defines the Lifecycle rule.
|
|
2866
|
+
"""
|
|
2867
|
+
name: pulumi.Input[str]
|
|
2868
|
+
"""
|
|
2869
|
+
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
2870
|
+
"""
|
|
2871
|
+
type: pulumi.Input[Union[str, 'RuleType']]
|
|
2872
|
+
"""
|
|
2873
|
+
The valid value is Lifecycle
|
|
2874
|
+
"""
|
|
2875
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
2876
|
+
"""
|
|
2877
|
+
Rule is enabled if set to true.
|
|
2878
|
+
"""
|
|
2879
|
+
elif False:
|
|
2880
|
+
ManagementPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
2881
|
+
|
|
2882
|
+
@pulumi.input_type
|
|
2883
|
+
class ManagementPolicyRuleArgs:
|
|
2884
|
+
def __init__(__self__, *,
|
|
2885
|
+
definition: pulumi.Input['ManagementPolicyDefinitionArgs'],
|
|
2886
|
+
name: pulumi.Input[str],
|
|
2887
|
+
type: pulumi.Input[Union[str, 'RuleType']],
|
|
2888
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
2889
|
+
"""
|
|
2890
|
+
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
|
|
2891
|
+
:param pulumi.Input['ManagementPolicyDefinitionArgs'] definition: An object that defines the Lifecycle rule.
|
|
2892
|
+
:param pulumi.Input[str] name: A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
2893
|
+
:param pulumi.Input[Union[str, 'RuleType']] type: The valid value is Lifecycle
|
|
2894
|
+
:param pulumi.Input[bool] enabled: Rule is enabled if set to true.
|
|
2895
|
+
"""
|
|
2896
|
+
pulumi.set(__self__, "definition", definition)
|
|
2897
|
+
pulumi.set(__self__, "name", name)
|
|
2898
|
+
pulumi.set(__self__, "type", type)
|
|
2899
|
+
if enabled is not None:
|
|
2900
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2901
|
+
|
|
2902
|
+
@property
|
|
2903
|
+
@pulumi.getter
|
|
2904
|
+
def definition(self) -> pulumi.Input['ManagementPolicyDefinitionArgs']:
|
|
2905
|
+
"""
|
|
2906
|
+
An object that defines the Lifecycle rule.
|
|
2907
|
+
"""
|
|
2908
|
+
return pulumi.get(self, "definition")
|
|
2909
|
+
|
|
2910
|
+
@definition.setter
|
|
2911
|
+
def definition(self, value: pulumi.Input['ManagementPolicyDefinitionArgs']):
|
|
2912
|
+
pulumi.set(self, "definition", value)
|
|
2913
|
+
|
|
2914
|
+
@property
|
|
2915
|
+
@pulumi.getter
|
|
2916
|
+
def name(self) -> pulumi.Input[str]:
|
|
2917
|
+
"""
|
|
2918
|
+
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
|
|
2919
|
+
"""
|
|
2920
|
+
return pulumi.get(self, "name")
|
|
2921
|
+
|
|
2922
|
+
@name.setter
|
|
2923
|
+
def name(self, value: pulumi.Input[str]):
|
|
2924
|
+
pulumi.set(self, "name", value)
|
|
2925
|
+
|
|
2926
|
+
@property
|
|
2927
|
+
@pulumi.getter
|
|
2928
|
+
def type(self) -> pulumi.Input[Union[str, 'RuleType']]:
|
|
2929
|
+
"""
|
|
2930
|
+
The valid value is Lifecycle
|
|
2931
|
+
"""
|
|
2932
|
+
return pulumi.get(self, "type")
|
|
2933
|
+
|
|
2934
|
+
@type.setter
|
|
2935
|
+
def type(self, value: pulumi.Input[Union[str, 'RuleType']]):
|
|
2936
|
+
pulumi.set(self, "type", value)
|
|
2937
|
+
|
|
2938
|
+
@property
|
|
2939
|
+
@pulumi.getter
|
|
2940
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2941
|
+
"""
|
|
2942
|
+
Rule is enabled if set to true.
|
|
2943
|
+
"""
|
|
2944
|
+
return pulumi.get(self, "enabled")
|
|
2945
|
+
|
|
2946
|
+
@enabled.setter
|
|
2947
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2948
|
+
pulumi.set(self, "enabled", value)
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
if not MYPY:
|
|
2952
|
+
class ManagementPolicySchemaArgsDict(TypedDict):
|
|
2953
|
+
"""
|
|
2954
|
+
The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
2955
|
+
"""
|
|
2956
|
+
rules: pulumi.Input[Sequence[pulumi.Input['ManagementPolicyRuleArgsDict']]]
|
|
2957
|
+
"""
|
|
2958
|
+
The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
2959
|
+
"""
|
|
2960
|
+
elif False:
|
|
2961
|
+
ManagementPolicySchemaArgsDict: TypeAlias = Mapping[str, Any]
|
|
2962
|
+
|
|
2963
|
+
@pulumi.input_type
|
|
2964
|
+
class ManagementPolicySchemaArgs:
|
|
2965
|
+
def __init__(__self__, *,
|
|
2966
|
+
rules: pulumi.Input[Sequence[pulumi.Input['ManagementPolicyRuleArgs']]]):
|
|
2967
|
+
"""
|
|
2968
|
+
The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
2969
|
+
:param pulumi.Input[Sequence[pulumi.Input['ManagementPolicyRuleArgs']]] rules: The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
2970
|
+
"""
|
|
2971
|
+
pulumi.set(__self__, "rules", rules)
|
|
2972
|
+
|
|
2973
|
+
@property
|
|
2974
|
+
@pulumi.getter
|
|
2975
|
+
def rules(self) -> pulumi.Input[Sequence[pulumi.Input['ManagementPolicyRuleArgs']]]:
|
|
2976
|
+
"""
|
|
2977
|
+
The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
2978
|
+
"""
|
|
2979
|
+
return pulumi.get(self, "rules")
|
|
2980
|
+
|
|
2981
|
+
@rules.setter
|
|
2982
|
+
def rules(self, value: pulumi.Input[Sequence[pulumi.Input['ManagementPolicyRuleArgs']]]):
|
|
2983
|
+
pulumi.set(self, "rules", value)
|
|
2984
|
+
|
|
2985
|
+
|
|
2986
|
+
if not MYPY:
|
|
2987
|
+
class ManagementPolicySnapShotArgsDict(TypedDict):
|
|
2988
|
+
"""
|
|
2989
|
+
Management policy action for snapshot.
|
|
2990
|
+
"""
|
|
2991
|
+
delete: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
2992
|
+
"""
|
|
2993
|
+
The function to delete the blob snapshot
|
|
2994
|
+
"""
|
|
2995
|
+
tier_to_archive: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
2996
|
+
"""
|
|
2997
|
+
The function to tier blob snapshot to archive storage.
|
|
2998
|
+
"""
|
|
2999
|
+
tier_to_cold: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3000
|
+
"""
|
|
3001
|
+
The function to tier blobs to cold storage.
|
|
3002
|
+
"""
|
|
3003
|
+
tier_to_cool: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3004
|
+
"""
|
|
3005
|
+
The function to tier blob snapshot to cool storage.
|
|
3006
|
+
"""
|
|
3007
|
+
tier_to_hot: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3008
|
+
"""
|
|
3009
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3010
|
+
"""
|
|
3011
|
+
elif False:
|
|
3012
|
+
ManagementPolicySnapShotArgsDict: TypeAlias = Mapping[str, Any]
|
|
3013
|
+
|
|
3014
|
+
@pulumi.input_type
|
|
3015
|
+
class ManagementPolicySnapShotArgs:
|
|
3016
|
+
def __init__(__self__, *,
|
|
3017
|
+
delete: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3018
|
+
tier_to_archive: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3019
|
+
tier_to_cold: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3020
|
+
tier_to_cool: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3021
|
+
tier_to_hot: Optional[pulumi.Input['DateAfterCreationArgs']] = None):
|
|
3022
|
+
"""
|
|
3023
|
+
Management policy action for snapshot.
|
|
3024
|
+
:param pulumi.Input['DateAfterCreationArgs'] delete: The function to delete the blob snapshot
|
|
3025
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_archive: The function to tier blob snapshot to archive storage.
|
|
3026
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_cold: The function to tier blobs to cold storage.
|
|
3027
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_cool: The function to tier blob snapshot to cool storage.
|
|
3028
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_hot: The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3029
|
+
"""
|
|
3030
|
+
if delete is not None:
|
|
3031
|
+
pulumi.set(__self__, "delete", delete)
|
|
3032
|
+
if tier_to_archive is not None:
|
|
3033
|
+
pulumi.set(__self__, "tier_to_archive", tier_to_archive)
|
|
3034
|
+
if tier_to_cold is not None:
|
|
3035
|
+
pulumi.set(__self__, "tier_to_cold", tier_to_cold)
|
|
3036
|
+
if tier_to_cool is not None:
|
|
3037
|
+
pulumi.set(__self__, "tier_to_cool", tier_to_cool)
|
|
3038
|
+
if tier_to_hot is not None:
|
|
3039
|
+
pulumi.set(__self__, "tier_to_hot", tier_to_hot)
|
|
3040
|
+
|
|
3041
|
+
@property
|
|
3042
|
+
@pulumi.getter
|
|
3043
|
+
def delete(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3044
|
+
"""
|
|
3045
|
+
The function to delete the blob snapshot
|
|
3046
|
+
"""
|
|
3047
|
+
return pulumi.get(self, "delete")
|
|
3048
|
+
|
|
3049
|
+
@delete.setter
|
|
3050
|
+
def delete(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3051
|
+
pulumi.set(self, "delete", value)
|
|
3052
|
+
|
|
3053
|
+
@property
|
|
3054
|
+
@pulumi.getter(name="tierToArchive")
|
|
3055
|
+
def tier_to_archive(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3056
|
+
"""
|
|
3057
|
+
The function to tier blob snapshot to archive storage.
|
|
3058
|
+
"""
|
|
3059
|
+
return pulumi.get(self, "tier_to_archive")
|
|
3060
|
+
|
|
3061
|
+
@tier_to_archive.setter
|
|
3062
|
+
def tier_to_archive(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3063
|
+
pulumi.set(self, "tier_to_archive", value)
|
|
3064
|
+
|
|
3065
|
+
@property
|
|
3066
|
+
@pulumi.getter(name="tierToCold")
|
|
3067
|
+
def tier_to_cold(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3068
|
+
"""
|
|
3069
|
+
The function to tier blobs to cold storage.
|
|
3070
|
+
"""
|
|
3071
|
+
return pulumi.get(self, "tier_to_cold")
|
|
3072
|
+
|
|
3073
|
+
@tier_to_cold.setter
|
|
3074
|
+
def tier_to_cold(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3075
|
+
pulumi.set(self, "tier_to_cold", value)
|
|
3076
|
+
|
|
3077
|
+
@property
|
|
3078
|
+
@pulumi.getter(name="tierToCool")
|
|
3079
|
+
def tier_to_cool(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3080
|
+
"""
|
|
3081
|
+
The function to tier blob snapshot to cool storage.
|
|
3082
|
+
"""
|
|
3083
|
+
return pulumi.get(self, "tier_to_cool")
|
|
3084
|
+
|
|
3085
|
+
@tier_to_cool.setter
|
|
3086
|
+
def tier_to_cool(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3087
|
+
pulumi.set(self, "tier_to_cool", value)
|
|
3088
|
+
|
|
3089
|
+
@property
|
|
3090
|
+
@pulumi.getter(name="tierToHot")
|
|
3091
|
+
def tier_to_hot(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3092
|
+
"""
|
|
3093
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3094
|
+
"""
|
|
3095
|
+
return pulumi.get(self, "tier_to_hot")
|
|
3096
|
+
|
|
3097
|
+
@tier_to_hot.setter
|
|
3098
|
+
def tier_to_hot(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3099
|
+
pulumi.set(self, "tier_to_hot", value)
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
if not MYPY:
|
|
3103
|
+
class ManagementPolicyVersionArgsDict(TypedDict):
|
|
3104
|
+
"""
|
|
3105
|
+
Management policy action for blob version.
|
|
3106
|
+
"""
|
|
3107
|
+
delete: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3108
|
+
"""
|
|
3109
|
+
The function to delete the blob version
|
|
3110
|
+
"""
|
|
3111
|
+
tier_to_archive: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3112
|
+
"""
|
|
3113
|
+
The function to tier blob version to archive storage.
|
|
3114
|
+
"""
|
|
3115
|
+
tier_to_cold: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3116
|
+
"""
|
|
3117
|
+
The function to tier blobs to cold storage.
|
|
3118
|
+
"""
|
|
3119
|
+
tier_to_cool: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3120
|
+
"""
|
|
3121
|
+
The function to tier blob version to cool storage.
|
|
3122
|
+
"""
|
|
3123
|
+
tier_to_hot: NotRequired[pulumi.Input['DateAfterCreationArgsDict']]
|
|
3124
|
+
"""
|
|
3125
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3126
|
+
"""
|
|
3127
|
+
elif False:
|
|
3128
|
+
ManagementPolicyVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
3129
|
+
|
|
3130
|
+
@pulumi.input_type
|
|
3131
|
+
class ManagementPolicyVersionArgs:
|
|
3132
|
+
def __init__(__self__, *,
|
|
3133
|
+
delete: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3134
|
+
tier_to_archive: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3135
|
+
tier_to_cold: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3136
|
+
tier_to_cool: Optional[pulumi.Input['DateAfterCreationArgs']] = None,
|
|
3137
|
+
tier_to_hot: Optional[pulumi.Input['DateAfterCreationArgs']] = None):
|
|
3138
|
+
"""
|
|
3139
|
+
Management policy action for blob version.
|
|
3140
|
+
:param pulumi.Input['DateAfterCreationArgs'] delete: The function to delete the blob version
|
|
3141
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_archive: The function to tier blob version to archive storage.
|
|
3142
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_cold: The function to tier blobs to cold storage.
|
|
3143
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_cool: The function to tier blob version to cool storage.
|
|
3144
|
+
:param pulumi.Input['DateAfterCreationArgs'] tier_to_hot: The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3145
|
+
"""
|
|
3146
|
+
if delete is not None:
|
|
3147
|
+
pulumi.set(__self__, "delete", delete)
|
|
3148
|
+
if tier_to_archive is not None:
|
|
3149
|
+
pulumi.set(__self__, "tier_to_archive", tier_to_archive)
|
|
3150
|
+
if tier_to_cold is not None:
|
|
3151
|
+
pulumi.set(__self__, "tier_to_cold", tier_to_cold)
|
|
3152
|
+
if tier_to_cool is not None:
|
|
3153
|
+
pulumi.set(__self__, "tier_to_cool", tier_to_cool)
|
|
3154
|
+
if tier_to_hot is not None:
|
|
3155
|
+
pulumi.set(__self__, "tier_to_hot", tier_to_hot)
|
|
3156
|
+
|
|
3157
|
+
@property
|
|
3158
|
+
@pulumi.getter
|
|
3159
|
+
def delete(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3160
|
+
"""
|
|
3161
|
+
The function to delete the blob version
|
|
3162
|
+
"""
|
|
3163
|
+
return pulumi.get(self, "delete")
|
|
3164
|
+
|
|
3165
|
+
@delete.setter
|
|
3166
|
+
def delete(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3167
|
+
pulumi.set(self, "delete", value)
|
|
3168
|
+
|
|
3169
|
+
@property
|
|
3170
|
+
@pulumi.getter(name="tierToArchive")
|
|
3171
|
+
def tier_to_archive(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3172
|
+
"""
|
|
3173
|
+
The function to tier blob version to archive storage.
|
|
3174
|
+
"""
|
|
3175
|
+
return pulumi.get(self, "tier_to_archive")
|
|
3176
|
+
|
|
3177
|
+
@tier_to_archive.setter
|
|
3178
|
+
def tier_to_archive(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3179
|
+
pulumi.set(self, "tier_to_archive", value)
|
|
3180
|
+
|
|
3181
|
+
@property
|
|
3182
|
+
@pulumi.getter(name="tierToCold")
|
|
3183
|
+
def tier_to_cold(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3184
|
+
"""
|
|
3185
|
+
The function to tier blobs to cold storage.
|
|
3186
|
+
"""
|
|
3187
|
+
return pulumi.get(self, "tier_to_cold")
|
|
3188
|
+
|
|
3189
|
+
@tier_to_cold.setter
|
|
3190
|
+
def tier_to_cold(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3191
|
+
pulumi.set(self, "tier_to_cold", value)
|
|
3192
|
+
|
|
3193
|
+
@property
|
|
3194
|
+
@pulumi.getter(name="tierToCool")
|
|
3195
|
+
def tier_to_cool(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3196
|
+
"""
|
|
3197
|
+
The function to tier blob version to cool storage.
|
|
3198
|
+
"""
|
|
3199
|
+
return pulumi.get(self, "tier_to_cool")
|
|
3200
|
+
|
|
3201
|
+
@tier_to_cool.setter
|
|
3202
|
+
def tier_to_cool(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3203
|
+
pulumi.set(self, "tier_to_cool", value)
|
|
3204
|
+
|
|
3205
|
+
@property
|
|
3206
|
+
@pulumi.getter(name="tierToHot")
|
|
3207
|
+
def tier_to_hot(self) -> Optional[pulumi.Input['DateAfterCreationArgs']]:
|
|
3208
|
+
"""
|
|
3209
|
+
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
|
|
3210
|
+
"""
|
|
3211
|
+
return pulumi.get(self, "tier_to_hot")
|
|
3212
|
+
|
|
3213
|
+
@tier_to_hot.setter
|
|
3214
|
+
def tier_to_hot(self, value: Optional[pulumi.Input['DateAfterCreationArgs']]):
|
|
3215
|
+
pulumi.set(self, "tier_to_hot", value)
|
|
3216
|
+
|
|
3217
|
+
|
|
3218
|
+
if not MYPY:
|
|
3219
|
+
class MultichannelArgsDict(TypedDict):
|
|
3220
|
+
"""
|
|
3221
|
+
Multichannel setting. Applies to Premium FileStorage only.
|
|
3222
|
+
"""
|
|
3223
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
3224
|
+
"""
|
|
3225
|
+
Indicates whether multichannel is enabled
|
|
3226
|
+
"""
|
|
3227
|
+
elif False:
|
|
3228
|
+
MultichannelArgsDict: TypeAlias = Mapping[str, Any]
|
|
3229
|
+
|
|
3230
|
+
@pulumi.input_type
|
|
3231
|
+
class MultichannelArgs:
|
|
3232
|
+
def __init__(__self__, *,
|
|
3233
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
3234
|
+
"""
|
|
3235
|
+
Multichannel setting. Applies to Premium FileStorage only.
|
|
3236
|
+
:param pulumi.Input[bool] enabled: Indicates whether multichannel is enabled
|
|
3237
|
+
"""
|
|
3238
|
+
if enabled is not None:
|
|
3239
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3240
|
+
|
|
3241
|
+
@property
|
|
3242
|
+
@pulumi.getter
|
|
3243
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
3244
|
+
"""
|
|
3245
|
+
Indicates whether multichannel is enabled
|
|
3246
|
+
"""
|
|
3247
|
+
return pulumi.get(self, "enabled")
|
|
3248
|
+
|
|
3249
|
+
@enabled.setter
|
|
3250
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
3251
|
+
pulumi.set(self, "enabled", value)
|
|
3252
|
+
|
|
3253
|
+
|
|
3254
|
+
if not MYPY:
|
|
3255
|
+
class NetworkRuleSetArgsDict(TypedDict):
|
|
3256
|
+
"""
|
|
3257
|
+
Network rule set
|
|
3258
|
+
"""
|
|
3259
|
+
default_action: pulumi.Input['DefaultAction']
|
|
3260
|
+
"""
|
|
3261
|
+
Specifies the default action of allow or deny when no other rules match.
|
|
3262
|
+
"""
|
|
3263
|
+
bypass: NotRequired[pulumi.Input[Union[str, 'Bypass']]]
|
|
3264
|
+
"""
|
|
3265
|
+
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.
|
|
3266
|
+
"""
|
|
3267
|
+
ip_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IPRuleArgsDict']]]]
|
|
3268
|
+
"""
|
|
3269
|
+
Sets the IP ACL rules
|
|
3270
|
+
"""
|
|
3271
|
+
resource_access_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceAccessRuleArgsDict']]]]
|
|
3272
|
+
"""
|
|
3273
|
+
Sets the resource access rules
|
|
3274
|
+
"""
|
|
3275
|
+
virtual_network_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgsDict']]]]
|
|
3276
|
+
"""
|
|
3277
|
+
Sets the virtual network rules
|
|
3278
|
+
"""
|
|
3279
|
+
elif False:
|
|
3280
|
+
NetworkRuleSetArgsDict: TypeAlias = Mapping[str, Any]
|
|
3281
|
+
|
|
3282
|
+
@pulumi.input_type
|
|
3283
|
+
class NetworkRuleSetArgs:
|
|
3284
|
+
def __init__(__self__, *,
|
|
3285
|
+
default_action: Optional[pulumi.Input['DefaultAction']] = None,
|
|
3286
|
+
bypass: Optional[pulumi.Input[Union[str, 'Bypass']]] = None,
|
|
3287
|
+
ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]] = None,
|
|
3288
|
+
resource_access_rules: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceAccessRuleArgs']]]] = None,
|
|
3289
|
+
virtual_network_rules: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]] = None):
|
|
3290
|
+
"""
|
|
3291
|
+
Network rule set
|
|
3292
|
+
:param pulumi.Input['DefaultAction'] default_action: Specifies the default action of allow or deny when no other rules match.
|
|
3293
|
+
:param pulumi.Input[Union[str, 'Bypass']] bypass: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.
|
|
3294
|
+
:param pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]] ip_rules: Sets the IP ACL rules
|
|
3295
|
+
:param pulumi.Input[Sequence[pulumi.Input['ResourceAccessRuleArgs']]] resource_access_rules: Sets the resource access rules
|
|
3296
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]] virtual_network_rules: Sets the virtual network rules
|
|
3297
|
+
"""
|
|
3298
|
+
if default_action is None:
|
|
3299
|
+
default_action = 'Allow'
|
|
3300
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
3301
|
+
if bypass is None:
|
|
3302
|
+
bypass = 'AzureServices'
|
|
3303
|
+
if bypass is not None:
|
|
3304
|
+
pulumi.set(__self__, "bypass", bypass)
|
|
3305
|
+
if ip_rules is not None:
|
|
3306
|
+
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
3307
|
+
if resource_access_rules is not None:
|
|
3308
|
+
pulumi.set(__self__, "resource_access_rules", resource_access_rules)
|
|
3309
|
+
if virtual_network_rules is not None:
|
|
3310
|
+
pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
|
|
3311
|
+
|
|
3312
|
+
@property
|
|
3313
|
+
@pulumi.getter(name="defaultAction")
|
|
3314
|
+
def default_action(self) -> pulumi.Input['DefaultAction']:
|
|
3315
|
+
"""
|
|
3316
|
+
Specifies the default action of allow or deny when no other rules match.
|
|
3317
|
+
"""
|
|
3318
|
+
return pulumi.get(self, "default_action")
|
|
3319
|
+
|
|
3320
|
+
@default_action.setter
|
|
3321
|
+
def default_action(self, value: pulumi.Input['DefaultAction']):
|
|
3322
|
+
pulumi.set(self, "default_action", value)
|
|
3323
|
+
|
|
3324
|
+
@property
|
|
3325
|
+
@pulumi.getter
|
|
3326
|
+
def bypass(self) -> Optional[pulumi.Input[Union[str, 'Bypass']]]:
|
|
3327
|
+
"""
|
|
3328
|
+
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.
|
|
3329
|
+
"""
|
|
3330
|
+
return pulumi.get(self, "bypass")
|
|
3331
|
+
|
|
3332
|
+
@bypass.setter
|
|
3333
|
+
def bypass(self, value: Optional[pulumi.Input[Union[str, 'Bypass']]]):
|
|
3334
|
+
pulumi.set(self, "bypass", value)
|
|
3335
|
+
|
|
3336
|
+
@property
|
|
3337
|
+
@pulumi.getter(name="ipRules")
|
|
3338
|
+
def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]:
|
|
3339
|
+
"""
|
|
3340
|
+
Sets the IP ACL rules
|
|
3341
|
+
"""
|
|
3342
|
+
return pulumi.get(self, "ip_rules")
|
|
3343
|
+
|
|
3344
|
+
@ip_rules.setter
|
|
3345
|
+
def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]):
|
|
3346
|
+
pulumi.set(self, "ip_rules", value)
|
|
3347
|
+
|
|
3348
|
+
@property
|
|
3349
|
+
@pulumi.getter(name="resourceAccessRules")
|
|
3350
|
+
def resource_access_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceAccessRuleArgs']]]]:
|
|
3351
|
+
"""
|
|
3352
|
+
Sets the resource access rules
|
|
3353
|
+
"""
|
|
3354
|
+
return pulumi.get(self, "resource_access_rules")
|
|
3355
|
+
|
|
3356
|
+
@resource_access_rules.setter
|
|
3357
|
+
def resource_access_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceAccessRuleArgs']]]]):
|
|
3358
|
+
pulumi.set(self, "resource_access_rules", value)
|
|
3359
|
+
|
|
3360
|
+
@property
|
|
3361
|
+
@pulumi.getter(name="virtualNetworkRules")
|
|
3362
|
+
def virtual_network_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]]:
|
|
3363
|
+
"""
|
|
3364
|
+
Sets the virtual network rules
|
|
3365
|
+
"""
|
|
3366
|
+
return pulumi.get(self, "virtual_network_rules")
|
|
3367
|
+
|
|
3368
|
+
@virtual_network_rules.setter
|
|
3369
|
+
def virtual_network_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]]):
|
|
3370
|
+
pulumi.set(self, "virtual_network_rules", value)
|
|
3371
|
+
|
|
3372
|
+
|
|
3373
|
+
if not MYPY:
|
|
3374
|
+
class ObjectReplicationPolicyFilterArgsDict(TypedDict):
|
|
3375
|
+
"""
|
|
3376
|
+
Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters.
|
|
3377
|
+
"""
|
|
3378
|
+
min_creation_time: NotRequired[pulumi.Input[str]]
|
|
3379
|
+
"""
|
|
3380
|
+
Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z
|
|
3381
|
+
"""
|
|
3382
|
+
prefix_match: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3383
|
+
"""
|
|
3384
|
+
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.
|
|
3385
|
+
"""
|
|
3386
|
+
elif False:
|
|
3387
|
+
ObjectReplicationPolicyFilterArgsDict: TypeAlias = Mapping[str, Any]
|
|
3388
|
+
|
|
3389
|
+
@pulumi.input_type
|
|
3390
|
+
class ObjectReplicationPolicyFilterArgs:
|
|
3391
|
+
def __init__(__self__, *,
|
|
3392
|
+
min_creation_time: Optional[pulumi.Input[str]] = None,
|
|
3393
|
+
prefix_match: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
3394
|
+
"""
|
|
3395
|
+
Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters.
|
|
3396
|
+
:param pulumi.Input[str] min_creation_time: Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z
|
|
3397
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] prefix_match: Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.
|
|
3398
|
+
"""
|
|
3399
|
+
if min_creation_time is not None:
|
|
3400
|
+
pulumi.set(__self__, "min_creation_time", min_creation_time)
|
|
3401
|
+
if prefix_match is not None:
|
|
3402
|
+
pulumi.set(__self__, "prefix_match", prefix_match)
|
|
3403
|
+
|
|
3404
|
+
@property
|
|
3405
|
+
@pulumi.getter(name="minCreationTime")
|
|
3406
|
+
def min_creation_time(self) -> Optional[pulumi.Input[str]]:
|
|
3407
|
+
"""
|
|
3408
|
+
Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z
|
|
3409
|
+
"""
|
|
3410
|
+
return pulumi.get(self, "min_creation_time")
|
|
3411
|
+
|
|
3412
|
+
@min_creation_time.setter
|
|
3413
|
+
def min_creation_time(self, value: Optional[pulumi.Input[str]]):
|
|
3414
|
+
pulumi.set(self, "min_creation_time", value)
|
|
3415
|
+
|
|
3416
|
+
@property
|
|
3417
|
+
@pulumi.getter(name="prefixMatch")
|
|
3418
|
+
def prefix_match(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3419
|
+
"""
|
|
3420
|
+
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.
|
|
3421
|
+
"""
|
|
3422
|
+
return pulumi.get(self, "prefix_match")
|
|
3423
|
+
|
|
3424
|
+
@prefix_match.setter
|
|
3425
|
+
def prefix_match(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3426
|
+
pulumi.set(self, "prefix_match", value)
|
|
3427
|
+
|
|
3428
|
+
|
|
3429
|
+
if not MYPY:
|
|
3430
|
+
class ObjectReplicationPolicyPropertiesMetricsArgsDict(TypedDict):
|
|
3431
|
+
"""
|
|
3432
|
+
Optional. The object replication policy metrics feature options.
|
|
3433
|
+
"""
|
|
3434
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
3435
|
+
"""
|
|
3436
|
+
Indicates whether object replication metrics feature is enabled for the policy.
|
|
3437
|
+
"""
|
|
3438
|
+
elif False:
|
|
3439
|
+
ObjectReplicationPolicyPropertiesMetricsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3440
|
+
|
|
3441
|
+
@pulumi.input_type
|
|
3442
|
+
class ObjectReplicationPolicyPropertiesMetricsArgs:
|
|
3443
|
+
def __init__(__self__, *,
|
|
3444
|
+
enabled: Optional[pulumi.Input[bool]] = None):
|
|
3445
|
+
"""
|
|
3446
|
+
Optional. The object replication policy metrics feature options.
|
|
3447
|
+
:param pulumi.Input[bool] enabled: Indicates whether object replication metrics feature is enabled for the policy.
|
|
3448
|
+
"""
|
|
3449
|
+
if enabled is not None:
|
|
3450
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3451
|
+
|
|
3452
|
+
@property
|
|
3453
|
+
@pulumi.getter
|
|
3454
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
3455
|
+
"""
|
|
3456
|
+
Indicates whether object replication metrics feature is enabled for the policy.
|
|
3457
|
+
"""
|
|
3458
|
+
return pulumi.get(self, "enabled")
|
|
3459
|
+
|
|
3460
|
+
@enabled.setter
|
|
3461
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
3462
|
+
pulumi.set(self, "enabled", value)
|
|
3463
|
+
|
|
3464
|
+
|
|
3465
|
+
if not MYPY:
|
|
3466
|
+
class ObjectReplicationPolicyRuleArgsDict(TypedDict):
|
|
3467
|
+
"""
|
|
3468
|
+
The replication policy rule between two containers.
|
|
3469
|
+
"""
|
|
3470
|
+
destination_container: pulumi.Input[str]
|
|
3471
|
+
"""
|
|
3472
|
+
Required. Destination container name.
|
|
3473
|
+
"""
|
|
3474
|
+
source_container: pulumi.Input[str]
|
|
3475
|
+
"""
|
|
3476
|
+
Required. Source container name.
|
|
3477
|
+
"""
|
|
3478
|
+
filters: NotRequired[pulumi.Input['ObjectReplicationPolicyFilterArgsDict']]
|
|
3479
|
+
"""
|
|
3480
|
+
Optional. An object that defines the filter set.
|
|
3481
|
+
"""
|
|
3482
|
+
rule_id: NotRequired[pulumi.Input[str]]
|
|
3483
|
+
"""
|
|
3484
|
+
Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account.
|
|
3485
|
+
"""
|
|
3486
|
+
elif False:
|
|
3487
|
+
ObjectReplicationPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3488
|
+
|
|
3489
|
+
@pulumi.input_type
|
|
3490
|
+
class ObjectReplicationPolicyRuleArgs:
|
|
3491
|
+
def __init__(__self__, *,
|
|
3492
|
+
destination_container: pulumi.Input[str],
|
|
3493
|
+
source_container: pulumi.Input[str],
|
|
3494
|
+
filters: Optional[pulumi.Input['ObjectReplicationPolicyFilterArgs']] = None,
|
|
3495
|
+
rule_id: Optional[pulumi.Input[str]] = None):
|
|
3496
|
+
"""
|
|
3497
|
+
The replication policy rule between two containers.
|
|
3498
|
+
:param pulumi.Input[str] destination_container: Required. Destination container name.
|
|
3499
|
+
:param pulumi.Input[str] source_container: Required. Source container name.
|
|
3500
|
+
:param pulumi.Input['ObjectReplicationPolicyFilterArgs'] filters: Optional. An object that defines the filter set.
|
|
3501
|
+
:param pulumi.Input[str] rule_id: Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account.
|
|
3502
|
+
"""
|
|
3503
|
+
pulumi.set(__self__, "destination_container", destination_container)
|
|
3504
|
+
pulumi.set(__self__, "source_container", source_container)
|
|
3505
|
+
if filters is not None:
|
|
3506
|
+
pulumi.set(__self__, "filters", filters)
|
|
3507
|
+
if rule_id is not None:
|
|
3508
|
+
pulumi.set(__self__, "rule_id", rule_id)
|
|
3509
|
+
|
|
3510
|
+
@property
|
|
3511
|
+
@pulumi.getter(name="destinationContainer")
|
|
3512
|
+
def destination_container(self) -> pulumi.Input[str]:
|
|
3513
|
+
"""
|
|
3514
|
+
Required. Destination container name.
|
|
3515
|
+
"""
|
|
3516
|
+
return pulumi.get(self, "destination_container")
|
|
3517
|
+
|
|
3518
|
+
@destination_container.setter
|
|
3519
|
+
def destination_container(self, value: pulumi.Input[str]):
|
|
3520
|
+
pulumi.set(self, "destination_container", value)
|
|
3521
|
+
|
|
3522
|
+
@property
|
|
3523
|
+
@pulumi.getter(name="sourceContainer")
|
|
3524
|
+
def source_container(self) -> pulumi.Input[str]:
|
|
3525
|
+
"""
|
|
3526
|
+
Required. Source container name.
|
|
3527
|
+
"""
|
|
3528
|
+
return pulumi.get(self, "source_container")
|
|
3529
|
+
|
|
3530
|
+
@source_container.setter
|
|
3531
|
+
def source_container(self, value: pulumi.Input[str]):
|
|
3532
|
+
pulumi.set(self, "source_container", value)
|
|
3533
|
+
|
|
3534
|
+
@property
|
|
3535
|
+
@pulumi.getter
|
|
3536
|
+
def filters(self) -> Optional[pulumi.Input['ObjectReplicationPolicyFilterArgs']]:
|
|
3537
|
+
"""
|
|
3538
|
+
Optional. An object that defines the filter set.
|
|
3539
|
+
"""
|
|
3540
|
+
return pulumi.get(self, "filters")
|
|
3541
|
+
|
|
3542
|
+
@filters.setter
|
|
3543
|
+
def filters(self, value: Optional[pulumi.Input['ObjectReplicationPolicyFilterArgs']]):
|
|
3544
|
+
pulumi.set(self, "filters", value)
|
|
3545
|
+
|
|
3546
|
+
@property
|
|
3547
|
+
@pulumi.getter(name="ruleId")
|
|
3548
|
+
def rule_id(self) -> Optional[pulumi.Input[str]]:
|
|
3549
|
+
"""
|
|
3550
|
+
Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account.
|
|
3551
|
+
"""
|
|
3552
|
+
return pulumi.get(self, "rule_id")
|
|
3553
|
+
|
|
3554
|
+
@rule_id.setter
|
|
3555
|
+
def rule_id(self, value: Optional[pulumi.Input[str]]):
|
|
3556
|
+
pulumi.set(self, "rule_id", value)
|
|
3557
|
+
|
|
3558
|
+
|
|
3559
|
+
if not MYPY:
|
|
3560
|
+
class PermissionScopeArgsDict(TypedDict):
|
|
3561
|
+
permissions: pulumi.Input[str]
|
|
3562
|
+
"""
|
|
3563
|
+
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p).
|
|
3564
|
+
"""
|
|
3565
|
+
resource_name: pulumi.Input[str]
|
|
3566
|
+
"""
|
|
3567
|
+
The name of resource, normally the container name or the file share name, used by the local user.
|
|
3568
|
+
"""
|
|
3569
|
+
service: pulumi.Input[str]
|
|
3570
|
+
"""
|
|
3571
|
+
The service used by the local user, e.g. blob, file.
|
|
3572
|
+
"""
|
|
3573
|
+
elif False:
|
|
3574
|
+
PermissionScopeArgsDict: TypeAlias = Mapping[str, Any]
|
|
3575
|
+
|
|
3576
|
+
@pulumi.input_type
|
|
3577
|
+
class PermissionScopeArgs:
|
|
3578
|
+
def __init__(__self__, *,
|
|
3579
|
+
permissions: pulumi.Input[str],
|
|
3580
|
+
resource_name: pulumi.Input[str],
|
|
3581
|
+
service: pulumi.Input[str]):
|
|
3582
|
+
"""
|
|
3583
|
+
:param pulumi.Input[str] permissions: The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p).
|
|
3584
|
+
:param pulumi.Input[str] resource_name: The name of resource, normally the container name or the file share name, used by the local user.
|
|
3585
|
+
:param pulumi.Input[str] service: The service used by the local user, e.g. blob, file.
|
|
3586
|
+
"""
|
|
3587
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
3588
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
3589
|
+
pulumi.set(__self__, "service", service)
|
|
3590
|
+
|
|
3591
|
+
@property
|
|
3592
|
+
@pulumi.getter
|
|
3593
|
+
def permissions(self) -> pulumi.Input[str]:
|
|
3594
|
+
"""
|
|
3595
|
+
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p).
|
|
3596
|
+
"""
|
|
3597
|
+
return pulumi.get(self, "permissions")
|
|
3598
|
+
|
|
3599
|
+
@permissions.setter
|
|
3600
|
+
def permissions(self, value: pulumi.Input[str]):
|
|
3601
|
+
pulumi.set(self, "permissions", value)
|
|
3602
|
+
|
|
3603
|
+
@property
|
|
3604
|
+
@pulumi.getter(name="resourceName")
|
|
3605
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
3606
|
+
"""
|
|
3607
|
+
The name of resource, normally the container name or the file share name, used by the local user.
|
|
3608
|
+
"""
|
|
3609
|
+
return pulumi.get(self, "resource_name")
|
|
3610
|
+
|
|
3611
|
+
@resource_name.setter
|
|
3612
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
3613
|
+
pulumi.set(self, "resource_name", value)
|
|
3614
|
+
|
|
3615
|
+
@property
|
|
3616
|
+
@pulumi.getter
|
|
3617
|
+
def service(self) -> pulumi.Input[str]:
|
|
3618
|
+
"""
|
|
3619
|
+
The service used by the local user, e.g. blob, file.
|
|
3620
|
+
"""
|
|
3621
|
+
return pulumi.get(self, "service")
|
|
3622
|
+
|
|
3623
|
+
@service.setter
|
|
3624
|
+
def service(self, value: pulumi.Input[str]):
|
|
3625
|
+
pulumi.set(self, "service", value)
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
if not MYPY:
|
|
3629
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
3630
|
+
"""
|
|
3631
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
3632
|
+
"""
|
|
3633
|
+
action_required: NotRequired[pulumi.Input[str]]
|
|
3634
|
+
"""
|
|
3635
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
3636
|
+
"""
|
|
3637
|
+
description: NotRequired[pulumi.Input[str]]
|
|
3638
|
+
"""
|
|
3639
|
+
The reason for approval/rejection of the connection.
|
|
3640
|
+
"""
|
|
3641
|
+
status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
|
|
3642
|
+
"""
|
|
3643
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
3644
|
+
"""
|
|
3645
|
+
elif False:
|
|
3646
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
3647
|
+
|
|
3648
|
+
@pulumi.input_type
|
|
3649
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
3650
|
+
def __init__(__self__, *,
|
|
3651
|
+
action_required: Optional[pulumi.Input[str]] = None,
|
|
3652
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
3653
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
3654
|
+
"""
|
|
3655
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
3656
|
+
:param pulumi.Input[str] action_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
3657
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
3658
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
3659
|
+
"""
|
|
3660
|
+
if action_required is not None:
|
|
3661
|
+
pulumi.set(__self__, "action_required", action_required)
|
|
3662
|
+
if description is not None:
|
|
3663
|
+
pulumi.set(__self__, "description", description)
|
|
3664
|
+
if status is not None:
|
|
3665
|
+
pulumi.set(__self__, "status", status)
|
|
3666
|
+
|
|
3667
|
+
@property
|
|
3668
|
+
@pulumi.getter(name="actionRequired")
|
|
3669
|
+
def action_required(self) -> Optional[pulumi.Input[str]]:
|
|
3670
|
+
"""
|
|
3671
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
3672
|
+
"""
|
|
3673
|
+
return pulumi.get(self, "action_required")
|
|
3674
|
+
|
|
3675
|
+
@action_required.setter
|
|
3676
|
+
def action_required(self, value: Optional[pulumi.Input[str]]):
|
|
3677
|
+
pulumi.set(self, "action_required", value)
|
|
3678
|
+
|
|
3679
|
+
@property
|
|
3680
|
+
@pulumi.getter
|
|
3681
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
3682
|
+
"""
|
|
3683
|
+
The reason for approval/rejection of the connection.
|
|
3684
|
+
"""
|
|
3685
|
+
return pulumi.get(self, "description")
|
|
3686
|
+
|
|
3687
|
+
@description.setter
|
|
3688
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
3689
|
+
pulumi.set(self, "description", value)
|
|
3690
|
+
|
|
3691
|
+
@property
|
|
3692
|
+
@pulumi.getter
|
|
3693
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
3694
|
+
"""
|
|
3695
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
3696
|
+
"""
|
|
3697
|
+
return pulumi.get(self, "status")
|
|
3698
|
+
|
|
3699
|
+
@status.setter
|
|
3700
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
3701
|
+
pulumi.set(self, "status", value)
|
|
3702
|
+
|
|
3703
|
+
|
|
3704
|
+
if not MYPY:
|
|
3705
|
+
class ProtocolSettingsArgsDict(TypedDict):
|
|
3706
|
+
"""
|
|
3707
|
+
Protocol settings for file service
|
|
3708
|
+
"""
|
|
3709
|
+
smb: NotRequired[pulumi.Input['SmbSettingArgsDict']]
|
|
3710
|
+
"""
|
|
3711
|
+
Setting for SMB protocol
|
|
3712
|
+
"""
|
|
3713
|
+
elif False:
|
|
3714
|
+
ProtocolSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3715
|
+
|
|
3716
|
+
@pulumi.input_type
|
|
3717
|
+
class ProtocolSettingsArgs:
|
|
3718
|
+
def __init__(__self__, *,
|
|
3719
|
+
smb: Optional[pulumi.Input['SmbSettingArgs']] = None):
|
|
3720
|
+
"""
|
|
3721
|
+
Protocol settings for file service
|
|
3722
|
+
:param pulumi.Input['SmbSettingArgs'] smb: Setting for SMB protocol
|
|
3723
|
+
"""
|
|
3724
|
+
if smb is not None:
|
|
3725
|
+
pulumi.set(__self__, "smb", smb)
|
|
3726
|
+
|
|
3727
|
+
@property
|
|
3728
|
+
@pulumi.getter
|
|
3729
|
+
def smb(self) -> Optional[pulumi.Input['SmbSettingArgs']]:
|
|
3730
|
+
"""
|
|
3731
|
+
Setting for SMB protocol
|
|
3732
|
+
"""
|
|
3733
|
+
return pulumi.get(self, "smb")
|
|
3734
|
+
|
|
3735
|
+
@smb.setter
|
|
3736
|
+
def smb(self, value: Optional[pulumi.Input['SmbSettingArgs']]):
|
|
3737
|
+
pulumi.set(self, "smb", value)
|
|
3738
|
+
|
|
3739
|
+
|
|
3740
|
+
if not MYPY:
|
|
3741
|
+
class ResourceAccessRuleArgsDict(TypedDict):
|
|
3742
|
+
"""
|
|
3743
|
+
Resource Access Rule.
|
|
3744
|
+
"""
|
|
3745
|
+
resource_id: NotRequired[pulumi.Input[str]]
|
|
3746
|
+
"""
|
|
3747
|
+
Resource Id
|
|
3748
|
+
"""
|
|
3749
|
+
tenant_id: NotRequired[pulumi.Input[str]]
|
|
3750
|
+
"""
|
|
3751
|
+
Tenant Id
|
|
3752
|
+
"""
|
|
3753
|
+
elif False:
|
|
3754
|
+
ResourceAccessRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3755
|
+
|
|
3756
|
+
@pulumi.input_type
|
|
3757
|
+
class ResourceAccessRuleArgs:
|
|
3758
|
+
def __init__(__self__, *,
|
|
3759
|
+
resource_id: Optional[pulumi.Input[str]] = None,
|
|
3760
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
3761
|
+
"""
|
|
3762
|
+
Resource Access Rule.
|
|
3763
|
+
:param pulumi.Input[str] resource_id: Resource Id
|
|
3764
|
+
:param pulumi.Input[str] tenant_id: Tenant Id
|
|
3765
|
+
"""
|
|
3766
|
+
if resource_id is not None:
|
|
3767
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
3768
|
+
if tenant_id is not None:
|
|
3769
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
3770
|
+
|
|
3771
|
+
@property
|
|
3772
|
+
@pulumi.getter(name="resourceId")
|
|
3773
|
+
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
3774
|
+
"""
|
|
3775
|
+
Resource Id
|
|
3776
|
+
"""
|
|
3777
|
+
return pulumi.get(self, "resource_id")
|
|
3778
|
+
|
|
3779
|
+
@resource_id.setter
|
|
3780
|
+
def resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
3781
|
+
pulumi.set(self, "resource_id", value)
|
|
3782
|
+
|
|
3783
|
+
@property
|
|
3784
|
+
@pulumi.getter(name="tenantId")
|
|
3785
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
3786
|
+
"""
|
|
3787
|
+
Tenant Id
|
|
3788
|
+
"""
|
|
3789
|
+
return pulumi.get(self, "tenant_id")
|
|
3790
|
+
|
|
3791
|
+
@tenant_id.setter
|
|
3792
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
3793
|
+
pulumi.set(self, "tenant_id", value)
|
|
3794
|
+
|
|
3795
|
+
|
|
3796
|
+
if not MYPY:
|
|
3797
|
+
class RestorePolicyPropertiesArgsDict(TypedDict):
|
|
3798
|
+
"""
|
|
3799
|
+
The blob service properties for blob restore policy
|
|
3800
|
+
"""
|
|
3801
|
+
enabled: pulumi.Input[bool]
|
|
3802
|
+
"""
|
|
3803
|
+
Blob restore is enabled if set to true.
|
|
3804
|
+
"""
|
|
3805
|
+
days: NotRequired[pulumi.Input[int]]
|
|
3806
|
+
"""
|
|
3807
|
+
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
|
|
3808
|
+
"""
|
|
3809
|
+
elif False:
|
|
3810
|
+
RestorePolicyPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
3811
|
+
|
|
3812
|
+
@pulumi.input_type
|
|
3813
|
+
class RestorePolicyPropertiesArgs:
|
|
3814
|
+
def __init__(__self__, *,
|
|
3815
|
+
enabled: pulumi.Input[bool],
|
|
3816
|
+
days: Optional[pulumi.Input[int]] = None):
|
|
3817
|
+
"""
|
|
3818
|
+
The blob service properties for blob restore policy
|
|
3819
|
+
:param pulumi.Input[bool] enabled: Blob restore is enabled if set to true.
|
|
3820
|
+
:param pulumi.Input[int] days: how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
|
|
3821
|
+
"""
|
|
3822
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
3823
|
+
if days is not None:
|
|
3824
|
+
pulumi.set(__self__, "days", days)
|
|
3825
|
+
|
|
3826
|
+
@property
|
|
3827
|
+
@pulumi.getter
|
|
3828
|
+
def enabled(self) -> pulumi.Input[bool]:
|
|
3829
|
+
"""
|
|
3830
|
+
Blob restore is enabled if set to true.
|
|
3831
|
+
"""
|
|
3832
|
+
return pulumi.get(self, "enabled")
|
|
3833
|
+
|
|
3834
|
+
@enabled.setter
|
|
3835
|
+
def enabled(self, value: pulumi.Input[bool]):
|
|
3836
|
+
pulumi.set(self, "enabled", value)
|
|
3837
|
+
|
|
3838
|
+
@property
|
|
3839
|
+
@pulumi.getter
|
|
3840
|
+
def days(self) -> Optional[pulumi.Input[int]]:
|
|
3841
|
+
"""
|
|
3842
|
+
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
|
|
3843
|
+
"""
|
|
3844
|
+
return pulumi.get(self, "days")
|
|
3845
|
+
|
|
3846
|
+
@days.setter
|
|
3847
|
+
def days(self, value: Optional[pulumi.Input[int]]):
|
|
3848
|
+
pulumi.set(self, "days", value)
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
if not MYPY:
|
|
3852
|
+
class RoutingPreferenceArgsDict(TypedDict):
|
|
3853
|
+
"""
|
|
3854
|
+
Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing
|
|
3855
|
+
"""
|
|
3856
|
+
publish_internet_endpoints: NotRequired[pulumi.Input[bool]]
|
|
3857
|
+
"""
|
|
3858
|
+
A boolean flag which indicates whether internet routing storage endpoints are to be published
|
|
3859
|
+
"""
|
|
3860
|
+
publish_microsoft_endpoints: NotRequired[pulumi.Input[bool]]
|
|
3861
|
+
"""
|
|
3862
|
+
A boolean flag which indicates whether microsoft routing storage endpoints are to be published
|
|
3863
|
+
"""
|
|
3864
|
+
routing_choice: NotRequired[pulumi.Input[Union[str, 'RoutingChoice']]]
|
|
3865
|
+
"""
|
|
3866
|
+
Routing Choice defines the kind of network routing opted by the user.
|
|
3867
|
+
"""
|
|
3868
|
+
elif False:
|
|
3869
|
+
RoutingPreferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3870
|
+
|
|
3871
|
+
@pulumi.input_type
|
|
3872
|
+
class RoutingPreferenceArgs:
|
|
3873
|
+
def __init__(__self__, *,
|
|
3874
|
+
publish_internet_endpoints: Optional[pulumi.Input[bool]] = None,
|
|
3875
|
+
publish_microsoft_endpoints: Optional[pulumi.Input[bool]] = None,
|
|
3876
|
+
routing_choice: Optional[pulumi.Input[Union[str, 'RoutingChoice']]] = None):
|
|
3877
|
+
"""
|
|
3878
|
+
Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing
|
|
3879
|
+
:param pulumi.Input[bool] publish_internet_endpoints: A boolean flag which indicates whether internet routing storage endpoints are to be published
|
|
3880
|
+
:param pulumi.Input[bool] publish_microsoft_endpoints: A boolean flag which indicates whether microsoft routing storage endpoints are to be published
|
|
3881
|
+
:param pulumi.Input[Union[str, 'RoutingChoice']] routing_choice: Routing Choice defines the kind of network routing opted by the user.
|
|
3882
|
+
"""
|
|
3883
|
+
if publish_internet_endpoints is not None:
|
|
3884
|
+
pulumi.set(__self__, "publish_internet_endpoints", publish_internet_endpoints)
|
|
3885
|
+
if publish_microsoft_endpoints is not None:
|
|
3886
|
+
pulumi.set(__self__, "publish_microsoft_endpoints", publish_microsoft_endpoints)
|
|
3887
|
+
if routing_choice is not None:
|
|
3888
|
+
pulumi.set(__self__, "routing_choice", routing_choice)
|
|
3889
|
+
|
|
3890
|
+
@property
|
|
3891
|
+
@pulumi.getter(name="publishInternetEndpoints")
|
|
3892
|
+
def publish_internet_endpoints(self) -> Optional[pulumi.Input[bool]]:
|
|
3893
|
+
"""
|
|
3894
|
+
A boolean flag which indicates whether internet routing storage endpoints are to be published
|
|
3895
|
+
"""
|
|
3896
|
+
return pulumi.get(self, "publish_internet_endpoints")
|
|
3897
|
+
|
|
3898
|
+
@publish_internet_endpoints.setter
|
|
3899
|
+
def publish_internet_endpoints(self, value: Optional[pulumi.Input[bool]]):
|
|
3900
|
+
pulumi.set(self, "publish_internet_endpoints", value)
|
|
3901
|
+
|
|
3902
|
+
@property
|
|
3903
|
+
@pulumi.getter(name="publishMicrosoftEndpoints")
|
|
3904
|
+
def publish_microsoft_endpoints(self) -> Optional[pulumi.Input[bool]]:
|
|
3905
|
+
"""
|
|
3906
|
+
A boolean flag which indicates whether microsoft routing storage endpoints are to be published
|
|
3907
|
+
"""
|
|
3908
|
+
return pulumi.get(self, "publish_microsoft_endpoints")
|
|
3909
|
+
|
|
3910
|
+
@publish_microsoft_endpoints.setter
|
|
3911
|
+
def publish_microsoft_endpoints(self, value: Optional[pulumi.Input[bool]]):
|
|
3912
|
+
pulumi.set(self, "publish_microsoft_endpoints", value)
|
|
3913
|
+
|
|
3914
|
+
@property
|
|
3915
|
+
@pulumi.getter(name="routingChoice")
|
|
3916
|
+
def routing_choice(self) -> Optional[pulumi.Input[Union[str, 'RoutingChoice']]]:
|
|
3917
|
+
"""
|
|
3918
|
+
Routing Choice defines the kind of network routing opted by the user.
|
|
3919
|
+
"""
|
|
3920
|
+
return pulumi.get(self, "routing_choice")
|
|
3921
|
+
|
|
3922
|
+
@routing_choice.setter
|
|
3923
|
+
def routing_choice(self, value: Optional[pulumi.Input[Union[str, 'RoutingChoice']]]):
|
|
3924
|
+
pulumi.set(self, "routing_choice", value)
|
|
3925
|
+
|
|
3926
|
+
|
|
3927
|
+
if not MYPY:
|
|
3928
|
+
class SasPolicyArgsDict(TypedDict):
|
|
3929
|
+
"""
|
|
3930
|
+
SasPolicy assigned to the storage account.
|
|
3931
|
+
"""
|
|
3932
|
+
expiration_action: pulumi.Input[Union[str, 'ExpirationAction']]
|
|
3933
|
+
"""
|
|
3934
|
+
The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period.
|
|
3935
|
+
"""
|
|
3936
|
+
sas_expiration_period: pulumi.Input[str]
|
|
3937
|
+
"""
|
|
3938
|
+
The SAS expiration period, DD.HH:MM:SS.
|
|
3939
|
+
"""
|
|
3940
|
+
elif False:
|
|
3941
|
+
SasPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
3942
|
+
|
|
3943
|
+
@pulumi.input_type
|
|
3944
|
+
class SasPolicyArgs:
|
|
3945
|
+
def __init__(__self__, *,
|
|
3946
|
+
expiration_action: Optional[pulumi.Input[Union[str, 'ExpirationAction']]] = None,
|
|
3947
|
+
sas_expiration_period: pulumi.Input[str]):
|
|
3948
|
+
"""
|
|
3949
|
+
SasPolicy assigned to the storage account.
|
|
3950
|
+
:param pulumi.Input[Union[str, 'ExpirationAction']] expiration_action: The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period.
|
|
3951
|
+
:param pulumi.Input[str] sas_expiration_period: The SAS expiration period, DD.HH:MM:SS.
|
|
3952
|
+
"""
|
|
3953
|
+
if expiration_action is None:
|
|
3954
|
+
expiration_action = 'Log'
|
|
3955
|
+
pulumi.set(__self__, "expiration_action", expiration_action)
|
|
3956
|
+
pulumi.set(__self__, "sas_expiration_period", sas_expiration_period)
|
|
3957
|
+
|
|
3958
|
+
@property
|
|
3959
|
+
@pulumi.getter(name="expirationAction")
|
|
3960
|
+
def expiration_action(self) -> pulumi.Input[Union[str, 'ExpirationAction']]:
|
|
3961
|
+
"""
|
|
3962
|
+
The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period.
|
|
3963
|
+
"""
|
|
3964
|
+
return pulumi.get(self, "expiration_action")
|
|
3965
|
+
|
|
3966
|
+
@expiration_action.setter
|
|
3967
|
+
def expiration_action(self, value: pulumi.Input[Union[str, 'ExpirationAction']]):
|
|
3968
|
+
pulumi.set(self, "expiration_action", value)
|
|
3969
|
+
|
|
3970
|
+
@property
|
|
3971
|
+
@pulumi.getter(name="sasExpirationPeriod")
|
|
3972
|
+
def sas_expiration_period(self) -> pulumi.Input[str]:
|
|
3973
|
+
"""
|
|
3974
|
+
The SAS expiration period, DD.HH:MM:SS.
|
|
3975
|
+
"""
|
|
3976
|
+
return pulumi.get(self, "sas_expiration_period")
|
|
3977
|
+
|
|
3978
|
+
@sas_expiration_period.setter
|
|
3979
|
+
def sas_expiration_period(self, value: pulumi.Input[str]):
|
|
3980
|
+
pulumi.set(self, "sas_expiration_period", value)
|
|
3981
|
+
|
|
3982
|
+
|
|
3983
|
+
if not MYPY:
|
|
3984
|
+
class SignedIdentifierArgsDict(TypedDict):
|
|
3985
|
+
access_policy: NotRequired[pulumi.Input['AccessPolicyArgsDict']]
|
|
3986
|
+
"""
|
|
3987
|
+
Access policy
|
|
3988
|
+
"""
|
|
3989
|
+
id: NotRequired[pulumi.Input[str]]
|
|
3990
|
+
"""
|
|
3991
|
+
An unique identifier of the stored access policy.
|
|
3992
|
+
"""
|
|
3993
|
+
elif False:
|
|
3994
|
+
SignedIdentifierArgsDict: TypeAlias = Mapping[str, Any]
|
|
3995
|
+
|
|
3996
|
+
@pulumi.input_type
|
|
3997
|
+
class SignedIdentifierArgs:
|
|
3998
|
+
def __init__(__self__, *,
|
|
3999
|
+
access_policy: Optional[pulumi.Input['AccessPolicyArgs']] = None,
|
|
4000
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
4001
|
+
"""
|
|
4002
|
+
:param pulumi.Input['AccessPolicyArgs'] access_policy: Access policy
|
|
4003
|
+
:param pulumi.Input[str] id: An unique identifier of the stored access policy.
|
|
4004
|
+
"""
|
|
4005
|
+
if access_policy is not None:
|
|
4006
|
+
pulumi.set(__self__, "access_policy", access_policy)
|
|
4007
|
+
if id is not None:
|
|
4008
|
+
pulumi.set(__self__, "id", id)
|
|
4009
|
+
|
|
4010
|
+
@property
|
|
4011
|
+
@pulumi.getter(name="accessPolicy")
|
|
4012
|
+
def access_policy(self) -> Optional[pulumi.Input['AccessPolicyArgs']]:
|
|
4013
|
+
"""
|
|
4014
|
+
Access policy
|
|
4015
|
+
"""
|
|
4016
|
+
return pulumi.get(self, "access_policy")
|
|
4017
|
+
|
|
4018
|
+
@access_policy.setter
|
|
4019
|
+
def access_policy(self, value: Optional[pulumi.Input['AccessPolicyArgs']]):
|
|
4020
|
+
pulumi.set(self, "access_policy", value)
|
|
4021
|
+
|
|
4022
|
+
@property
|
|
4023
|
+
@pulumi.getter
|
|
4024
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
4025
|
+
"""
|
|
4026
|
+
An unique identifier of the stored access policy.
|
|
4027
|
+
"""
|
|
4028
|
+
return pulumi.get(self, "id")
|
|
4029
|
+
|
|
4030
|
+
@id.setter
|
|
4031
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
4032
|
+
pulumi.set(self, "id", value)
|
|
4033
|
+
|
|
4034
|
+
|
|
4035
|
+
if not MYPY:
|
|
4036
|
+
class SkuArgsDict(TypedDict):
|
|
4037
|
+
"""
|
|
4038
|
+
The SKU of the storage account.
|
|
4039
|
+
"""
|
|
4040
|
+
name: pulumi.Input[Union[str, 'SkuName']]
|
|
4041
|
+
"""
|
|
4042
|
+
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
|
|
4043
|
+
"""
|
|
4044
|
+
elif False:
|
|
4045
|
+
SkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
4046
|
+
|
|
4047
|
+
@pulumi.input_type
|
|
4048
|
+
class SkuArgs:
|
|
4049
|
+
def __init__(__self__, *,
|
|
4050
|
+
name: pulumi.Input[Union[str, 'SkuName']]):
|
|
4051
|
+
"""
|
|
4052
|
+
The SKU of the storage account.
|
|
4053
|
+
:param pulumi.Input[Union[str, 'SkuName']] name: The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
|
|
4054
|
+
"""
|
|
4055
|
+
pulumi.set(__self__, "name", name)
|
|
4056
|
+
|
|
4057
|
+
@property
|
|
4058
|
+
@pulumi.getter
|
|
4059
|
+
def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
|
|
4060
|
+
"""
|
|
4061
|
+
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
|
|
4062
|
+
"""
|
|
4063
|
+
return pulumi.get(self, "name")
|
|
4064
|
+
|
|
4065
|
+
@name.setter
|
|
4066
|
+
def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
|
|
4067
|
+
pulumi.set(self, "name", value)
|
|
4068
|
+
|
|
4069
|
+
|
|
4070
|
+
if not MYPY:
|
|
4071
|
+
class SmbSettingArgsDict(TypedDict):
|
|
4072
|
+
"""
|
|
4073
|
+
Setting for SMB protocol
|
|
4074
|
+
"""
|
|
4075
|
+
authentication_methods: NotRequired[pulumi.Input[str]]
|
|
4076
|
+
"""
|
|
4077
|
+
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
|
|
4078
|
+
"""
|
|
4079
|
+
channel_encryption: NotRequired[pulumi.Input[str]]
|
|
4080
|
+
"""
|
|
4081
|
+
SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.
|
|
4082
|
+
"""
|
|
4083
|
+
kerberos_ticket_encryption: NotRequired[pulumi.Input[str]]
|
|
4084
|
+
"""
|
|
4085
|
+
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'
|
|
4086
|
+
"""
|
|
4087
|
+
multichannel: NotRequired[pulumi.Input['MultichannelArgsDict']]
|
|
4088
|
+
"""
|
|
4089
|
+
Multichannel setting. Applies to Premium FileStorage only.
|
|
4090
|
+
"""
|
|
4091
|
+
versions: NotRequired[pulumi.Input[str]]
|
|
4092
|
+
"""
|
|
4093
|
+
SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.
|
|
4094
|
+
"""
|
|
4095
|
+
elif False:
|
|
4096
|
+
SmbSettingArgsDict: TypeAlias = Mapping[str, Any]
|
|
4097
|
+
|
|
4098
|
+
@pulumi.input_type
|
|
4099
|
+
class SmbSettingArgs:
|
|
4100
|
+
def __init__(__self__, *,
|
|
4101
|
+
authentication_methods: Optional[pulumi.Input[str]] = None,
|
|
4102
|
+
channel_encryption: Optional[pulumi.Input[str]] = None,
|
|
4103
|
+
kerberos_ticket_encryption: Optional[pulumi.Input[str]] = None,
|
|
4104
|
+
multichannel: Optional[pulumi.Input['MultichannelArgs']] = None,
|
|
4105
|
+
versions: Optional[pulumi.Input[str]] = None):
|
|
4106
|
+
"""
|
|
4107
|
+
Setting for SMB protocol
|
|
4108
|
+
:param pulumi.Input[str] authentication_methods: SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
|
|
4109
|
+
:param pulumi.Input[str] channel_encryption: SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.
|
|
4110
|
+
:param pulumi.Input[str] kerberos_ticket_encryption: Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'
|
|
4111
|
+
:param pulumi.Input['MultichannelArgs'] multichannel: Multichannel setting. Applies to Premium FileStorage only.
|
|
4112
|
+
:param pulumi.Input[str] versions: SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.
|
|
4113
|
+
"""
|
|
4114
|
+
if authentication_methods is not None:
|
|
4115
|
+
pulumi.set(__self__, "authentication_methods", authentication_methods)
|
|
4116
|
+
if channel_encryption is not None:
|
|
4117
|
+
pulumi.set(__self__, "channel_encryption", channel_encryption)
|
|
4118
|
+
if kerberos_ticket_encryption is not None:
|
|
4119
|
+
pulumi.set(__self__, "kerberos_ticket_encryption", kerberos_ticket_encryption)
|
|
4120
|
+
if multichannel is not None:
|
|
4121
|
+
pulumi.set(__self__, "multichannel", multichannel)
|
|
4122
|
+
if versions is not None:
|
|
4123
|
+
pulumi.set(__self__, "versions", versions)
|
|
4124
|
+
|
|
4125
|
+
@property
|
|
4126
|
+
@pulumi.getter(name="authenticationMethods")
|
|
4127
|
+
def authentication_methods(self) -> Optional[pulumi.Input[str]]:
|
|
4128
|
+
"""
|
|
4129
|
+
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
|
|
4130
|
+
"""
|
|
4131
|
+
return pulumi.get(self, "authentication_methods")
|
|
4132
|
+
|
|
4133
|
+
@authentication_methods.setter
|
|
4134
|
+
def authentication_methods(self, value: Optional[pulumi.Input[str]]):
|
|
4135
|
+
pulumi.set(self, "authentication_methods", value)
|
|
4136
|
+
|
|
4137
|
+
@property
|
|
4138
|
+
@pulumi.getter(name="channelEncryption")
|
|
4139
|
+
def channel_encryption(self) -> Optional[pulumi.Input[str]]:
|
|
4140
|
+
"""
|
|
4141
|
+
SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.
|
|
4142
|
+
"""
|
|
4143
|
+
return pulumi.get(self, "channel_encryption")
|
|
4144
|
+
|
|
4145
|
+
@channel_encryption.setter
|
|
4146
|
+
def channel_encryption(self, value: Optional[pulumi.Input[str]]):
|
|
4147
|
+
pulumi.set(self, "channel_encryption", value)
|
|
4148
|
+
|
|
4149
|
+
@property
|
|
4150
|
+
@pulumi.getter(name="kerberosTicketEncryption")
|
|
4151
|
+
def kerberos_ticket_encryption(self) -> Optional[pulumi.Input[str]]:
|
|
4152
|
+
"""
|
|
4153
|
+
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'
|
|
4154
|
+
"""
|
|
4155
|
+
return pulumi.get(self, "kerberos_ticket_encryption")
|
|
4156
|
+
|
|
4157
|
+
@kerberos_ticket_encryption.setter
|
|
4158
|
+
def kerberos_ticket_encryption(self, value: Optional[pulumi.Input[str]]):
|
|
4159
|
+
pulumi.set(self, "kerberos_ticket_encryption", value)
|
|
4160
|
+
|
|
4161
|
+
@property
|
|
4162
|
+
@pulumi.getter
|
|
4163
|
+
def multichannel(self) -> Optional[pulumi.Input['MultichannelArgs']]:
|
|
4164
|
+
"""
|
|
4165
|
+
Multichannel setting. Applies to Premium FileStorage only.
|
|
4166
|
+
"""
|
|
4167
|
+
return pulumi.get(self, "multichannel")
|
|
4168
|
+
|
|
4169
|
+
@multichannel.setter
|
|
4170
|
+
def multichannel(self, value: Optional[pulumi.Input['MultichannelArgs']]):
|
|
4171
|
+
pulumi.set(self, "multichannel", value)
|
|
4172
|
+
|
|
4173
|
+
@property
|
|
4174
|
+
@pulumi.getter
|
|
4175
|
+
def versions(self) -> Optional[pulumi.Input[str]]:
|
|
4176
|
+
"""
|
|
4177
|
+
SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.
|
|
4178
|
+
"""
|
|
4179
|
+
return pulumi.get(self, "versions")
|
|
4180
|
+
|
|
4181
|
+
@versions.setter
|
|
4182
|
+
def versions(self, value: Optional[pulumi.Input[str]]):
|
|
4183
|
+
pulumi.set(self, "versions", value)
|
|
4184
|
+
|
|
4185
|
+
|
|
4186
|
+
if not MYPY:
|
|
4187
|
+
class SshPublicKeyArgsDict(TypedDict):
|
|
4188
|
+
description: NotRequired[pulumi.Input[str]]
|
|
4189
|
+
"""
|
|
4190
|
+
Optional. It is used to store the function/usage of the key
|
|
4191
|
+
"""
|
|
4192
|
+
key: NotRequired[pulumi.Input[str]]
|
|
4193
|
+
"""
|
|
4194
|
+
Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB
|
|
4195
|
+
"""
|
|
4196
|
+
elif False:
|
|
4197
|
+
SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
|
|
4198
|
+
|
|
4199
|
+
@pulumi.input_type
|
|
4200
|
+
class SshPublicKeyArgs:
|
|
4201
|
+
def __init__(__self__, *,
|
|
4202
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
4203
|
+
key: Optional[pulumi.Input[str]] = None):
|
|
4204
|
+
"""
|
|
4205
|
+
:param pulumi.Input[str] description: Optional. It is used to store the function/usage of the key
|
|
4206
|
+
:param pulumi.Input[str] key: Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB
|
|
4207
|
+
"""
|
|
4208
|
+
if description is not None:
|
|
4209
|
+
pulumi.set(__self__, "description", description)
|
|
4210
|
+
if key is not None:
|
|
4211
|
+
pulumi.set(__self__, "key", key)
|
|
4212
|
+
|
|
4213
|
+
@property
|
|
4214
|
+
@pulumi.getter
|
|
4215
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
4216
|
+
"""
|
|
4217
|
+
Optional. It is used to store the function/usage of the key
|
|
4218
|
+
"""
|
|
4219
|
+
return pulumi.get(self, "description")
|
|
4220
|
+
|
|
4221
|
+
@description.setter
|
|
4222
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
4223
|
+
pulumi.set(self, "description", value)
|
|
4224
|
+
|
|
4225
|
+
@property
|
|
4226
|
+
@pulumi.getter
|
|
4227
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
|
4228
|
+
"""
|
|
4229
|
+
Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB
|
|
4230
|
+
"""
|
|
4231
|
+
return pulumi.get(self, "key")
|
|
4232
|
+
|
|
4233
|
+
@key.setter
|
|
4234
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
|
4235
|
+
pulumi.set(self, "key", value)
|
|
4236
|
+
|
|
4237
|
+
|
|
4238
|
+
if not MYPY:
|
|
4239
|
+
class StorageTaskAssignmentExecutionContextArgsDict(TypedDict):
|
|
4240
|
+
"""
|
|
4241
|
+
Execution context of the storage task assignment.
|
|
4242
|
+
"""
|
|
4243
|
+
trigger: pulumi.Input['ExecutionTriggerArgsDict']
|
|
4244
|
+
"""
|
|
4245
|
+
Execution trigger of the storage task assignment
|
|
4246
|
+
"""
|
|
4247
|
+
target: NotRequired[pulumi.Input['ExecutionTargetArgsDict']]
|
|
4248
|
+
"""
|
|
4249
|
+
Execution target of the storage task assignment
|
|
4250
|
+
"""
|
|
4251
|
+
elif False:
|
|
4252
|
+
StorageTaskAssignmentExecutionContextArgsDict: TypeAlias = Mapping[str, Any]
|
|
4253
|
+
|
|
4254
|
+
@pulumi.input_type
|
|
4255
|
+
class StorageTaskAssignmentExecutionContextArgs:
|
|
4256
|
+
def __init__(__self__, *,
|
|
4257
|
+
trigger: pulumi.Input['ExecutionTriggerArgs'],
|
|
4258
|
+
target: Optional[pulumi.Input['ExecutionTargetArgs']] = None):
|
|
4259
|
+
"""
|
|
4260
|
+
Execution context of the storage task assignment.
|
|
4261
|
+
:param pulumi.Input['ExecutionTriggerArgs'] trigger: Execution trigger of the storage task assignment
|
|
4262
|
+
:param pulumi.Input['ExecutionTargetArgs'] target: Execution target of the storage task assignment
|
|
4263
|
+
"""
|
|
4264
|
+
pulumi.set(__self__, "trigger", trigger)
|
|
4265
|
+
if target is not None:
|
|
4266
|
+
pulumi.set(__self__, "target", target)
|
|
4267
|
+
|
|
4268
|
+
@property
|
|
4269
|
+
@pulumi.getter
|
|
4270
|
+
def trigger(self) -> pulumi.Input['ExecutionTriggerArgs']:
|
|
4271
|
+
"""
|
|
4272
|
+
Execution trigger of the storage task assignment
|
|
4273
|
+
"""
|
|
4274
|
+
return pulumi.get(self, "trigger")
|
|
4275
|
+
|
|
4276
|
+
@trigger.setter
|
|
4277
|
+
def trigger(self, value: pulumi.Input['ExecutionTriggerArgs']):
|
|
4278
|
+
pulumi.set(self, "trigger", value)
|
|
4279
|
+
|
|
4280
|
+
@property
|
|
4281
|
+
@pulumi.getter
|
|
4282
|
+
def target(self) -> Optional[pulumi.Input['ExecutionTargetArgs']]:
|
|
4283
|
+
"""
|
|
4284
|
+
Execution target of the storage task assignment
|
|
4285
|
+
"""
|
|
4286
|
+
return pulumi.get(self, "target")
|
|
4287
|
+
|
|
4288
|
+
@target.setter
|
|
4289
|
+
def target(self, value: Optional[pulumi.Input['ExecutionTargetArgs']]):
|
|
4290
|
+
pulumi.set(self, "target", value)
|
|
4291
|
+
|
|
4292
|
+
|
|
4293
|
+
if not MYPY:
|
|
4294
|
+
class StorageTaskAssignmentPropertiesArgsDict(TypedDict):
|
|
4295
|
+
"""
|
|
4296
|
+
Properties of the storage task assignment.
|
|
4297
|
+
"""
|
|
4298
|
+
description: pulumi.Input[str]
|
|
4299
|
+
"""
|
|
4300
|
+
Text that describes the purpose of the storage task assignment
|
|
4301
|
+
"""
|
|
4302
|
+
enabled: pulumi.Input[bool]
|
|
4303
|
+
"""
|
|
4304
|
+
Whether the storage task assignment is enabled or not
|
|
4305
|
+
"""
|
|
4306
|
+
execution_context: pulumi.Input['StorageTaskAssignmentExecutionContextArgsDict']
|
|
4307
|
+
"""
|
|
4308
|
+
The storage task assignment execution context
|
|
4309
|
+
"""
|
|
4310
|
+
report: pulumi.Input['StorageTaskAssignmentReportArgsDict']
|
|
4311
|
+
"""
|
|
4312
|
+
The storage task assignment report
|
|
4313
|
+
"""
|
|
4314
|
+
task_id: pulumi.Input[str]
|
|
4315
|
+
"""
|
|
4316
|
+
Id of the corresponding storage task
|
|
4317
|
+
"""
|
|
4318
|
+
elif False:
|
|
4319
|
+
StorageTaskAssignmentPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
4320
|
+
|
|
4321
|
+
@pulumi.input_type
|
|
4322
|
+
class StorageTaskAssignmentPropertiesArgs:
|
|
4323
|
+
def __init__(__self__, *,
|
|
4324
|
+
description: pulumi.Input[str],
|
|
4325
|
+
enabled: pulumi.Input[bool],
|
|
4326
|
+
execution_context: pulumi.Input['StorageTaskAssignmentExecutionContextArgs'],
|
|
4327
|
+
report: pulumi.Input['StorageTaskAssignmentReportArgs'],
|
|
4328
|
+
task_id: pulumi.Input[str]):
|
|
4329
|
+
"""
|
|
4330
|
+
Properties of the storage task assignment.
|
|
4331
|
+
:param pulumi.Input[str] description: Text that describes the purpose of the storage task assignment
|
|
4332
|
+
:param pulumi.Input[bool] enabled: Whether the storage task assignment is enabled or not
|
|
4333
|
+
:param pulumi.Input['StorageTaskAssignmentExecutionContextArgs'] execution_context: The storage task assignment execution context
|
|
4334
|
+
:param pulumi.Input['StorageTaskAssignmentReportArgs'] report: The storage task assignment report
|
|
4335
|
+
:param pulumi.Input[str] task_id: Id of the corresponding storage task
|
|
4336
|
+
"""
|
|
4337
|
+
pulumi.set(__self__, "description", description)
|
|
4338
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
4339
|
+
pulumi.set(__self__, "execution_context", execution_context)
|
|
4340
|
+
pulumi.set(__self__, "report", report)
|
|
4341
|
+
pulumi.set(__self__, "task_id", task_id)
|
|
4342
|
+
|
|
4343
|
+
@property
|
|
4344
|
+
@pulumi.getter
|
|
4345
|
+
def description(self) -> pulumi.Input[str]:
|
|
4346
|
+
"""
|
|
4347
|
+
Text that describes the purpose of the storage task assignment
|
|
4348
|
+
"""
|
|
4349
|
+
return pulumi.get(self, "description")
|
|
4350
|
+
|
|
4351
|
+
@description.setter
|
|
4352
|
+
def description(self, value: pulumi.Input[str]):
|
|
4353
|
+
pulumi.set(self, "description", value)
|
|
4354
|
+
|
|
4355
|
+
@property
|
|
4356
|
+
@pulumi.getter
|
|
4357
|
+
def enabled(self) -> pulumi.Input[bool]:
|
|
4358
|
+
"""
|
|
4359
|
+
Whether the storage task assignment is enabled or not
|
|
4360
|
+
"""
|
|
4361
|
+
return pulumi.get(self, "enabled")
|
|
4362
|
+
|
|
4363
|
+
@enabled.setter
|
|
4364
|
+
def enabled(self, value: pulumi.Input[bool]):
|
|
4365
|
+
pulumi.set(self, "enabled", value)
|
|
4366
|
+
|
|
4367
|
+
@property
|
|
4368
|
+
@pulumi.getter(name="executionContext")
|
|
4369
|
+
def execution_context(self) -> pulumi.Input['StorageTaskAssignmentExecutionContextArgs']:
|
|
4370
|
+
"""
|
|
4371
|
+
The storage task assignment execution context
|
|
4372
|
+
"""
|
|
4373
|
+
return pulumi.get(self, "execution_context")
|
|
4374
|
+
|
|
4375
|
+
@execution_context.setter
|
|
4376
|
+
def execution_context(self, value: pulumi.Input['StorageTaskAssignmentExecutionContextArgs']):
|
|
4377
|
+
pulumi.set(self, "execution_context", value)
|
|
4378
|
+
|
|
4379
|
+
@property
|
|
4380
|
+
@pulumi.getter
|
|
4381
|
+
def report(self) -> pulumi.Input['StorageTaskAssignmentReportArgs']:
|
|
4382
|
+
"""
|
|
4383
|
+
The storage task assignment report
|
|
4384
|
+
"""
|
|
4385
|
+
return pulumi.get(self, "report")
|
|
4386
|
+
|
|
4387
|
+
@report.setter
|
|
4388
|
+
def report(self, value: pulumi.Input['StorageTaskAssignmentReportArgs']):
|
|
4389
|
+
pulumi.set(self, "report", value)
|
|
4390
|
+
|
|
4391
|
+
@property
|
|
4392
|
+
@pulumi.getter(name="taskId")
|
|
4393
|
+
def task_id(self) -> pulumi.Input[str]:
|
|
4394
|
+
"""
|
|
4395
|
+
Id of the corresponding storage task
|
|
4396
|
+
"""
|
|
4397
|
+
return pulumi.get(self, "task_id")
|
|
4398
|
+
|
|
4399
|
+
@task_id.setter
|
|
4400
|
+
def task_id(self, value: pulumi.Input[str]):
|
|
4401
|
+
pulumi.set(self, "task_id", value)
|
|
4402
|
+
|
|
4403
|
+
|
|
4404
|
+
if not MYPY:
|
|
4405
|
+
class StorageTaskAssignmentReportArgsDict(TypedDict):
|
|
4406
|
+
"""
|
|
4407
|
+
The storage task assignment report
|
|
4408
|
+
"""
|
|
4409
|
+
prefix: pulumi.Input[str]
|
|
4410
|
+
"""
|
|
4411
|
+
The container prefix for the location of storage task assignment report
|
|
4412
|
+
"""
|
|
4413
|
+
elif False:
|
|
4414
|
+
StorageTaskAssignmentReportArgsDict: TypeAlias = Mapping[str, Any]
|
|
4415
|
+
|
|
4416
|
+
@pulumi.input_type
|
|
4417
|
+
class StorageTaskAssignmentReportArgs:
|
|
4418
|
+
def __init__(__self__, *,
|
|
4419
|
+
prefix: pulumi.Input[str]):
|
|
4420
|
+
"""
|
|
4421
|
+
The storage task assignment report
|
|
4422
|
+
:param pulumi.Input[str] prefix: The container prefix for the location of storage task assignment report
|
|
4423
|
+
"""
|
|
4424
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
4425
|
+
|
|
4426
|
+
@property
|
|
4427
|
+
@pulumi.getter
|
|
4428
|
+
def prefix(self) -> pulumi.Input[str]:
|
|
4429
|
+
"""
|
|
4430
|
+
The container prefix for the location of storage task assignment report
|
|
4431
|
+
"""
|
|
4432
|
+
return pulumi.get(self, "prefix")
|
|
4433
|
+
|
|
4434
|
+
@prefix.setter
|
|
4435
|
+
def prefix(self, value: pulumi.Input[str]):
|
|
4436
|
+
pulumi.set(self, "prefix", value)
|
|
4437
|
+
|
|
4438
|
+
|
|
4439
|
+
if not MYPY:
|
|
4440
|
+
class TableAccessPolicyArgsDict(TypedDict):
|
|
4441
|
+
"""
|
|
4442
|
+
Table Access Policy Properties Object.
|
|
4443
|
+
"""
|
|
4444
|
+
permission: pulumi.Input[str]
|
|
4445
|
+
"""
|
|
4446
|
+
Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d'
|
|
4447
|
+
"""
|
|
4448
|
+
expiry_time: NotRequired[pulumi.Input[str]]
|
|
4449
|
+
"""
|
|
4450
|
+
Expiry time of the access policy
|
|
4451
|
+
"""
|
|
4452
|
+
start_time: NotRequired[pulumi.Input[str]]
|
|
4453
|
+
"""
|
|
4454
|
+
Start time of the access policy
|
|
4455
|
+
"""
|
|
4456
|
+
elif False:
|
|
4457
|
+
TableAccessPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
4458
|
+
|
|
4459
|
+
@pulumi.input_type
|
|
4460
|
+
class TableAccessPolicyArgs:
|
|
4461
|
+
def __init__(__self__, *,
|
|
4462
|
+
permission: pulumi.Input[str],
|
|
4463
|
+
expiry_time: Optional[pulumi.Input[str]] = None,
|
|
4464
|
+
start_time: Optional[pulumi.Input[str]] = None):
|
|
4465
|
+
"""
|
|
4466
|
+
Table Access Policy Properties Object.
|
|
4467
|
+
:param pulumi.Input[str] permission: Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d'
|
|
4468
|
+
:param pulumi.Input[str] expiry_time: Expiry time of the access policy
|
|
4469
|
+
:param pulumi.Input[str] start_time: Start time of the access policy
|
|
4470
|
+
"""
|
|
4471
|
+
pulumi.set(__self__, "permission", permission)
|
|
4472
|
+
if expiry_time is not None:
|
|
4473
|
+
pulumi.set(__self__, "expiry_time", expiry_time)
|
|
4474
|
+
if start_time is not None:
|
|
4475
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
4476
|
+
|
|
4477
|
+
@property
|
|
4478
|
+
@pulumi.getter
|
|
4479
|
+
def permission(self) -> pulumi.Input[str]:
|
|
4480
|
+
"""
|
|
4481
|
+
Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d'
|
|
4482
|
+
"""
|
|
4483
|
+
return pulumi.get(self, "permission")
|
|
4484
|
+
|
|
4485
|
+
@permission.setter
|
|
4486
|
+
def permission(self, value: pulumi.Input[str]):
|
|
4487
|
+
pulumi.set(self, "permission", value)
|
|
4488
|
+
|
|
4489
|
+
@property
|
|
4490
|
+
@pulumi.getter(name="expiryTime")
|
|
4491
|
+
def expiry_time(self) -> Optional[pulumi.Input[str]]:
|
|
4492
|
+
"""
|
|
4493
|
+
Expiry time of the access policy
|
|
4494
|
+
"""
|
|
4495
|
+
return pulumi.get(self, "expiry_time")
|
|
4496
|
+
|
|
4497
|
+
@expiry_time.setter
|
|
4498
|
+
def expiry_time(self, value: Optional[pulumi.Input[str]]):
|
|
4499
|
+
pulumi.set(self, "expiry_time", value)
|
|
4500
|
+
|
|
4501
|
+
@property
|
|
4502
|
+
@pulumi.getter(name="startTime")
|
|
4503
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
4504
|
+
"""
|
|
4505
|
+
Start time of the access policy
|
|
4506
|
+
"""
|
|
4507
|
+
return pulumi.get(self, "start_time")
|
|
4508
|
+
|
|
4509
|
+
@start_time.setter
|
|
4510
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
|
4511
|
+
pulumi.set(self, "start_time", value)
|
|
4512
|
+
|
|
4513
|
+
|
|
4514
|
+
if not MYPY:
|
|
4515
|
+
class TableSignedIdentifierArgsDict(TypedDict):
|
|
4516
|
+
"""
|
|
4517
|
+
Object to set Table Access Policy.
|
|
4518
|
+
"""
|
|
4519
|
+
id: pulumi.Input[str]
|
|
4520
|
+
"""
|
|
4521
|
+
unique-64-character-value of the stored access policy.
|
|
4522
|
+
"""
|
|
4523
|
+
access_policy: NotRequired[pulumi.Input['TableAccessPolicyArgsDict']]
|
|
4524
|
+
"""
|
|
4525
|
+
Access policy
|
|
4526
|
+
"""
|
|
4527
|
+
elif False:
|
|
4528
|
+
TableSignedIdentifierArgsDict: TypeAlias = Mapping[str, Any]
|
|
4529
|
+
|
|
4530
|
+
@pulumi.input_type
|
|
4531
|
+
class TableSignedIdentifierArgs:
|
|
4532
|
+
def __init__(__self__, *,
|
|
4533
|
+
id: pulumi.Input[str],
|
|
4534
|
+
access_policy: Optional[pulumi.Input['TableAccessPolicyArgs']] = None):
|
|
4535
|
+
"""
|
|
4536
|
+
Object to set Table Access Policy.
|
|
4537
|
+
:param pulumi.Input[str] id: unique-64-character-value of the stored access policy.
|
|
4538
|
+
:param pulumi.Input['TableAccessPolicyArgs'] access_policy: Access policy
|
|
4539
|
+
"""
|
|
4540
|
+
pulumi.set(__self__, "id", id)
|
|
4541
|
+
if access_policy is not None:
|
|
4542
|
+
pulumi.set(__self__, "access_policy", access_policy)
|
|
4543
|
+
|
|
4544
|
+
@property
|
|
4545
|
+
@pulumi.getter
|
|
4546
|
+
def id(self) -> pulumi.Input[str]:
|
|
4547
|
+
"""
|
|
4548
|
+
unique-64-character-value of the stored access policy.
|
|
4549
|
+
"""
|
|
4550
|
+
return pulumi.get(self, "id")
|
|
4551
|
+
|
|
4552
|
+
@id.setter
|
|
4553
|
+
def id(self, value: pulumi.Input[str]):
|
|
4554
|
+
pulumi.set(self, "id", value)
|
|
4555
|
+
|
|
4556
|
+
@property
|
|
4557
|
+
@pulumi.getter(name="accessPolicy")
|
|
4558
|
+
def access_policy(self) -> Optional[pulumi.Input['TableAccessPolicyArgs']]:
|
|
4559
|
+
"""
|
|
4560
|
+
Access policy
|
|
4561
|
+
"""
|
|
4562
|
+
return pulumi.get(self, "access_policy")
|
|
4563
|
+
|
|
4564
|
+
@access_policy.setter
|
|
4565
|
+
def access_policy(self, value: Optional[pulumi.Input['TableAccessPolicyArgs']]):
|
|
4566
|
+
pulumi.set(self, "access_policy", value)
|
|
4567
|
+
|
|
4568
|
+
|
|
4569
|
+
if not MYPY:
|
|
4570
|
+
class TagFilterArgsDict(TypedDict):
|
|
4571
|
+
"""
|
|
4572
|
+
Blob index tag based filtering for blob objects
|
|
4573
|
+
"""
|
|
4574
|
+
name: pulumi.Input[str]
|
|
4575
|
+
"""
|
|
4576
|
+
This is the filter tag name, it can have 1 - 128 characters
|
|
4577
|
+
"""
|
|
4578
|
+
op: pulumi.Input[str]
|
|
4579
|
+
"""
|
|
4580
|
+
This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported
|
|
4581
|
+
"""
|
|
4582
|
+
value: pulumi.Input[str]
|
|
4583
|
+
"""
|
|
4584
|
+
This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters
|
|
4585
|
+
"""
|
|
4586
|
+
elif False:
|
|
4587
|
+
TagFilterArgsDict: TypeAlias = Mapping[str, Any]
|
|
4588
|
+
|
|
4589
|
+
@pulumi.input_type
|
|
4590
|
+
class TagFilterArgs:
|
|
4591
|
+
def __init__(__self__, *,
|
|
4592
|
+
name: pulumi.Input[str],
|
|
4593
|
+
op: pulumi.Input[str],
|
|
4594
|
+
value: pulumi.Input[str]):
|
|
4595
|
+
"""
|
|
4596
|
+
Blob index tag based filtering for blob objects
|
|
4597
|
+
:param pulumi.Input[str] name: This is the filter tag name, it can have 1 - 128 characters
|
|
4598
|
+
:param pulumi.Input[str] op: This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported
|
|
4599
|
+
:param pulumi.Input[str] value: This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters
|
|
4600
|
+
"""
|
|
4601
|
+
pulumi.set(__self__, "name", name)
|
|
4602
|
+
pulumi.set(__self__, "op", op)
|
|
4603
|
+
pulumi.set(__self__, "value", value)
|
|
4604
|
+
|
|
4605
|
+
@property
|
|
4606
|
+
@pulumi.getter
|
|
4607
|
+
def name(self) -> pulumi.Input[str]:
|
|
4608
|
+
"""
|
|
4609
|
+
This is the filter tag name, it can have 1 - 128 characters
|
|
4610
|
+
"""
|
|
4611
|
+
return pulumi.get(self, "name")
|
|
4612
|
+
|
|
4613
|
+
@name.setter
|
|
4614
|
+
def name(self, value: pulumi.Input[str]):
|
|
4615
|
+
pulumi.set(self, "name", value)
|
|
4616
|
+
|
|
4617
|
+
@property
|
|
4618
|
+
@pulumi.getter
|
|
4619
|
+
def op(self) -> pulumi.Input[str]:
|
|
4620
|
+
"""
|
|
4621
|
+
This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported
|
|
4622
|
+
"""
|
|
4623
|
+
return pulumi.get(self, "op")
|
|
4624
|
+
|
|
4625
|
+
@op.setter
|
|
4626
|
+
def op(self, value: pulumi.Input[str]):
|
|
4627
|
+
pulumi.set(self, "op", value)
|
|
4628
|
+
|
|
4629
|
+
@property
|
|
4630
|
+
@pulumi.getter
|
|
4631
|
+
def value(self) -> pulumi.Input[str]:
|
|
4632
|
+
"""
|
|
4633
|
+
This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters
|
|
4634
|
+
"""
|
|
4635
|
+
return pulumi.get(self, "value")
|
|
4636
|
+
|
|
4637
|
+
@value.setter
|
|
4638
|
+
def value(self, value: pulumi.Input[str]):
|
|
4639
|
+
pulumi.set(self, "value", value)
|
|
4640
|
+
|
|
4641
|
+
|
|
4642
|
+
if not MYPY:
|
|
4643
|
+
class TriggerParametersArgsDict(TypedDict):
|
|
4644
|
+
"""
|
|
4645
|
+
The trigger parameters update for the storage task assignment execution
|
|
4646
|
+
"""
|
|
4647
|
+
end_by: NotRequired[pulumi.Input[str]]
|
|
4648
|
+
"""
|
|
4649
|
+
When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4650
|
+
"""
|
|
4651
|
+
interval: NotRequired[pulumi.Input[int]]
|
|
4652
|
+
"""
|
|
4653
|
+
Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4654
|
+
"""
|
|
4655
|
+
interval_unit: NotRequired[pulumi.Input['IntervalUnit']]
|
|
4656
|
+
"""
|
|
4657
|
+
Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4658
|
+
"""
|
|
4659
|
+
start_from: NotRequired[pulumi.Input[str]]
|
|
4660
|
+
"""
|
|
4661
|
+
When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4662
|
+
"""
|
|
4663
|
+
start_on: NotRequired[pulumi.Input[str]]
|
|
4664
|
+
"""
|
|
4665
|
+
When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
|
|
4666
|
+
"""
|
|
4667
|
+
elif False:
|
|
4668
|
+
TriggerParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
4669
|
+
|
|
4670
|
+
@pulumi.input_type
|
|
4671
|
+
class TriggerParametersArgs:
|
|
4672
|
+
def __init__(__self__, *,
|
|
4673
|
+
end_by: Optional[pulumi.Input[str]] = None,
|
|
4674
|
+
interval: Optional[pulumi.Input[int]] = None,
|
|
4675
|
+
interval_unit: Optional[pulumi.Input['IntervalUnit']] = None,
|
|
4676
|
+
start_from: Optional[pulumi.Input[str]] = None,
|
|
4677
|
+
start_on: Optional[pulumi.Input[str]] = None):
|
|
4678
|
+
"""
|
|
4679
|
+
The trigger parameters update for the storage task assignment execution
|
|
4680
|
+
:param pulumi.Input[str] end_by: When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4681
|
+
:param pulumi.Input[int] interval: Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4682
|
+
:param pulumi.Input['IntervalUnit'] interval_unit: Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4683
|
+
:param pulumi.Input[str] start_from: When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4684
|
+
:param pulumi.Input[str] start_on: When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
|
|
4685
|
+
"""
|
|
4686
|
+
if end_by is not None:
|
|
4687
|
+
pulumi.set(__self__, "end_by", end_by)
|
|
4688
|
+
if interval is not None:
|
|
4689
|
+
pulumi.set(__self__, "interval", interval)
|
|
4690
|
+
if interval_unit is not None:
|
|
4691
|
+
pulumi.set(__self__, "interval_unit", interval_unit)
|
|
4692
|
+
if start_from is not None:
|
|
4693
|
+
pulumi.set(__self__, "start_from", start_from)
|
|
4694
|
+
if start_on is not None:
|
|
4695
|
+
pulumi.set(__self__, "start_on", start_on)
|
|
4696
|
+
|
|
4697
|
+
@property
|
|
4698
|
+
@pulumi.getter(name="endBy")
|
|
4699
|
+
def end_by(self) -> Optional[pulumi.Input[str]]:
|
|
4700
|
+
"""
|
|
4701
|
+
When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4702
|
+
"""
|
|
4703
|
+
return pulumi.get(self, "end_by")
|
|
4704
|
+
|
|
4705
|
+
@end_by.setter
|
|
4706
|
+
def end_by(self, value: Optional[pulumi.Input[str]]):
|
|
4707
|
+
pulumi.set(self, "end_by", value)
|
|
4708
|
+
|
|
4709
|
+
@property
|
|
4710
|
+
@pulumi.getter
|
|
4711
|
+
def interval(self) -> Optional[pulumi.Input[int]]:
|
|
4712
|
+
"""
|
|
4713
|
+
Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4714
|
+
"""
|
|
4715
|
+
return pulumi.get(self, "interval")
|
|
4716
|
+
|
|
4717
|
+
@interval.setter
|
|
4718
|
+
def interval(self, value: Optional[pulumi.Input[int]]):
|
|
4719
|
+
pulumi.set(self, "interval", value)
|
|
4720
|
+
|
|
4721
|
+
@property
|
|
4722
|
+
@pulumi.getter(name="intervalUnit")
|
|
4723
|
+
def interval_unit(self) -> Optional[pulumi.Input['IntervalUnit']]:
|
|
4724
|
+
"""
|
|
4725
|
+
Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4726
|
+
"""
|
|
4727
|
+
return pulumi.get(self, "interval_unit")
|
|
4728
|
+
|
|
4729
|
+
@interval_unit.setter
|
|
4730
|
+
def interval_unit(self, value: Optional[pulumi.Input['IntervalUnit']]):
|
|
4731
|
+
pulumi.set(self, "interval_unit", value)
|
|
4732
|
+
|
|
4733
|
+
@property
|
|
4734
|
+
@pulumi.getter(name="startFrom")
|
|
4735
|
+
def start_from(self) -> Optional[pulumi.Input[str]]:
|
|
4736
|
+
"""
|
|
4737
|
+
When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
|
|
4738
|
+
"""
|
|
4739
|
+
return pulumi.get(self, "start_from")
|
|
4740
|
+
|
|
4741
|
+
@start_from.setter
|
|
4742
|
+
def start_from(self, value: Optional[pulumi.Input[str]]):
|
|
4743
|
+
pulumi.set(self, "start_from", value)
|
|
4744
|
+
|
|
4745
|
+
@property
|
|
4746
|
+
@pulumi.getter(name="startOn")
|
|
4747
|
+
def start_on(self) -> Optional[pulumi.Input[str]]:
|
|
4748
|
+
"""
|
|
4749
|
+
When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
|
|
4750
|
+
"""
|
|
4751
|
+
return pulumi.get(self, "start_on")
|
|
4752
|
+
|
|
4753
|
+
@start_on.setter
|
|
4754
|
+
def start_on(self, value: Optional[pulumi.Input[str]]):
|
|
4755
|
+
pulumi.set(self, "start_on", value)
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
if not MYPY:
|
|
4759
|
+
class VirtualNetworkRuleArgsDict(TypedDict):
|
|
4760
|
+
"""
|
|
4761
|
+
Virtual Network rule.
|
|
4762
|
+
"""
|
|
4763
|
+
virtual_network_resource_id: pulumi.Input[str]
|
|
4764
|
+
"""
|
|
4765
|
+
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
|
4766
|
+
"""
|
|
4767
|
+
action: NotRequired[pulumi.Input['Action']]
|
|
4768
|
+
"""
|
|
4769
|
+
The action of virtual network rule.
|
|
4770
|
+
"""
|
|
4771
|
+
state: NotRequired[pulumi.Input[Union[str, 'State']]]
|
|
4772
|
+
"""
|
|
4773
|
+
Gets the state of virtual network rule.
|
|
4774
|
+
"""
|
|
4775
|
+
elif False:
|
|
4776
|
+
VirtualNetworkRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
4777
|
+
|
|
4778
|
+
@pulumi.input_type
|
|
4779
|
+
class VirtualNetworkRuleArgs:
|
|
4780
|
+
def __init__(__self__, *,
|
|
4781
|
+
virtual_network_resource_id: pulumi.Input[str],
|
|
4782
|
+
action: Optional[pulumi.Input['Action']] = None,
|
|
4783
|
+
state: Optional[pulumi.Input[Union[str, 'State']]] = None):
|
|
4784
|
+
"""
|
|
4785
|
+
Virtual Network rule.
|
|
4786
|
+
:param pulumi.Input[str] virtual_network_resource_id: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
|
4787
|
+
:param pulumi.Input['Action'] action: The action of virtual network rule.
|
|
4788
|
+
:param pulumi.Input[Union[str, 'State']] state: Gets the state of virtual network rule.
|
|
4789
|
+
"""
|
|
4790
|
+
pulumi.set(__self__, "virtual_network_resource_id", virtual_network_resource_id)
|
|
4791
|
+
if action is None:
|
|
4792
|
+
action = 'Allow'
|
|
4793
|
+
if action is not None:
|
|
4794
|
+
pulumi.set(__self__, "action", action)
|
|
4795
|
+
if state is not None:
|
|
4796
|
+
pulumi.set(__self__, "state", state)
|
|
4797
|
+
|
|
4798
|
+
@property
|
|
4799
|
+
@pulumi.getter(name="virtualNetworkResourceId")
|
|
4800
|
+
def virtual_network_resource_id(self) -> pulumi.Input[str]:
|
|
4801
|
+
"""
|
|
4802
|
+
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
|
4803
|
+
"""
|
|
4804
|
+
return pulumi.get(self, "virtual_network_resource_id")
|
|
4805
|
+
|
|
4806
|
+
@virtual_network_resource_id.setter
|
|
4807
|
+
def virtual_network_resource_id(self, value: pulumi.Input[str]):
|
|
4808
|
+
pulumi.set(self, "virtual_network_resource_id", value)
|
|
4809
|
+
|
|
4810
|
+
@property
|
|
4811
|
+
@pulumi.getter
|
|
4812
|
+
def action(self) -> Optional[pulumi.Input['Action']]:
|
|
4813
|
+
"""
|
|
4814
|
+
The action of virtual network rule.
|
|
4815
|
+
"""
|
|
4816
|
+
return pulumi.get(self, "action")
|
|
4817
|
+
|
|
4818
|
+
@action.setter
|
|
4819
|
+
def action(self, value: Optional[pulumi.Input['Action']]):
|
|
4820
|
+
pulumi.set(self, "action", value)
|
|
4821
|
+
|
|
4822
|
+
@property
|
|
4823
|
+
@pulumi.getter
|
|
4824
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'State']]]:
|
|
4825
|
+
"""
|
|
4826
|
+
Gets the state of virtual network rule.
|
|
4827
|
+
"""
|
|
4828
|
+
return pulumi.get(self, "state")
|
|
4829
|
+
|
|
4830
|
+
@state.setter
|
|
4831
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'State']]]):
|
|
4832
|
+
pulumi.set(self, "state", value)
|
|
4833
|
+
|
|
4834
|
+
|