pulumi-azure-native 3.6.0a1754062012__py3-none-any.whl → 3.7.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 +32 -0
- pulumi_azure_native/app/_enums.py +89 -1
- pulumi_azure_native/app/_inputs.py +2903 -126
- pulumi_azure_native/app/app_resiliency.py +4 -4
- pulumi_azure_native/app/build.py +4 -4
- pulumi_azure_native/app/builder.py +4 -4
- pulumi_azure_native/app/certificate.py +5 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +5 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +72 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +33 -4
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/dapr_subscription.py +4 -4
- pulumi_azure_native/app/dot_net_component.py +4 -4
- pulumi_azure_native/app/get_app_resiliency.py +4 -4
- pulumi_azure_native/app/get_build.py +4 -4
- pulumi_azure_native/app/get_builder.py +4 -4
- pulumi_azure_native/app/get_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environment.py +4 -4
- pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
- pulumi_azure_native/app/get_container_app.py +47 -5
- pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
- pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +19 -5
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/get_dapr_subscription.py +4 -4
- pulumi_azure_native/app/get_dot_net_component.py +4 -4
- pulumi_azure_native/app/get_http_route_config.py +4 -4
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +33 -5
- pulumi_azure_native/app/get_logic_app.py +4 -4
- pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
- pulumi_azure_native/app/get_managed_certificate.py +4 -4
- pulumi_azure_native/app/get_managed_environment.py +118 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
- pulumi_azure_native/app/http_route_config.py +4 -4
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +43 -4
- pulumi_azure_native/app/list_build_auth_token.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
- pulumi_azure_native/app/logic_app.py +4 -4
- pulumi_azure_native/app/maintenance_configuration.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +202 -8
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +2484 -150
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- 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/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/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- pulumi_azure_native/containerservice/get_load_balancer.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_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.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/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.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/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -0
- 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/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/RECORD +352 -317
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
+
|
|
@@ -0,0 +1,274 @@
|
|
|
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 . import outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
from ._inputs import *
|
|
20
|
+
|
|
21
|
+
__all__ = ['FileShareArgs', 'FileShare']
|
|
22
|
+
|
|
23
|
+
@pulumi.input_type
|
|
24
|
+
class FileShareArgs:
|
|
25
|
+
def __init__(__self__, *,
|
|
26
|
+
resource_group_name: pulumi.Input[builtins.str],
|
|
27
|
+
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
28
|
+
properties: Optional[pulumi.Input['FileSharePropertiesArgs']] = None,
|
|
29
|
+
resource_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
31
|
+
"""
|
|
32
|
+
The set of arguments for constructing a FileShare resource.
|
|
33
|
+
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
+
:param pulumi.Input[builtins.str] location: The geo-location where the resource lives
|
|
35
|
+
:param pulumi.Input['FileSharePropertiesArgs'] properties: The resource-specific properties for this resource.
|
|
36
|
+
:param pulumi.Input[builtins.str] resource_name: The resource name of the file share, as seen by the administrator through Azure Resource Manager.
|
|
37
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
|
|
38
|
+
"""
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
if location is not None:
|
|
41
|
+
pulumi.set(__self__, "location", location)
|
|
42
|
+
if properties is not None:
|
|
43
|
+
pulumi.set(__self__, "properties", properties)
|
|
44
|
+
if resource_name is not None:
|
|
45
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
46
|
+
if tags is not None:
|
|
47
|
+
pulumi.set(__self__, "tags", tags)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="resourceGroupName")
|
|
51
|
+
def resource_group_name(self) -> pulumi.Input[builtins.str]:
|
|
52
|
+
"""
|
|
53
|
+
The name of the resource group. The name is case insensitive.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "resource_group_name")
|
|
56
|
+
|
|
57
|
+
@resource_group_name.setter
|
|
58
|
+
def resource_group_name(self, value: pulumi.Input[builtins.str]):
|
|
59
|
+
pulumi.set(self, "resource_group_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
64
|
+
"""
|
|
65
|
+
The geo-location where the resource lives
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "location")
|
|
68
|
+
|
|
69
|
+
@location.setter
|
|
70
|
+
def location(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
71
|
+
pulumi.set(self, "location", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def properties(self) -> Optional[pulumi.Input['FileSharePropertiesArgs']]:
|
|
76
|
+
"""
|
|
77
|
+
The resource-specific properties for this resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "properties")
|
|
80
|
+
|
|
81
|
+
@properties.setter
|
|
82
|
+
def properties(self, value: Optional[pulumi.Input['FileSharePropertiesArgs']]):
|
|
83
|
+
pulumi.set(self, "properties", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="resourceName")
|
|
87
|
+
def resource_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
88
|
+
"""
|
|
89
|
+
The resource name of the file share, as seen by the administrator through Azure Resource Manager.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "resource_name")
|
|
92
|
+
|
|
93
|
+
@resource_name.setter
|
|
94
|
+
def resource_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
95
|
+
pulumi.set(self, "resource_name", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter
|
|
99
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
100
|
+
"""
|
|
101
|
+
Resource tags.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "tags")
|
|
104
|
+
|
|
105
|
+
@tags.setter
|
|
106
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
107
|
+
pulumi.set(self, "tags", value)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
@pulumi.type_token("azure-native:fileshares:FileShare")
|
|
111
|
+
class FileShare(pulumi.CustomResource):
|
|
112
|
+
@overload
|
|
113
|
+
def __init__(__self__,
|
|
114
|
+
resource_name: str,
|
|
115
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
116
|
+
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
117
|
+
properties: Optional[pulumi.Input[Union['FileSharePropertiesArgs', 'FileSharePropertiesArgsDict']]] = None,
|
|
118
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
119
|
+
resource_name_: Optional[pulumi.Input[builtins.str]] = None,
|
|
120
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
121
|
+
__props__=None):
|
|
122
|
+
"""
|
|
123
|
+
File share resource
|
|
124
|
+
|
|
125
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
126
|
+
|
|
127
|
+
:param str resource_name: The name of the resource.
|
|
128
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
129
|
+
:param pulumi.Input[builtins.str] location: The geo-location where the resource lives
|
|
130
|
+
:param pulumi.Input[Union['FileSharePropertiesArgs', 'FileSharePropertiesArgsDict']] properties: The resource-specific properties for this resource.
|
|
131
|
+
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
132
|
+
:param pulumi.Input[builtins.str] resource_name_: The resource name of the file share, as seen by the administrator through Azure Resource Manager.
|
|
133
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
|
|
134
|
+
"""
|
|
135
|
+
...
|
|
136
|
+
@overload
|
|
137
|
+
def __init__(__self__,
|
|
138
|
+
resource_name: str,
|
|
139
|
+
args: FileShareArgs,
|
|
140
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
141
|
+
"""
|
|
142
|
+
File share resource
|
|
143
|
+
|
|
144
|
+
Uses Azure REST API version 2025-06-01-preview.
|
|
145
|
+
|
|
146
|
+
:param str resource_name: The name of the resource.
|
|
147
|
+
:param FileShareArgs args: The arguments to use to populate this resource's properties.
|
|
148
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
149
|
+
"""
|
|
150
|
+
...
|
|
151
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
152
|
+
resource_args, opts = _utilities.get_resource_args_opts(FileShareArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
153
|
+
if resource_args is not None:
|
|
154
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
155
|
+
else:
|
|
156
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
157
|
+
|
|
158
|
+
def _internal_init(__self__,
|
|
159
|
+
resource_name: str,
|
|
160
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
161
|
+
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
162
|
+
properties: Optional[pulumi.Input[Union['FileSharePropertiesArgs', 'FileSharePropertiesArgsDict']]] = None,
|
|
163
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
164
|
+
resource_name_: Optional[pulumi.Input[builtins.str]] = None,
|
|
165
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
166
|
+
__props__=None):
|
|
167
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
168
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
169
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
170
|
+
if opts.id is None:
|
|
171
|
+
if __props__ is not None:
|
|
172
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
173
|
+
__props__ = FileShareArgs.__new__(FileShareArgs)
|
|
174
|
+
|
|
175
|
+
__props__.__dict__["location"] = location
|
|
176
|
+
__props__.__dict__["properties"] = properties
|
|
177
|
+
if resource_group_name is None and not opts.urn:
|
|
178
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
179
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
180
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
181
|
+
__props__.__dict__["tags"] = tags
|
|
182
|
+
__props__.__dict__["azure_api_version"] = None
|
|
183
|
+
__props__.__dict__["name"] = None
|
|
184
|
+
__props__.__dict__["system_data"] = None
|
|
185
|
+
__props__.__dict__["type"] = None
|
|
186
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:fileshares/v20250601preview:FileShare")])
|
|
187
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
188
|
+
super(FileShare, __self__).__init__(
|
|
189
|
+
'azure-native:fileshares:FileShare',
|
|
190
|
+
resource_name,
|
|
191
|
+
__props__,
|
|
192
|
+
opts)
|
|
193
|
+
|
|
194
|
+
@staticmethod
|
|
195
|
+
def get(resource_name: str,
|
|
196
|
+
id: pulumi.Input[str],
|
|
197
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'FileShare':
|
|
198
|
+
"""
|
|
199
|
+
Get an existing FileShare resource's state with the given name, id, and optional extra
|
|
200
|
+
properties used to qualify the lookup.
|
|
201
|
+
|
|
202
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
203
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
204
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
|
+
"""
|
|
206
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
207
|
+
|
|
208
|
+
__props__ = FileShareArgs.__new__(FileShareArgs)
|
|
209
|
+
|
|
210
|
+
__props__.__dict__["azure_api_version"] = None
|
|
211
|
+
__props__.__dict__["location"] = None
|
|
212
|
+
__props__.__dict__["name"] = None
|
|
213
|
+
__props__.__dict__["properties"] = None
|
|
214
|
+
__props__.__dict__["system_data"] = None
|
|
215
|
+
__props__.__dict__["tags"] = None
|
|
216
|
+
__props__.__dict__["type"] = None
|
|
217
|
+
return FileShare(resource_name, opts=opts, __props__=__props__)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="azureApiVersion")
|
|
221
|
+
def azure_api_version(self) -> pulumi.Output[builtins.str]:
|
|
222
|
+
"""
|
|
223
|
+
The Azure API version of the resource.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "azure_api_version")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter
|
|
229
|
+
def location(self) -> pulumi.Output[builtins.str]:
|
|
230
|
+
"""
|
|
231
|
+
The geo-location where the resource lives
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "location")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter
|
|
237
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
238
|
+
"""
|
|
239
|
+
The name of the resource
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "name")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def properties(self) -> pulumi.Output['outputs.FileSharePropertiesResponse']:
|
|
246
|
+
"""
|
|
247
|
+
The resource-specific properties for this resource.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "properties")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="systemData")
|
|
253
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
254
|
+
"""
|
|
255
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "system_data")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter
|
|
261
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
|
262
|
+
"""
|
|
263
|
+
Resource tags.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "tags")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter
|
|
269
|
+
def type(self) -> pulumi.Output[builtins.str]:
|
|
270
|
+
"""
|
|
271
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "type")
|
|
274
|
+
|