pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__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.

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +32 -0
  2. pulumi_azure_native/botservice/bot.py +9 -9
  3. pulumi_azure_native/botservice/channel.py +9 -9
  4. pulumi_azure_native/botservice/get_bot.py +3 -3
  5. pulumi_azure_native/botservice/get_channel.py +3 -3
  6. pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
  7. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  8. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  9. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  10. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  11. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  12. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  13. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  14. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  15. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  16. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  17. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  18. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  19. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  20. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  21. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  22. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  23. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  24. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  25. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  26. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  27. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  28. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  29. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  30. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  31. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  32. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  33. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  34. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  35. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  36. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  37. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  38. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  39. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  40. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  41. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  42. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  43. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  44. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  45. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  46. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  47. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  48. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  49. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  50. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  51. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  52. pulumi_azure_native/confluent/connector.py +5 -1
  53. pulumi_azure_native/confluent/get_connector.py +4 -0
  54. pulumi_azure_native/confluent/get_organization.py +2 -2
  55. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
  56. pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
  57. pulumi_azure_native/confluent/get_topic.py +4 -0
  58. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  59. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  60. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  61. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  62. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  63. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  64. pulumi_azure_native/confluent/list_access_users.py +2 -2
  65. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  66. pulumi_azure_native/confluent/organization.py +3 -3
  67. pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
  68. pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
  69. pulumi_azure_native/confluent/topic.py +5 -1
  70. pulumi_azure_native/containerservice/__init__.py +2 -0
  71. pulumi_azure_native/containerservice/_inputs.py +74 -0
  72. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  73. pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
  74. pulumi_azure_native/containerservice/fleet.py +3 -3
  75. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  76. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  77. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  78. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
  79. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  80. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  81. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  82. pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
  83. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  84. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  85. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  86. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  87. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  88. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  90. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  91. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  92. pulumi_azure_native/containerservice/identity_binding.py +246 -0
  93. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  94. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  95. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  96. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  97. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  98. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  99. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  100. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  101. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  102. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  103. pulumi_azure_native/containerservice/outputs.py +185 -0
  104. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  105. pulumi_azure_native/containerservice/snapshot.py +3 -3
  106. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  107. pulumi_azure_native/containerservice/update_run.py +3 -3
  108. pulumi_azure_native/databox/get_job.py +2 -2
  109. pulumi_azure_native/databox/job.py +3 -3
  110. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  111. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  112. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  113. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  114. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  115. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  116. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  117. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  118. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  119. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  120. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  121. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  122. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  123. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  124. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  125. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  126. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  127. pulumi_azure_native/fileshares/__init__.py +16 -0
  128. pulumi_azure_native/fileshares/_enums.py +86 -0
  129. pulumi_azure_native/fileshares/_inputs.py +354 -0
  130. pulumi_azure_native/fileshares/file_share.py +274 -0
  131. pulumi_azure_native/fileshares/get_file_share.py +190 -0
  132. pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
  133. pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
  134. pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
  135. pulumi_azure_native/fileshares/outputs.py +999 -0
  136. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  137. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  138. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  139. pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
  140. pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
  141. pulumi_azure_native/mission/__init__.py +27 -0
  142. pulumi_azure_native/mission/_enums.py +412 -0
  143. pulumi_azure_native/mission/_inputs.py +1489 -0
  144. pulumi_azure_native/mission/approval.py +405 -0
  145. pulumi_azure_native/mission/community.py +554 -0
  146. pulumi_azure_native/mission/community_endpoint.py +320 -0
  147. pulumi_azure_native/mission/enclave_connection.py +396 -0
  148. pulumi_azure_native/mission/enclave_endpoint.py +320 -0
  149. pulumi_azure_native/mission/get_approval.py +264 -0
  150. pulumi_azure_native/mission/get_community.py +362 -0
  151. pulumi_azure_native/mission/get_community_endpoint.py +228 -0
  152. pulumi_azure_native/mission/get_enclave_connection.py +278 -0
  153. pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
  154. pulumi_azure_native/mission/get_transit_hub.py +242 -0
  155. pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
  156. pulumi_azure_native/mission/get_workload.py +228 -0
  157. pulumi_azure_native/mission/outputs.py +1611 -0
  158. pulumi_azure_native/mission/transit_hub.py +348 -0
  159. pulumi_azure_native/mission/virtual_enclave.py +566 -0
  160. pulumi_azure_native/mission/workload.py +317 -0
  161. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  162. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  163. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  164. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  165. pulumi_azure_native/mongocluster/get_user.py +4 -0
  166. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  167. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  168. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  169. pulumi_azure_native/mongocluster/user.py +5 -1
  170. pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
  171. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
  172. pulumi_azure_native/pulumi-plugin.json +1 -1
  173. pulumi_azure_native/security/__init__.py +4 -0
  174. pulumi_azure_native/security/_enums.py +11 -0
  175. pulumi_azure_native/security/_inputs.py +78 -0
  176. pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
  177. pulumi_azure_native/security/get_private_link.py +218 -0
  178. pulumi_azure_native/security/outputs.py +327 -0
  179. pulumi_azure_native/security/private_endpoint_connection.py +268 -0
  180. pulumi_azure_native/security/private_link.py +273 -0
  181. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  182. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  183. pulumi_azure_native/securityinsights/action.py +3 -3
  184. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  185. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  186. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  187. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  189. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  190. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  191. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  192. pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
  193. pulumi_azure_native/securityinsights/content_package.py +3 -3
  194. pulumi_azure_native/securityinsights/content_template.py +3 -3
  195. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  196. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  197. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  198. pulumi_azure_native/securityinsights/file_import.py +3 -3
  199. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  200. pulumi_azure_native/securityinsights/get_action.py +2 -2
  201. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  202. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  203. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  204. pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
  205. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  206. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  207. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  208. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  209. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  210. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  211. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  212. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  213. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  214. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  215. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  216. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  217. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  218. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  219. pulumi_azure_native/securityinsights/get_system.py +2 -2
  220. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  221. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  222. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  223. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  224. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  225. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  226. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  227. pulumi_azure_native/securityinsights/hunt.py +3 -3
  228. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  229. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  230. pulumi_azure_native/securityinsights/incident.py +3 -3
  231. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  232. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  233. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  234. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  235. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  236. pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
  237. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  238. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  240. pulumi_azure_native/securityinsights/metadata.py +3 -3
  241. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  242. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  243. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  244. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  245. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  246. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  247. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  248. pulumi_azure_native/securityinsights/system.py +3 -3
  249. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  250. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  251. pulumi_azure_native/securityinsights/ueba.py +1 -1
  252. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  253. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  254. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  255. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  256. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  257. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  258. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  259. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  260. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  261. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  262. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  263. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  264. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  265. pulumi_azure_native/servicebus/get_queue.py +2 -2
  266. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  267. pulumi_azure_native/servicebus/get_rule.py +2 -2
  268. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  269. pulumi_azure_native/servicebus/get_topic.py +2 -2
  270. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  271. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  272. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  273. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  274. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  275. pulumi_azure_native/servicebus/migration_config.py +3 -3
  276. pulumi_azure_native/servicebus/namespace.py +3 -3
  277. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  278. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  279. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  280. pulumi_azure_native/servicebus/queue.py +3 -3
  281. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  282. pulumi_azure_native/servicebus/rule.py +3 -3
  283. pulumi_azure_native/servicebus/subscription.py +3 -3
  284. pulumi_azure_native/servicebus/topic.py +3 -3
  285. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  286. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
  288. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,86 @@
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 builtins
6
+ import pulumi
7
+ from enum import Enum
8
+
9
+ __all__ = [
10
+ 'MediaTier',
11
+ 'Protocol',
12
+ 'PublicNetworkAccess',
13
+ 'Redundancy',
14
+ 'ShareRootSquash',
15
+ ]
16
+
17
+
18
+ @pulumi.type_token("azure-native:fileshares:MediaTier")
19
+ class MediaTier(builtins.str, Enum):
20
+ """
21
+ The storage media tier of the file share.
22
+ """
23
+ SSD = "SSD"
24
+ """
25
+ SSD media tier.
26
+ """
27
+
28
+
29
+ @pulumi.type_token("azure-native:fileshares:Protocol")
30
+ class Protocol(builtins.str, Enum):
31
+ """
32
+ The file sharing protocol for this file share.
33
+ """
34
+ NFS = "NFS"
35
+ """
36
+ NFS protocol.
37
+ """
38
+
39
+
40
+ @pulumi.type_token("azure-native:fileshares:PublicNetworkAccess")
41
+ class PublicNetworkAccess(builtins.str, Enum):
42
+ """
43
+ Gets or sets allow or disallow public network access to azure managed file share
44
+ """
45
+ ENABLED = "Enabled"
46
+ """
47
+ The public network access is enabled
48
+ """
49
+ DISABLED = "Disabled"
50
+ """
51
+ The public network access is disabled
52
+ """
53
+
54
+
55
+ @pulumi.type_token("azure-native:fileshares:Redundancy")
56
+ class Redundancy(builtins.str, Enum):
57
+ """
58
+ The chosen redundancy level of the file share.
59
+ """
60
+ LOCAL = "Local"
61
+ """
62
+ Local redundancy.
63
+ """
64
+ ZONE = "Zone"
65
+ """
66
+ Zone redundancy.
67
+ """
68
+
69
+
70
+ @pulumi.type_token("azure-native:fileshares:ShareRootSquash")
71
+ class ShareRootSquash(builtins.str, Enum):
72
+ """
73
+ Root squash defines how root users on clients are mapped to the NFS share.
74
+ """
75
+ NO_ROOT_SQUASH = "NoRootSquash"
76
+ """
77
+ No root squash.
78
+ """
79
+ ROOT_SQUASH = "RootSquash"
80
+ """
81
+ Root squash.
82
+ """
83
+ ALL_SQUASH = "AllSquash"
84
+ """
85
+ All squash.
86
+ """
@@ -0,0 +1,354 @@
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 builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'FileSharePropertiesArgs',
21
+ 'FileSharePropertiesArgsDict',
22
+ 'FileShareProvisioningRecommendationInput',
23
+ 'FileShareProvisioningRecommendationInputDict',
24
+ 'NfsProtocolPropertiesArgs',
25
+ 'NfsProtocolPropertiesArgsDict',
26
+ 'PublicAccessPropertiesArgs',
27
+ 'PublicAccessPropertiesArgsDict',
28
+ ]
29
+
30
+ MYPY = False
31
+
32
+ if not MYPY:
33
+ class FileSharePropertiesArgsDict(TypedDict):
34
+ """
35
+ File share properties
36
+ """
37
+ media_tier: NotRequired[pulumi.Input[Union[builtins.str, 'MediaTier']]]
38
+ """
39
+ The storage media tier of the file share.
40
+ """
41
+ mount_name: NotRequired[pulumi.Input[builtins.str]]
42
+ """
43
+ The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
44
+ """
45
+ nfs_protocol_properties: NotRequired[pulumi.Input['NfsProtocolPropertiesArgsDict']]
46
+ """
47
+ Protocol settings specific NFS.
48
+ """
49
+ protocol: NotRequired[pulumi.Input[Union[builtins.str, 'Protocol']]]
50
+ """
51
+ The file sharing protocol for this file share.
52
+ """
53
+ provisioned_io_per_sec: NotRequired[pulumi.Input[builtins.int]]
54
+ """
55
+ The provisioned IO / sec of the share.
56
+ """
57
+ provisioned_storage_gi_b: NotRequired[pulumi.Input[builtins.int]]
58
+ """
59
+ The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
60
+ """
61
+ provisioned_throughput_mi_b_per_sec: NotRequired[pulumi.Input[builtins.int]]
62
+ """
63
+ The provisioned throughput / sec of the share.
64
+ """
65
+ public_access_properties: NotRequired[pulumi.Input['PublicAccessPropertiesArgsDict']]
66
+ """
67
+ The set of properties for control public access.
68
+ """
69
+ public_network_access: NotRequired[pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']]]
70
+ """
71
+ Gets or sets allow or disallow public network access to azure managed file share
72
+ """
73
+ redundancy: NotRequired[pulumi.Input[Union[builtins.str, 'Redundancy']]]
74
+ """
75
+ The chosen redundancy level of the file share.
76
+ """
77
+ elif False:
78
+ FileSharePropertiesArgsDict: TypeAlias = Mapping[str, Any]
79
+
80
+ @pulumi.input_type
81
+ class FileSharePropertiesArgs:
82
+ def __init__(__self__, *,
83
+ media_tier: Optional[pulumi.Input[Union[builtins.str, 'MediaTier']]] = None,
84
+ mount_name: Optional[pulumi.Input[builtins.str]] = None,
85
+ nfs_protocol_properties: Optional[pulumi.Input['NfsProtocolPropertiesArgs']] = None,
86
+ protocol: Optional[pulumi.Input[Union[builtins.str, 'Protocol']]] = None,
87
+ provisioned_io_per_sec: Optional[pulumi.Input[builtins.int]] = None,
88
+ provisioned_storage_gi_b: Optional[pulumi.Input[builtins.int]] = None,
89
+ provisioned_throughput_mi_b_per_sec: Optional[pulumi.Input[builtins.int]] = None,
90
+ public_access_properties: Optional[pulumi.Input['PublicAccessPropertiesArgs']] = None,
91
+ public_network_access: Optional[pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']]] = None,
92
+ redundancy: Optional[pulumi.Input[Union[builtins.str, 'Redundancy']]] = None):
93
+ """
94
+ File share properties
95
+ :param pulumi.Input[Union[builtins.str, 'MediaTier']] media_tier: The storage media tier of the file share.
96
+ :param pulumi.Input[builtins.str] mount_name: The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
97
+ :param pulumi.Input['NfsProtocolPropertiesArgs'] nfs_protocol_properties: Protocol settings specific NFS.
98
+ :param pulumi.Input[Union[builtins.str, 'Protocol']] protocol: The file sharing protocol for this file share.
99
+ :param pulumi.Input[builtins.int] provisioned_io_per_sec: The provisioned IO / sec of the share.
100
+ :param pulumi.Input[builtins.int] provisioned_storage_gi_b: The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
101
+ :param pulumi.Input[builtins.int] provisioned_throughput_mi_b_per_sec: The provisioned throughput / sec of the share.
102
+ :param pulumi.Input['PublicAccessPropertiesArgs'] public_access_properties: The set of properties for control public access.
103
+ :param pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']] public_network_access: Gets or sets allow or disallow public network access to azure managed file share
104
+ :param pulumi.Input[Union[builtins.str, 'Redundancy']] redundancy: The chosen redundancy level of the file share.
105
+ """
106
+ if media_tier is not None:
107
+ pulumi.set(__self__, "media_tier", media_tier)
108
+ if mount_name is not None:
109
+ pulumi.set(__self__, "mount_name", mount_name)
110
+ if nfs_protocol_properties is not None:
111
+ pulumi.set(__self__, "nfs_protocol_properties", nfs_protocol_properties)
112
+ if protocol is not None:
113
+ pulumi.set(__self__, "protocol", protocol)
114
+ if provisioned_io_per_sec is not None:
115
+ pulumi.set(__self__, "provisioned_io_per_sec", provisioned_io_per_sec)
116
+ if provisioned_storage_gi_b is not None:
117
+ pulumi.set(__self__, "provisioned_storage_gi_b", provisioned_storage_gi_b)
118
+ if provisioned_throughput_mi_b_per_sec is not None:
119
+ pulumi.set(__self__, "provisioned_throughput_mi_b_per_sec", provisioned_throughput_mi_b_per_sec)
120
+ if public_access_properties is not None:
121
+ pulumi.set(__self__, "public_access_properties", public_access_properties)
122
+ if public_network_access is not None:
123
+ pulumi.set(__self__, "public_network_access", public_network_access)
124
+ if redundancy is not None:
125
+ pulumi.set(__self__, "redundancy", redundancy)
126
+
127
+ @property
128
+ @pulumi.getter(name="mediaTier")
129
+ def media_tier(self) -> Optional[pulumi.Input[Union[builtins.str, 'MediaTier']]]:
130
+ """
131
+ The storage media tier of the file share.
132
+ """
133
+ return pulumi.get(self, "media_tier")
134
+
135
+ @media_tier.setter
136
+ def media_tier(self, value: Optional[pulumi.Input[Union[builtins.str, 'MediaTier']]]):
137
+ pulumi.set(self, "media_tier", value)
138
+
139
+ @property
140
+ @pulumi.getter(name="mountName")
141
+ def mount_name(self) -> Optional[pulumi.Input[builtins.str]]:
142
+ """
143
+ The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
144
+ """
145
+ return pulumi.get(self, "mount_name")
146
+
147
+ @mount_name.setter
148
+ def mount_name(self, value: Optional[pulumi.Input[builtins.str]]):
149
+ pulumi.set(self, "mount_name", value)
150
+
151
+ @property
152
+ @pulumi.getter(name="nfsProtocolProperties")
153
+ def nfs_protocol_properties(self) -> Optional[pulumi.Input['NfsProtocolPropertiesArgs']]:
154
+ """
155
+ Protocol settings specific NFS.
156
+ """
157
+ return pulumi.get(self, "nfs_protocol_properties")
158
+
159
+ @nfs_protocol_properties.setter
160
+ def nfs_protocol_properties(self, value: Optional[pulumi.Input['NfsProtocolPropertiesArgs']]):
161
+ pulumi.set(self, "nfs_protocol_properties", value)
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def protocol(self) -> Optional[pulumi.Input[Union[builtins.str, 'Protocol']]]:
166
+ """
167
+ The file sharing protocol for this file share.
168
+ """
169
+ return pulumi.get(self, "protocol")
170
+
171
+ @protocol.setter
172
+ def protocol(self, value: Optional[pulumi.Input[Union[builtins.str, 'Protocol']]]):
173
+ pulumi.set(self, "protocol", value)
174
+
175
+ @property
176
+ @pulumi.getter(name="provisionedIOPerSec")
177
+ def provisioned_io_per_sec(self) -> Optional[pulumi.Input[builtins.int]]:
178
+ """
179
+ The provisioned IO / sec of the share.
180
+ """
181
+ return pulumi.get(self, "provisioned_io_per_sec")
182
+
183
+ @provisioned_io_per_sec.setter
184
+ def provisioned_io_per_sec(self, value: Optional[pulumi.Input[builtins.int]]):
185
+ pulumi.set(self, "provisioned_io_per_sec", value)
186
+
187
+ @property
188
+ @pulumi.getter(name="provisionedStorageGiB")
189
+ def provisioned_storage_gi_b(self) -> Optional[pulumi.Input[builtins.int]]:
190
+ """
191
+ The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
192
+ """
193
+ return pulumi.get(self, "provisioned_storage_gi_b")
194
+
195
+ @provisioned_storage_gi_b.setter
196
+ def provisioned_storage_gi_b(self, value: Optional[pulumi.Input[builtins.int]]):
197
+ pulumi.set(self, "provisioned_storage_gi_b", value)
198
+
199
+ @property
200
+ @pulumi.getter(name="provisionedThroughputMiBPerSec")
201
+ def provisioned_throughput_mi_b_per_sec(self) -> Optional[pulumi.Input[builtins.int]]:
202
+ """
203
+ The provisioned throughput / sec of the share.
204
+ """
205
+ return pulumi.get(self, "provisioned_throughput_mi_b_per_sec")
206
+
207
+ @provisioned_throughput_mi_b_per_sec.setter
208
+ def provisioned_throughput_mi_b_per_sec(self, value: Optional[pulumi.Input[builtins.int]]):
209
+ pulumi.set(self, "provisioned_throughput_mi_b_per_sec", value)
210
+
211
+ @property
212
+ @pulumi.getter(name="publicAccessProperties")
213
+ def public_access_properties(self) -> Optional[pulumi.Input['PublicAccessPropertiesArgs']]:
214
+ """
215
+ The set of properties for control public access.
216
+ """
217
+ return pulumi.get(self, "public_access_properties")
218
+
219
+ @public_access_properties.setter
220
+ def public_access_properties(self, value: Optional[pulumi.Input['PublicAccessPropertiesArgs']]):
221
+ pulumi.set(self, "public_access_properties", value)
222
+
223
+ @property
224
+ @pulumi.getter(name="publicNetworkAccess")
225
+ def public_network_access(self) -> Optional[pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']]]:
226
+ """
227
+ Gets or sets allow or disallow public network access to azure managed file share
228
+ """
229
+ return pulumi.get(self, "public_network_access")
230
+
231
+ @public_network_access.setter
232
+ def public_network_access(self, value: Optional[pulumi.Input[Union[builtins.str, 'PublicNetworkAccess']]]):
233
+ pulumi.set(self, "public_network_access", value)
234
+
235
+ @property
236
+ @pulumi.getter
237
+ def redundancy(self) -> Optional[pulumi.Input[Union[builtins.str, 'Redundancy']]]:
238
+ """
239
+ The chosen redundancy level of the file share.
240
+ """
241
+ return pulumi.get(self, "redundancy")
242
+
243
+ @redundancy.setter
244
+ def redundancy(self, value: Optional[pulumi.Input[Union[builtins.str, 'Redundancy']]]):
245
+ pulumi.set(self, "redundancy", value)
246
+
247
+
248
+ if not MYPY:
249
+ class FileShareProvisioningRecommendationInputDict(TypedDict):
250
+ """
251
+ File share provisioning parameters recommendation API input structure.
252
+ """
253
+ provisioned_storage_gi_b: builtins.int
254
+ """
255
+ The desired provisioned storage size of the share in GiB. Will be use to calculate the values of remaining provisioning parameters.
256
+ """
257
+ elif False:
258
+ FileShareProvisioningRecommendationInputDict: TypeAlias = Mapping[str, Any]
259
+
260
+ @pulumi.input_type
261
+ class FileShareProvisioningRecommendationInput:
262
+ def __init__(__self__, *,
263
+ provisioned_storage_gi_b: builtins.int):
264
+ """
265
+ File share provisioning parameters recommendation API input structure.
266
+ :param builtins.int provisioned_storage_gi_b: The desired provisioned storage size of the share in GiB. Will be use to calculate the values of remaining provisioning parameters.
267
+ """
268
+ pulumi.set(__self__, "provisioned_storage_gi_b", provisioned_storage_gi_b)
269
+
270
+ @property
271
+ @pulumi.getter(name="provisionedStorageGiB")
272
+ def provisioned_storage_gi_b(self) -> builtins.int:
273
+ """
274
+ The desired provisioned storage size of the share in GiB. Will be use to calculate the values of remaining provisioning parameters.
275
+ """
276
+ return pulumi.get(self, "provisioned_storage_gi_b")
277
+
278
+ @provisioned_storage_gi_b.setter
279
+ def provisioned_storage_gi_b(self, value: builtins.int):
280
+ pulumi.set(self, "provisioned_storage_gi_b", value)
281
+
282
+
283
+ if not MYPY:
284
+ class NfsProtocolPropertiesArgsDict(TypedDict):
285
+ """
286
+ Properties specific to the NFS protocol.
287
+ """
288
+ root_squash: NotRequired[pulumi.Input[Union[builtins.str, 'ShareRootSquash']]]
289
+ """
290
+ Root squash defines how root users on clients are mapped to the NFS share.
291
+ """
292
+ elif False:
293
+ NfsProtocolPropertiesArgsDict: TypeAlias = Mapping[str, Any]
294
+
295
+ @pulumi.input_type
296
+ class NfsProtocolPropertiesArgs:
297
+ def __init__(__self__, *,
298
+ root_squash: Optional[pulumi.Input[Union[builtins.str, 'ShareRootSquash']]] = None):
299
+ """
300
+ Properties specific to the NFS protocol.
301
+ :param pulumi.Input[Union[builtins.str, 'ShareRootSquash']] root_squash: Root squash defines how root users on clients are mapped to the NFS share.
302
+ """
303
+ if root_squash is not None:
304
+ pulumi.set(__self__, "root_squash", root_squash)
305
+
306
+ @property
307
+ @pulumi.getter(name="rootSquash")
308
+ def root_squash(self) -> Optional[pulumi.Input[Union[builtins.str, 'ShareRootSquash']]]:
309
+ """
310
+ Root squash defines how root users on clients are mapped to the NFS share.
311
+ """
312
+ return pulumi.get(self, "root_squash")
313
+
314
+ @root_squash.setter
315
+ def root_squash(self, value: Optional[pulumi.Input[Union[builtins.str, 'ShareRootSquash']]]):
316
+ pulumi.set(self, "root_squash", value)
317
+
318
+
319
+ if not MYPY:
320
+ class PublicAccessPropertiesArgsDict(TypedDict):
321
+ """
322
+ The set of properties for control public access.
323
+ """
324
+ allowed_subnets: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
325
+ """
326
+ The allowed set of subnets when access is restricted.
327
+ """
328
+ elif False:
329
+ PublicAccessPropertiesArgsDict: TypeAlias = Mapping[str, Any]
330
+
331
+ @pulumi.input_type
332
+ class PublicAccessPropertiesArgs:
333
+ def __init__(__self__, *,
334
+ allowed_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
335
+ """
336
+ The set of properties for control public access.
337
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_subnets: The allowed set of subnets when access is restricted.
338
+ """
339
+ if allowed_subnets is not None:
340
+ pulumi.set(__self__, "allowed_subnets", allowed_subnets)
341
+
342
+ @property
343
+ @pulumi.getter(name="allowedSubnets")
344
+ def allowed_subnets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
345
+ """
346
+ The allowed set of subnets when access is restricted.
347
+ """
348
+ return pulumi.get(self, "allowed_subnets")
349
+
350
+ @allowed_subnets.setter
351
+ def allowed_subnets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
352
+ pulumi.set(self, "allowed_subnets", value)
353
+
354
+