pulumi-azure-native 2.36.1a1712854250__py3-none-any.whl → 2.36.1a1713161317__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 +134 -0
- pulumi_azure_native/authorization/__init__.py +3 -0
- pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
- pulumi_azure_native/authorization/policy_assignment.py +3 -3
- pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240401/__init__.py +12 -0
- pulumi_azure_native/authorization/v20240401/_enums.py +76 -0
- pulumi_azure_native/authorization/v20240401/_inputs.py +276 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +300 -0
- pulumi_azure_native/authorization/v20240401/outputs.py +482 -0
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +556 -0
- pulumi_azure_native/eventhub/__init__.py +3 -0
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240101/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20240101/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20240101/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/__init__.py +35 -0
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +229 -0
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +1059 -0
- pulumi_azure_native/eventhub/v20240501preview/application_group.py +285 -0
- pulumi_azure_native/eventhub/v20240501preview/cluster.py +332 -0
- pulumi_azure_native/eventhub/v20240501preview/consumer_group.py +265 -0
- pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py +283 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +440 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py +247 -0
- pulumi_azure_native/eventhub/v20240501preview/get_application_group.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_cluster.py +235 -0
- pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py +180 -0
- pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py +201 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +279 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py +154 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace.py +404 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py +149 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_network_rule_set.py +196 -0
- pulumi_azure_native/eventhub/v20240501preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_schema_registry.py +208 -0
- pulumi_azure_native/eventhub/v20240501preview/list_disaster_recovery_config_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_event_hub_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py +161 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace.py +697 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py +226 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py +326 -0
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +1430 -0
- pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py +284 -0
- pulumi_azure_native/eventhub/v20240501preview/schema_registry.py +297 -0
- pulumi_azure_native/network/__init__.py +7 -0
- pulumi_azure_native/network/_enums.py +12 -1
- pulumi_azure_native/network/_inputs.py +19 -3
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +498 -0
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +287 -0
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +250 -0
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +151 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/__init__.py +212 -0
- pulumi_azure_native/network/v20231101/_enums.py +1755 -0
- pulumi_azure_native/network/v20231101/_inputs.py +20855 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20231101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20231101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20231101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20231101/bastion_host.py +647 -0
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20231101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20231101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20231101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20231101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +292 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20231101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20231101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20231101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20231101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20231101/flow_log.py +490 -0
- pulumi_azure_native/network/v20231101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20231101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20231101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20231101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20231101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20231101/get_bastion_host.py +323 -0
- pulumi_azure_native/network/v20231101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20231101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20231101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20231101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20231101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20231101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20231101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20231101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20231101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_authorization.py +161 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20231101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20231101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20231101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20231101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20231101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20231101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20231101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20231101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20231101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20231101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20231101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20231101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20231101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20231101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20231101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20231101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20231101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20231101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20231101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20231101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20231101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20231101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20231101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20231101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20231101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20231101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20231101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20231101/get_route.py +187 -0
- pulumi_azure_native/network/v20231101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20231101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20231101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20231101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20231101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20231101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20231101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20231101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20231101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20231101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20231101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20231101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway.py +482 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20231101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20231101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20231101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20231101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20231101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20231101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20231101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20231101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20231101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20231101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20231101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20231101/ip_group.py +301 -0
- pulumi_azure_native/network/v20231101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20231101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20231101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20231101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20231101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20231101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20231101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20231101/network_group.py +244 -0
- pulumi_azure_native/network/v20231101/network_interface.py +721 -0
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20231101/network_manager.py +363 -0
- pulumi_azure_native/network/v20231101/network_profile.py +303 -0
- pulumi_azure_native/network/v20231101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20231101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20231101/outputs.py +30957 -0
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20231101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20231101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20231101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20231101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20231101/route.py +370 -0
- pulumi_azure_native/network/v20231101/route_filter.py +306 -0
- pulumi_azure_native/network/v20231101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20231101/route_map.py +304 -0
- pulumi_azure_native/network/v20231101/route_table.py +335 -0
- pulumi_azure_native/network/v20231101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20231101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20231101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20231101/security_rule.py +694 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20231101/static_member.py +265 -0
- pulumi_azure_native/network/v20231101/subnet.py +729 -0
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20231101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20231101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +944 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20231101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20231101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20231101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20231101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20231101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +382 -0
- pulumi_azure_native/network/v20240201/_inputs.py +2 -4
- pulumi_azure_native/network/v20240201/outputs.py +2 -4
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240401preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240401preview/_inputs.py +137 -0
- pulumi_azure_native/videoindexer/v20240401preview/account.py +383 -0
- pulumi_azure_native/videoindexer/v20240401preview/get_account.py +248 -0
- pulumi_azure_native/videoindexer/v20240401preview/outputs.py +368 -0
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/RECORD +1055 -804
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1059 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'CaptureDescriptionArgs',
|
|
15
|
+
'CaptureIdentityArgs',
|
|
16
|
+
'ClusterSkuArgs',
|
|
17
|
+
'ConnectionStateArgs',
|
|
18
|
+
'DestinationArgs',
|
|
19
|
+
'EncryptionArgs',
|
|
20
|
+
'GeoDataReplicationPropertiesArgs',
|
|
21
|
+
'IdentityArgs',
|
|
22
|
+
'KeyVaultPropertiesArgs',
|
|
23
|
+
'NWRuleSetIpRulesArgs',
|
|
24
|
+
'NWRuleSetVirtualNetworkRulesArgs',
|
|
25
|
+
'NamespaceReplicaLocationArgs',
|
|
26
|
+
'PrivateEndpointConnectionArgs',
|
|
27
|
+
'PrivateEndpointArgs',
|
|
28
|
+
'RetentionDescriptionArgs',
|
|
29
|
+
'SkuArgs',
|
|
30
|
+
'SubnetArgs',
|
|
31
|
+
'ThrottlingPolicyArgs',
|
|
32
|
+
'UserAssignedIdentityPropertiesArgs',
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
@pulumi.input_type
|
|
36
|
+
class CaptureDescriptionArgs:
|
|
37
|
+
def __init__(__self__, *,
|
|
38
|
+
destination: Optional[pulumi.Input['DestinationArgs']] = None,
|
|
39
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
40
|
+
encoding: Optional[pulumi.Input['EncodingCaptureDescription']] = None,
|
|
41
|
+
interval_in_seconds: Optional[pulumi.Input[int]] = None,
|
|
42
|
+
size_limit_in_bytes: Optional[pulumi.Input[int]] = None,
|
|
43
|
+
skip_empty_archives: Optional[pulumi.Input[bool]] = None):
|
|
44
|
+
"""
|
|
45
|
+
Properties to configure capture description for eventhub
|
|
46
|
+
:param pulumi.Input['DestinationArgs'] destination: Properties of Destination where capture will be stored. (Storage Account, Blob Names)
|
|
47
|
+
:param pulumi.Input[bool] enabled: A value that indicates whether capture description is enabled.
|
|
48
|
+
:param pulumi.Input['EncodingCaptureDescription'] encoding: Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
|
|
49
|
+
:param pulumi.Input[int] interval_in_seconds: The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
|
|
50
|
+
:param pulumi.Input[int] size_limit_in_bytes: The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
|
|
51
|
+
:param pulumi.Input[bool] skip_empty_archives: A value that indicates whether to Skip Empty Archives
|
|
52
|
+
"""
|
|
53
|
+
if destination is not None:
|
|
54
|
+
pulumi.set(__self__, "destination", destination)
|
|
55
|
+
if enabled is not None:
|
|
56
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
57
|
+
if encoding is not None:
|
|
58
|
+
pulumi.set(__self__, "encoding", encoding)
|
|
59
|
+
if interval_in_seconds is not None:
|
|
60
|
+
pulumi.set(__self__, "interval_in_seconds", interval_in_seconds)
|
|
61
|
+
if size_limit_in_bytes is not None:
|
|
62
|
+
pulumi.set(__self__, "size_limit_in_bytes", size_limit_in_bytes)
|
|
63
|
+
if skip_empty_archives is not None:
|
|
64
|
+
pulumi.set(__self__, "skip_empty_archives", skip_empty_archives)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def destination(self) -> Optional[pulumi.Input['DestinationArgs']]:
|
|
69
|
+
"""
|
|
70
|
+
Properties of Destination where capture will be stored. (Storage Account, Blob Names)
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "destination")
|
|
73
|
+
|
|
74
|
+
@destination.setter
|
|
75
|
+
def destination(self, value: Optional[pulumi.Input['DestinationArgs']]):
|
|
76
|
+
pulumi.set(self, "destination", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
81
|
+
"""
|
|
82
|
+
A value that indicates whether capture description is enabled.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "enabled")
|
|
85
|
+
|
|
86
|
+
@enabled.setter
|
|
87
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
88
|
+
pulumi.set(self, "enabled", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def encoding(self) -> Optional[pulumi.Input['EncodingCaptureDescription']]:
|
|
93
|
+
"""
|
|
94
|
+
Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "encoding")
|
|
97
|
+
|
|
98
|
+
@encoding.setter
|
|
99
|
+
def encoding(self, value: Optional[pulumi.Input['EncodingCaptureDescription']]):
|
|
100
|
+
pulumi.set(self, "encoding", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="intervalInSeconds")
|
|
104
|
+
def interval_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
105
|
+
"""
|
|
106
|
+
The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "interval_in_seconds")
|
|
109
|
+
|
|
110
|
+
@interval_in_seconds.setter
|
|
111
|
+
def interval_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
112
|
+
pulumi.set(self, "interval_in_seconds", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="sizeLimitInBytes")
|
|
116
|
+
def size_limit_in_bytes(self) -> Optional[pulumi.Input[int]]:
|
|
117
|
+
"""
|
|
118
|
+
The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "size_limit_in_bytes")
|
|
121
|
+
|
|
122
|
+
@size_limit_in_bytes.setter
|
|
123
|
+
def size_limit_in_bytes(self, value: Optional[pulumi.Input[int]]):
|
|
124
|
+
pulumi.set(self, "size_limit_in_bytes", value)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="skipEmptyArchives")
|
|
128
|
+
def skip_empty_archives(self) -> Optional[pulumi.Input[bool]]:
|
|
129
|
+
"""
|
|
130
|
+
A value that indicates whether to Skip Empty Archives
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "skip_empty_archives")
|
|
133
|
+
|
|
134
|
+
@skip_empty_archives.setter
|
|
135
|
+
def skip_empty_archives(self, value: Optional[pulumi.Input[bool]]):
|
|
136
|
+
pulumi.set(self, "skip_empty_archives", value)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
@pulumi.input_type
|
|
140
|
+
class CaptureIdentityArgs:
|
|
141
|
+
def __init__(__self__, *,
|
|
142
|
+
type: Optional[pulumi.Input['CaptureIdentityType']] = None,
|
|
143
|
+
user_assigned_identity: Optional[pulumi.Input[str]] = None):
|
|
144
|
+
"""
|
|
145
|
+
A value that indicates whether capture description is enabled.
|
|
146
|
+
:param pulumi.Input['CaptureIdentityType'] type: Type of Azure Active Directory Managed Identity.
|
|
147
|
+
:param pulumi.Input[str] user_assigned_identity: ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.
|
|
148
|
+
"""
|
|
149
|
+
if type is not None:
|
|
150
|
+
pulumi.set(__self__, "type", type)
|
|
151
|
+
if user_assigned_identity is not None:
|
|
152
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter
|
|
156
|
+
def type(self) -> Optional[pulumi.Input['CaptureIdentityType']]:
|
|
157
|
+
"""
|
|
158
|
+
Type of Azure Active Directory Managed Identity.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "type")
|
|
161
|
+
|
|
162
|
+
@type.setter
|
|
163
|
+
def type(self, value: Optional[pulumi.Input['CaptureIdentityType']]):
|
|
164
|
+
pulumi.set(self, "type", value)
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
168
|
+
def user_assigned_identity(self) -> Optional[pulumi.Input[str]]:
|
|
169
|
+
"""
|
|
170
|
+
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
173
|
+
|
|
174
|
+
@user_assigned_identity.setter
|
|
175
|
+
def user_assigned_identity(self, value: Optional[pulumi.Input[str]]):
|
|
176
|
+
pulumi.set(self, "user_assigned_identity", value)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
@pulumi.input_type
|
|
180
|
+
class ClusterSkuArgs:
|
|
181
|
+
def __init__(__self__, *,
|
|
182
|
+
name: pulumi.Input[Union[str, 'ClusterSkuName']],
|
|
183
|
+
capacity: Optional[pulumi.Input[int]] = None):
|
|
184
|
+
"""
|
|
185
|
+
SKU parameters particular to a cluster instance.
|
|
186
|
+
:param pulumi.Input[Union[str, 'ClusterSkuName']] name: Name of this SKU.
|
|
187
|
+
:param pulumi.Input[int] capacity: The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
|
|
188
|
+
"""
|
|
189
|
+
pulumi.set(__self__, "name", name)
|
|
190
|
+
if capacity is not None:
|
|
191
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def name(self) -> pulumi.Input[Union[str, 'ClusterSkuName']]:
|
|
196
|
+
"""
|
|
197
|
+
Name of this SKU.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "name")
|
|
200
|
+
|
|
201
|
+
@name.setter
|
|
202
|
+
def name(self, value: pulumi.Input[Union[str, 'ClusterSkuName']]):
|
|
203
|
+
pulumi.set(self, "name", value)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
208
|
+
"""
|
|
209
|
+
The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "capacity")
|
|
212
|
+
|
|
213
|
+
@capacity.setter
|
|
214
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
215
|
+
pulumi.set(self, "capacity", value)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
@pulumi.input_type
|
|
219
|
+
class ConnectionStateArgs:
|
|
220
|
+
def __init__(__self__, *,
|
|
221
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]] = None):
|
|
223
|
+
"""
|
|
224
|
+
ConnectionState information.
|
|
225
|
+
:param pulumi.Input[str] description: Description of the connection state.
|
|
226
|
+
:param pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']] status: Status of the connection.
|
|
227
|
+
"""
|
|
228
|
+
if description is not None:
|
|
229
|
+
pulumi.set(__self__, "description", description)
|
|
230
|
+
if status is not None:
|
|
231
|
+
pulumi.set(__self__, "status", status)
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter
|
|
235
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
236
|
+
"""
|
|
237
|
+
Description of the connection state.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "description")
|
|
240
|
+
|
|
241
|
+
@description.setter
|
|
242
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
243
|
+
pulumi.set(self, "description", value)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]]:
|
|
248
|
+
"""
|
|
249
|
+
Status of the connection.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "status")
|
|
252
|
+
|
|
253
|
+
@status.setter
|
|
254
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]]):
|
|
255
|
+
pulumi.set(self, "status", value)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
@pulumi.input_type
|
|
259
|
+
class DestinationArgs:
|
|
260
|
+
def __init__(__self__, *,
|
|
261
|
+
archive_name_format: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
blob_container: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
data_lake_account_name: Optional[pulumi.Input[str]] = None,
|
|
264
|
+
data_lake_folder_path: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
data_lake_subscription_id: Optional[pulumi.Input[str]] = None,
|
|
266
|
+
identity: Optional[pulumi.Input['CaptureIdentityArgs']] = None,
|
|
267
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
268
|
+
storage_account_resource_id: Optional[pulumi.Input[str]] = None):
|
|
269
|
+
"""
|
|
270
|
+
Capture storage details for capture description
|
|
271
|
+
:param pulumi.Input[str] archive_name_format: Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
|
|
272
|
+
:param pulumi.Input[str] blob_container: Blob container Name
|
|
273
|
+
:param pulumi.Input[str] data_lake_account_name: The Azure Data Lake Store name for the captured events
|
|
274
|
+
:param pulumi.Input[str] data_lake_folder_path: The destination folder path for the captured events
|
|
275
|
+
:param pulumi.Input[str] data_lake_subscription_id: Subscription Id of Azure Data Lake Store
|
|
276
|
+
:param pulumi.Input['CaptureIdentityArgs'] identity: A value that indicates whether capture description is enabled.
|
|
277
|
+
:param pulumi.Input[str] name: Name for capture destination
|
|
278
|
+
:param pulumi.Input[str] storage_account_resource_id: Resource id of the storage account to be used to create the blobs
|
|
279
|
+
"""
|
|
280
|
+
if archive_name_format is not None:
|
|
281
|
+
pulumi.set(__self__, "archive_name_format", archive_name_format)
|
|
282
|
+
if blob_container is not None:
|
|
283
|
+
pulumi.set(__self__, "blob_container", blob_container)
|
|
284
|
+
if data_lake_account_name is not None:
|
|
285
|
+
pulumi.set(__self__, "data_lake_account_name", data_lake_account_name)
|
|
286
|
+
if data_lake_folder_path is not None:
|
|
287
|
+
pulumi.set(__self__, "data_lake_folder_path", data_lake_folder_path)
|
|
288
|
+
if data_lake_subscription_id is not None:
|
|
289
|
+
pulumi.set(__self__, "data_lake_subscription_id", data_lake_subscription_id)
|
|
290
|
+
if identity is not None:
|
|
291
|
+
pulumi.set(__self__, "identity", identity)
|
|
292
|
+
if name is not None:
|
|
293
|
+
pulumi.set(__self__, "name", name)
|
|
294
|
+
if storage_account_resource_id is not None:
|
|
295
|
+
pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="archiveNameFormat")
|
|
299
|
+
def archive_name_format(self) -> Optional[pulumi.Input[str]]:
|
|
300
|
+
"""
|
|
301
|
+
Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "archive_name_format")
|
|
304
|
+
|
|
305
|
+
@archive_name_format.setter
|
|
306
|
+
def archive_name_format(self, value: Optional[pulumi.Input[str]]):
|
|
307
|
+
pulumi.set(self, "archive_name_format", value)
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter(name="blobContainer")
|
|
311
|
+
def blob_container(self) -> Optional[pulumi.Input[str]]:
|
|
312
|
+
"""
|
|
313
|
+
Blob container Name
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "blob_container")
|
|
316
|
+
|
|
317
|
+
@blob_container.setter
|
|
318
|
+
def blob_container(self, value: Optional[pulumi.Input[str]]):
|
|
319
|
+
pulumi.set(self, "blob_container", value)
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="dataLakeAccountName")
|
|
323
|
+
def data_lake_account_name(self) -> Optional[pulumi.Input[str]]:
|
|
324
|
+
"""
|
|
325
|
+
The Azure Data Lake Store name for the captured events
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "data_lake_account_name")
|
|
328
|
+
|
|
329
|
+
@data_lake_account_name.setter
|
|
330
|
+
def data_lake_account_name(self, value: Optional[pulumi.Input[str]]):
|
|
331
|
+
pulumi.set(self, "data_lake_account_name", value)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="dataLakeFolderPath")
|
|
335
|
+
def data_lake_folder_path(self) -> Optional[pulumi.Input[str]]:
|
|
336
|
+
"""
|
|
337
|
+
The destination folder path for the captured events
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "data_lake_folder_path")
|
|
340
|
+
|
|
341
|
+
@data_lake_folder_path.setter
|
|
342
|
+
def data_lake_folder_path(self, value: Optional[pulumi.Input[str]]):
|
|
343
|
+
pulumi.set(self, "data_lake_folder_path", value)
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="dataLakeSubscriptionId")
|
|
347
|
+
def data_lake_subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
348
|
+
"""
|
|
349
|
+
Subscription Id of Azure Data Lake Store
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "data_lake_subscription_id")
|
|
352
|
+
|
|
353
|
+
@data_lake_subscription_id.setter
|
|
354
|
+
def data_lake_subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
355
|
+
pulumi.set(self, "data_lake_subscription_id", value)
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter
|
|
359
|
+
def identity(self) -> Optional[pulumi.Input['CaptureIdentityArgs']]:
|
|
360
|
+
"""
|
|
361
|
+
A value that indicates whether capture description is enabled.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "identity")
|
|
364
|
+
|
|
365
|
+
@identity.setter
|
|
366
|
+
def identity(self, value: Optional[pulumi.Input['CaptureIdentityArgs']]):
|
|
367
|
+
pulumi.set(self, "identity", value)
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter
|
|
371
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
372
|
+
"""
|
|
373
|
+
Name for capture destination
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "name")
|
|
376
|
+
|
|
377
|
+
@name.setter
|
|
378
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
379
|
+
pulumi.set(self, "name", value)
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="storageAccountResourceId")
|
|
383
|
+
def storage_account_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
384
|
+
"""
|
|
385
|
+
Resource id of the storage account to be used to create the blobs
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "storage_account_resource_id")
|
|
388
|
+
|
|
389
|
+
@storage_account_resource_id.setter
|
|
390
|
+
def storage_account_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
391
|
+
pulumi.set(self, "storage_account_resource_id", value)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
@pulumi.input_type
|
|
395
|
+
class EncryptionArgs:
|
|
396
|
+
def __init__(__self__, *,
|
|
397
|
+
key_source: Optional[pulumi.Input['KeySource']] = None,
|
|
398
|
+
key_vault_properties: Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]] = None,
|
|
399
|
+
require_infrastructure_encryption: Optional[pulumi.Input[bool]] = None):
|
|
400
|
+
"""
|
|
401
|
+
Properties to configure Encryption
|
|
402
|
+
:param pulumi.Input['KeySource'] key_source: Enumerates the possible value of keySource for Encryption
|
|
403
|
+
:param pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]] key_vault_properties: Properties of KeyVault
|
|
404
|
+
:param pulumi.Input[bool] require_infrastructure_encryption: Enable Infrastructure Encryption (Double Encryption)
|
|
405
|
+
"""
|
|
406
|
+
if key_source is None:
|
|
407
|
+
key_source = 'Microsoft.KeyVault'
|
|
408
|
+
if key_source is not None:
|
|
409
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
410
|
+
if key_vault_properties is not None:
|
|
411
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
412
|
+
if require_infrastructure_encryption is not None:
|
|
413
|
+
pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="keySource")
|
|
417
|
+
def key_source(self) -> Optional[pulumi.Input['KeySource']]:
|
|
418
|
+
"""
|
|
419
|
+
Enumerates the possible value of keySource for Encryption
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "key_source")
|
|
422
|
+
|
|
423
|
+
@key_source.setter
|
|
424
|
+
def key_source(self, value: Optional[pulumi.Input['KeySource']]):
|
|
425
|
+
pulumi.set(self, "key_source", value)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
429
|
+
def key_vault_properties(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]]:
|
|
430
|
+
"""
|
|
431
|
+
Properties of KeyVault
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "key_vault_properties")
|
|
434
|
+
|
|
435
|
+
@key_vault_properties.setter
|
|
436
|
+
def key_vault_properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]]):
|
|
437
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="requireInfrastructureEncryption")
|
|
441
|
+
def require_infrastructure_encryption(self) -> Optional[pulumi.Input[bool]]:
|
|
442
|
+
"""
|
|
443
|
+
Enable Infrastructure Encryption (Double Encryption)
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "require_infrastructure_encryption")
|
|
446
|
+
|
|
447
|
+
@require_infrastructure_encryption.setter
|
|
448
|
+
def require_infrastructure_encryption(self, value: Optional[pulumi.Input[bool]]):
|
|
449
|
+
pulumi.set(self, "require_infrastructure_encryption", value)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
@pulumi.input_type
|
|
453
|
+
class GeoDataReplicationPropertiesArgs:
|
|
454
|
+
def __init__(__self__, *,
|
|
455
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]] = None,
|
|
456
|
+
max_replication_lag_duration_in_seconds: Optional[pulumi.Input[int]] = None):
|
|
457
|
+
"""
|
|
458
|
+
GeoDR Replication properties
|
|
459
|
+
:param pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]] locations: A list of regions where replicas of the namespace are maintained.
|
|
460
|
+
:param pulumi.Input[int] max_replication_lag_duration_in_seconds: The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
|
|
461
|
+
"""
|
|
462
|
+
if locations is not None:
|
|
463
|
+
pulumi.set(__self__, "locations", locations)
|
|
464
|
+
if max_replication_lag_duration_in_seconds is not None:
|
|
465
|
+
pulumi.set(__self__, "max_replication_lag_duration_in_seconds", max_replication_lag_duration_in_seconds)
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter
|
|
469
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]]:
|
|
470
|
+
"""
|
|
471
|
+
A list of regions where replicas of the namespace are maintained.
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "locations")
|
|
474
|
+
|
|
475
|
+
@locations.setter
|
|
476
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]]):
|
|
477
|
+
pulumi.set(self, "locations", value)
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="maxReplicationLagDurationInSeconds")
|
|
481
|
+
def max_replication_lag_duration_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
482
|
+
"""
|
|
483
|
+
The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "max_replication_lag_duration_in_seconds")
|
|
486
|
+
|
|
487
|
+
@max_replication_lag_duration_in_seconds.setter
|
|
488
|
+
def max_replication_lag_duration_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
489
|
+
pulumi.set(self, "max_replication_lag_duration_in_seconds", value)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
@pulumi.input_type
|
|
493
|
+
class IdentityArgs:
|
|
494
|
+
def __init__(__self__, *,
|
|
495
|
+
type: Optional[pulumi.Input['ManagedServiceIdentityType']] = None,
|
|
496
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
497
|
+
"""
|
|
498
|
+
Properties to configure Identity for Bring your Own Keys
|
|
499
|
+
:param pulumi.Input['ManagedServiceIdentityType'] type: Type of managed service identity.
|
|
500
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Properties for User Assigned Identities
|
|
501
|
+
"""
|
|
502
|
+
if type is not None:
|
|
503
|
+
pulumi.set(__self__, "type", type)
|
|
504
|
+
if user_assigned_identities is not None:
|
|
505
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
@pulumi.getter
|
|
509
|
+
def type(self) -> Optional[pulumi.Input['ManagedServiceIdentityType']]:
|
|
510
|
+
"""
|
|
511
|
+
Type of managed service identity.
|
|
512
|
+
"""
|
|
513
|
+
return pulumi.get(self, "type")
|
|
514
|
+
|
|
515
|
+
@type.setter
|
|
516
|
+
def type(self, value: Optional[pulumi.Input['ManagedServiceIdentityType']]):
|
|
517
|
+
pulumi.set(self, "type", value)
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
521
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
522
|
+
"""
|
|
523
|
+
Properties for User Assigned Identities
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
526
|
+
|
|
527
|
+
@user_assigned_identities.setter
|
|
528
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
529
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
@pulumi.input_type
|
|
533
|
+
class KeyVaultPropertiesArgs:
|
|
534
|
+
def __init__(__self__, *,
|
|
535
|
+
identity: Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']] = None,
|
|
536
|
+
key_name: Optional[pulumi.Input[str]] = None,
|
|
537
|
+
key_vault_uri: Optional[pulumi.Input[str]] = None,
|
|
538
|
+
key_version: Optional[pulumi.Input[str]] = None):
|
|
539
|
+
"""
|
|
540
|
+
Properties to configure keyVault Properties
|
|
541
|
+
:param pulumi.Input[str] key_name: Name of the Key from KeyVault
|
|
542
|
+
:param pulumi.Input[str] key_vault_uri: Uri of KeyVault
|
|
543
|
+
:param pulumi.Input[str] key_version: Key Version
|
|
544
|
+
"""
|
|
545
|
+
if identity is not None:
|
|
546
|
+
pulumi.set(__self__, "identity", identity)
|
|
547
|
+
if key_name is not None:
|
|
548
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
549
|
+
if key_vault_uri is not None:
|
|
550
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
551
|
+
if key_version is not None:
|
|
552
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
553
|
+
|
|
554
|
+
@property
|
|
555
|
+
@pulumi.getter
|
|
556
|
+
def identity(self) -> Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']]:
|
|
557
|
+
return pulumi.get(self, "identity")
|
|
558
|
+
|
|
559
|
+
@identity.setter
|
|
560
|
+
def identity(self, value: Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']]):
|
|
561
|
+
pulumi.set(self, "identity", value)
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="keyName")
|
|
565
|
+
def key_name(self) -> Optional[pulumi.Input[str]]:
|
|
566
|
+
"""
|
|
567
|
+
Name of the Key from KeyVault
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "key_name")
|
|
570
|
+
|
|
571
|
+
@key_name.setter
|
|
572
|
+
def key_name(self, value: Optional[pulumi.Input[str]]):
|
|
573
|
+
pulumi.set(self, "key_name", value)
|
|
574
|
+
|
|
575
|
+
@property
|
|
576
|
+
@pulumi.getter(name="keyVaultUri")
|
|
577
|
+
def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
578
|
+
"""
|
|
579
|
+
Uri of KeyVault
|
|
580
|
+
"""
|
|
581
|
+
return pulumi.get(self, "key_vault_uri")
|
|
582
|
+
|
|
583
|
+
@key_vault_uri.setter
|
|
584
|
+
def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
585
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
586
|
+
|
|
587
|
+
@property
|
|
588
|
+
@pulumi.getter(name="keyVersion")
|
|
589
|
+
def key_version(self) -> Optional[pulumi.Input[str]]:
|
|
590
|
+
"""
|
|
591
|
+
Key Version
|
|
592
|
+
"""
|
|
593
|
+
return pulumi.get(self, "key_version")
|
|
594
|
+
|
|
595
|
+
@key_version.setter
|
|
596
|
+
def key_version(self, value: Optional[pulumi.Input[str]]):
|
|
597
|
+
pulumi.set(self, "key_version", value)
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
@pulumi.input_type
|
|
601
|
+
class NWRuleSetIpRulesArgs:
|
|
602
|
+
def __init__(__self__, *,
|
|
603
|
+
action: Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]] = None,
|
|
604
|
+
ip_mask: Optional[pulumi.Input[str]] = None):
|
|
605
|
+
"""
|
|
606
|
+
The response from the List namespace operation.
|
|
607
|
+
:param pulumi.Input[Union[str, 'NetworkRuleIPAction']] action: The IP Filter Action
|
|
608
|
+
:param pulumi.Input[str] ip_mask: IP Mask
|
|
609
|
+
"""
|
|
610
|
+
if action is not None:
|
|
611
|
+
pulumi.set(__self__, "action", action)
|
|
612
|
+
if ip_mask is not None:
|
|
613
|
+
pulumi.set(__self__, "ip_mask", ip_mask)
|
|
614
|
+
|
|
615
|
+
@property
|
|
616
|
+
@pulumi.getter
|
|
617
|
+
def action(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]]:
|
|
618
|
+
"""
|
|
619
|
+
The IP Filter Action
|
|
620
|
+
"""
|
|
621
|
+
return pulumi.get(self, "action")
|
|
622
|
+
|
|
623
|
+
@action.setter
|
|
624
|
+
def action(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]]):
|
|
625
|
+
pulumi.set(self, "action", value)
|
|
626
|
+
|
|
627
|
+
@property
|
|
628
|
+
@pulumi.getter(name="ipMask")
|
|
629
|
+
def ip_mask(self) -> Optional[pulumi.Input[str]]:
|
|
630
|
+
"""
|
|
631
|
+
IP Mask
|
|
632
|
+
"""
|
|
633
|
+
return pulumi.get(self, "ip_mask")
|
|
634
|
+
|
|
635
|
+
@ip_mask.setter
|
|
636
|
+
def ip_mask(self, value: Optional[pulumi.Input[str]]):
|
|
637
|
+
pulumi.set(self, "ip_mask", value)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
@pulumi.input_type
|
|
641
|
+
class NWRuleSetVirtualNetworkRulesArgs:
|
|
642
|
+
def __init__(__self__, *,
|
|
643
|
+
ignore_missing_vnet_service_endpoint: Optional[pulumi.Input[bool]] = None,
|
|
644
|
+
subnet: Optional[pulumi.Input['SubnetArgs']] = None):
|
|
645
|
+
"""
|
|
646
|
+
The response from the List namespace operation.
|
|
647
|
+
:param pulumi.Input[bool] ignore_missing_vnet_service_endpoint: Value that indicates whether to ignore missing Vnet Service Endpoint
|
|
648
|
+
:param pulumi.Input['SubnetArgs'] subnet: Subnet properties
|
|
649
|
+
"""
|
|
650
|
+
if ignore_missing_vnet_service_endpoint is not None:
|
|
651
|
+
pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
|
|
652
|
+
if subnet is not None:
|
|
653
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
@pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
|
|
657
|
+
def ignore_missing_vnet_service_endpoint(self) -> Optional[pulumi.Input[bool]]:
|
|
658
|
+
"""
|
|
659
|
+
Value that indicates whether to ignore missing Vnet Service Endpoint
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
|
|
662
|
+
|
|
663
|
+
@ignore_missing_vnet_service_endpoint.setter
|
|
664
|
+
def ignore_missing_vnet_service_endpoint(self, value: Optional[pulumi.Input[bool]]):
|
|
665
|
+
pulumi.set(self, "ignore_missing_vnet_service_endpoint", value)
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
@pulumi.getter
|
|
669
|
+
def subnet(self) -> Optional[pulumi.Input['SubnetArgs']]:
|
|
670
|
+
"""
|
|
671
|
+
Subnet properties
|
|
672
|
+
"""
|
|
673
|
+
return pulumi.get(self, "subnet")
|
|
674
|
+
|
|
675
|
+
@subnet.setter
|
|
676
|
+
def subnet(self, value: Optional[pulumi.Input['SubnetArgs']]):
|
|
677
|
+
pulumi.set(self, "subnet", value)
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
@pulumi.input_type
|
|
681
|
+
class NamespaceReplicaLocationArgs:
|
|
682
|
+
def __init__(__self__, *,
|
|
683
|
+
cluster_arm_id: Optional[pulumi.Input[str]] = None,
|
|
684
|
+
location_name: Optional[pulumi.Input[str]] = None,
|
|
685
|
+
role_type: Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]] = None):
|
|
686
|
+
"""
|
|
687
|
+
Namespace replication properties
|
|
688
|
+
:param pulumi.Input[str] cluster_arm_id: Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
|
|
689
|
+
:param pulumi.Input[str] location_name: Azure regions where a replica of the namespace is maintained
|
|
690
|
+
:param pulumi.Input[Union[str, 'GeoDRRoleType']] role_type: GeoDR Role Types
|
|
691
|
+
"""
|
|
692
|
+
if cluster_arm_id is not None:
|
|
693
|
+
pulumi.set(__self__, "cluster_arm_id", cluster_arm_id)
|
|
694
|
+
if location_name is not None:
|
|
695
|
+
pulumi.set(__self__, "location_name", location_name)
|
|
696
|
+
if role_type is not None:
|
|
697
|
+
pulumi.set(__self__, "role_type", role_type)
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter(name="clusterArmId")
|
|
701
|
+
def cluster_arm_id(self) -> Optional[pulumi.Input[str]]:
|
|
702
|
+
"""
|
|
703
|
+
Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "cluster_arm_id")
|
|
706
|
+
|
|
707
|
+
@cluster_arm_id.setter
|
|
708
|
+
def cluster_arm_id(self, value: Optional[pulumi.Input[str]]):
|
|
709
|
+
pulumi.set(self, "cluster_arm_id", value)
|
|
710
|
+
|
|
711
|
+
@property
|
|
712
|
+
@pulumi.getter(name="locationName")
|
|
713
|
+
def location_name(self) -> Optional[pulumi.Input[str]]:
|
|
714
|
+
"""
|
|
715
|
+
Azure regions where a replica of the namespace is maintained
|
|
716
|
+
"""
|
|
717
|
+
return pulumi.get(self, "location_name")
|
|
718
|
+
|
|
719
|
+
@location_name.setter
|
|
720
|
+
def location_name(self, value: Optional[pulumi.Input[str]]):
|
|
721
|
+
pulumi.set(self, "location_name", value)
|
|
722
|
+
|
|
723
|
+
@property
|
|
724
|
+
@pulumi.getter(name="roleType")
|
|
725
|
+
def role_type(self) -> Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]]:
|
|
726
|
+
"""
|
|
727
|
+
GeoDR Role Types
|
|
728
|
+
"""
|
|
729
|
+
return pulumi.get(self, "role_type")
|
|
730
|
+
|
|
731
|
+
@role_type.setter
|
|
732
|
+
def role_type(self, value: Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]]):
|
|
733
|
+
pulumi.set(self, "role_type", value)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
@pulumi.input_type
|
|
737
|
+
class PrivateEndpointConnectionArgs:
|
|
738
|
+
def __init__(__self__, *,
|
|
739
|
+
private_endpoint: Optional[pulumi.Input['PrivateEndpointArgs']] = None,
|
|
740
|
+
private_link_service_connection_state: Optional[pulumi.Input['ConnectionStateArgs']] = None,
|
|
741
|
+
provisioning_state: Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]] = None):
|
|
742
|
+
"""
|
|
743
|
+
Properties of the PrivateEndpointConnection.
|
|
744
|
+
:param pulumi.Input['PrivateEndpointArgs'] private_endpoint: The Private Endpoint resource for this Connection.
|
|
745
|
+
:param pulumi.Input['ConnectionStateArgs'] private_link_service_connection_state: Details about the state of the connection.
|
|
746
|
+
:param pulumi.Input[Union[str, 'EndPointProvisioningState']] provisioning_state: Provisioning state of the Private Endpoint Connection.
|
|
747
|
+
"""
|
|
748
|
+
if private_endpoint is not None:
|
|
749
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
750
|
+
if private_link_service_connection_state is not None:
|
|
751
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
752
|
+
if provisioning_state is not None:
|
|
753
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter(name="privateEndpoint")
|
|
757
|
+
def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointArgs']]:
|
|
758
|
+
"""
|
|
759
|
+
The Private Endpoint resource for this Connection.
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "private_endpoint")
|
|
762
|
+
|
|
763
|
+
@private_endpoint.setter
|
|
764
|
+
def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointArgs']]):
|
|
765
|
+
pulumi.set(self, "private_endpoint", value)
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
769
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['ConnectionStateArgs']]:
|
|
770
|
+
"""
|
|
771
|
+
Details about the state of the connection.
|
|
772
|
+
"""
|
|
773
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
774
|
+
|
|
775
|
+
@private_link_service_connection_state.setter
|
|
776
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['ConnectionStateArgs']]):
|
|
777
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter(name="provisioningState")
|
|
781
|
+
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]]:
|
|
782
|
+
"""
|
|
783
|
+
Provisioning state of the Private Endpoint Connection.
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "provisioning_state")
|
|
786
|
+
|
|
787
|
+
@provisioning_state.setter
|
|
788
|
+
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]]):
|
|
789
|
+
pulumi.set(self, "provisioning_state", value)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
@pulumi.input_type
|
|
793
|
+
class PrivateEndpointArgs:
|
|
794
|
+
def __init__(__self__, *,
|
|
795
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
796
|
+
"""
|
|
797
|
+
PrivateEndpoint information.
|
|
798
|
+
:param pulumi.Input[str] id: The ARM identifier for Private Endpoint.
|
|
799
|
+
"""
|
|
800
|
+
if id is not None:
|
|
801
|
+
pulumi.set(__self__, "id", id)
|
|
802
|
+
|
|
803
|
+
@property
|
|
804
|
+
@pulumi.getter
|
|
805
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
806
|
+
"""
|
|
807
|
+
The ARM identifier for Private Endpoint.
|
|
808
|
+
"""
|
|
809
|
+
return pulumi.get(self, "id")
|
|
810
|
+
|
|
811
|
+
@id.setter
|
|
812
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
813
|
+
pulumi.set(self, "id", value)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
@pulumi.input_type
|
|
817
|
+
class RetentionDescriptionArgs:
|
|
818
|
+
def __init__(__self__, *,
|
|
819
|
+
cleanup_policy: Optional[pulumi.Input[Union[str, 'CleanupPolicyRetentionDescription']]] = None,
|
|
820
|
+
min_compaction_lag_in_mins: Optional[pulumi.Input[float]] = None,
|
|
821
|
+
retention_time_in_hours: Optional[pulumi.Input[float]] = None,
|
|
822
|
+
tombstone_retention_time_in_hours: Optional[pulumi.Input[int]] = None):
|
|
823
|
+
"""
|
|
824
|
+
Properties to configure retention settings for the eventhub
|
|
825
|
+
:param pulumi.Input[Union[str, 'CleanupPolicyRetentionDescription']] cleanup_policy: Enumerates the possible values for cleanup policy
|
|
826
|
+
:param pulumi.Input[float] min_compaction_lag_in_mins: The minimum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
827
|
+
:param pulumi.Input[float] retention_time_in_hours: Number of hours to retain the events for this Event Hub. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue
|
|
828
|
+
:param pulumi.Input[int] tombstone_retention_time_in_hours: Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub
|
|
829
|
+
"""
|
|
830
|
+
if cleanup_policy is not None:
|
|
831
|
+
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
832
|
+
if min_compaction_lag_in_mins is not None:
|
|
833
|
+
pulumi.set(__self__, "min_compaction_lag_in_mins", min_compaction_lag_in_mins)
|
|
834
|
+
if retention_time_in_hours is not None:
|
|
835
|
+
pulumi.set(__self__, "retention_time_in_hours", retention_time_in_hours)
|
|
836
|
+
if tombstone_retention_time_in_hours is not None:
|
|
837
|
+
pulumi.set(__self__, "tombstone_retention_time_in_hours", tombstone_retention_time_in_hours)
|
|
838
|
+
|
|
839
|
+
@property
|
|
840
|
+
@pulumi.getter(name="cleanupPolicy")
|
|
841
|
+
def cleanup_policy(self) -> Optional[pulumi.Input[Union[str, 'CleanupPolicyRetentionDescription']]]:
|
|
842
|
+
"""
|
|
843
|
+
Enumerates the possible values for cleanup policy
|
|
844
|
+
"""
|
|
845
|
+
return pulumi.get(self, "cleanup_policy")
|
|
846
|
+
|
|
847
|
+
@cleanup_policy.setter
|
|
848
|
+
def cleanup_policy(self, value: Optional[pulumi.Input[Union[str, 'CleanupPolicyRetentionDescription']]]):
|
|
849
|
+
pulumi.set(self, "cleanup_policy", value)
|
|
850
|
+
|
|
851
|
+
@property
|
|
852
|
+
@pulumi.getter(name="minCompactionLagInMins")
|
|
853
|
+
def min_compaction_lag_in_mins(self) -> Optional[pulumi.Input[float]]:
|
|
854
|
+
"""
|
|
855
|
+
The minimum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
856
|
+
"""
|
|
857
|
+
return pulumi.get(self, "min_compaction_lag_in_mins")
|
|
858
|
+
|
|
859
|
+
@min_compaction_lag_in_mins.setter
|
|
860
|
+
def min_compaction_lag_in_mins(self, value: Optional[pulumi.Input[float]]):
|
|
861
|
+
pulumi.set(self, "min_compaction_lag_in_mins", value)
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
@pulumi.getter(name="retentionTimeInHours")
|
|
865
|
+
def retention_time_in_hours(self) -> Optional[pulumi.Input[float]]:
|
|
866
|
+
"""
|
|
867
|
+
Number of hours to retain the events for this Event Hub. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue
|
|
868
|
+
"""
|
|
869
|
+
return pulumi.get(self, "retention_time_in_hours")
|
|
870
|
+
|
|
871
|
+
@retention_time_in_hours.setter
|
|
872
|
+
def retention_time_in_hours(self, value: Optional[pulumi.Input[float]]):
|
|
873
|
+
pulumi.set(self, "retention_time_in_hours", value)
|
|
874
|
+
|
|
875
|
+
@property
|
|
876
|
+
@pulumi.getter(name="tombstoneRetentionTimeInHours")
|
|
877
|
+
def tombstone_retention_time_in_hours(self) -> Optional[pulumi.Input[int]]:
|
|
878
|
+
"""
|
|
879
|
+
Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub
|
|
880
|
+
"""
|
|
881
|
+
return pulumi.get(self, "tombstone_retention_time_in_hours")
|
|
882
|
+
|
|
883
|
+
@tombstone_retention_time_in_hours.setter
|
|
884
|
+
def tombstone_retention_time_in_hours(self, value: Optional[pulumi.Input[int]]):
|
|
885
|
+
pulumi.set(self, "tombstone_retention_time_in_hours", value)
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
@pulumi.input_type
|
|
889
|
+
class SkuArgs:
|
|
890
|
+
def __init__(__self__, *,
|
|
891
|
+
name: pulumi.Input[Union[str, 'SkuName']],
|
|
892
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
893
|
+
tier: Optional[pulumi.Input[Union[str, 'SkuTier']]] = None):
|
|
894
|
+
"""
|
|
895
|
+
SKU parameters supplied to the create namespace operation
|
|
896
|
+
:param pulumi.Input[Union[str, 'SkuName']] name: Name of this SKU.
|
|
897
|
+
:param pulumi.Input[int] capacity: The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
|
|
898
|
+
:param pulumi.Input[Union[str, 'SkuTier']] tier: The billing tier of this particular SKU.
|
|
899
|
+
"""
|
|
900
|
+
pulumi.set(__self__, "name", name)
|
|
901
|
+
if capacity is not None:
|
|
902
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
903
|
+
if tier is not None:
|
|
904
|
+
pulumi.set(__self__, "tier", tier)
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter
|
|
908
|
+
def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
|
|
909
|
+
"""
|
|
910
|
+
Name of this SKU.
|
|
911
|
+
"""
|
|
912
|
+
return pulumi.get(self, "name")
|
|
913
|
+
|
|
914
|
+
@name.setter
|
|
915
|
+
def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
|
|
916
|
+
pulumi.set(self, "name", value)
|
|
917
|
+
|
|
918
|
+
@property
|
|
919
|
+
@pulumi.getter
|
|
920
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
921
|
+
"""
|
|
922
|
+
The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "capacity")
|
|
925
|
+
|
|
926
|
+
@capacity.setter
|
|
927
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
928
|
+
pulumi.set(self, "capacity", value)
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
@pulumi.getter
|
|
932
|
+
def tier(self) -> Optional[pulumi.Input[Union[str, 'SkuTier']]]:
|
|
933
|
+
"""
|
|
934
|
+
The billing tier of this particular SKU.
|
|
935
|
+
"""
|
|
936
|
+
return pulumi.get(self, "tier")
|
|
937
|
+
|
|
938
|
+
@tier.setter
|
|
939
|
+
def tier(self, value: Optional[pulumi.Input[Union[str, 'SkuTier']]]):
|
|
940
|
+
pulumi.set(self, "tier", value)
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
@pulumi.input_type
|
|
944
|
+
class SubnetArgs:
|
|
945
|
+
def __init__(__self__, *,
|
|
946
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
947
|
+
"""
|
|
948
|
+
Properties supplied for Subnet
|
|
949
|
+
:param pulumi.Input[str] id: Resource ID of Virtual Network Subnet
|
|
950
|
+
"""
|
|
951
|
+
if id is not None:
|
|
952
|
+
pulumi.set(__self__, "id", id)
|
|
953
|
+
|
|
954
|
+
@property
|
|
955
|
+
@pulumi.getter
|
|
956
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
957
|
+
"""
|
|
958
|
+
Resource ID of Virtual Network Subnet
|
|
959
|
+
"""
|
|
960
|
+
return pulumi.get(self, "id")
|
|
961
|
+
|
|
962
|
+
@id.setter
|
|
963
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
964
|
+
pulumi.set(self, "id", value)
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
@pulumi.input_type
|
|
968
|
+
class ThrottlingPolicyArgs:
|
|
969
|
+
def __init__(__self__, *,
|
|
970
|
+
metric_id: pulumi.Input[Union[str, 'MetricId']],
|
|
971
|
+
name: pulumi.Input[str],
|
|
972
|
+
rate_limit_threshold: pulumi.Input[float],
|
|
973
|
+
type: pulumi.Input[str]):
|
|
974
|
+
"""
|
|
975
|
+
Properties of the throttling policy
|
|
976
|
+
:param pulumi.Input[Union[str, 'MetricId']] metric_id: Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
|
|
977
|
+
:param pulumi.Input[str] name: The Name of this policy
|
|
978
|
+
:param pulumi.Input[float] rate_limit_threshold: The Threshold limit above which the application group will be throttled.Rate limit is always per second.
|
|
979
|
+
:param pulumi.Input[str] type: Application Group Policy types
|
|
980
|
+
Expected value is 'ThrottlingPolicy'.
|
|
981
|
+
"""
|
|
982
|
+
pulumi.set(__self__, "metric_id", metric_id)
|
|
983
|
+
pulumi.set(__self__, "name", name)
|
|
984
|
+
pulumi.set(__self__, "rate_limit_threshold", rate_limit_threshold)
|
|
985
|
+
pulumi.set(__self__, "type", 'ThrottlingPolicy')
|
|
986
|
+
|
|
987
|
+
@property
|
|
988
|
+
@pulumi.getter(name="metricId")
|
|
989
|
+
def metric_id(self) -> pulumi.Input[Union[str, 'MetricId']]:
|
|
990
|
+
"""
|
|
991
|
+
Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
|
|
992
|
+
"""
|
|
993
|
+
return pulumi.get(self, "metric_id")
|
|
994
|
+
|
|
995
|
+
@metric_id.setter
|
|
996
|
+
def metric_id(self, value: pulumi.Input[Union[str, 'MetricId']]):
|
|
997
|
+
pulumi.set(self, "metric_id", value)
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
@pulumi.getter
|
|
1001
|
+
def name(self) -> pulumi.Input[str]:
|
|
1002
|
+
"""
|
|
1003
|
+
The Name of this policy
|
|
1004
|
+
"""
|
|
1005
|
+
return pulumi.get(self, "name")
|
|
1006
|
+
|
|
1007
|
+
@name.setter
|
|
1008
|
+
def name(self, value: pulumi.Input[str]):
|
|
1009
|
+
pulumi.set(self, "name", value)
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
@pulumi.getter(name="rateLimitThreshold")
|
|
1013
|
+
def rate_limit_threshold(self) -> pulumi.Input[float]:
|
|
1014
|
+
"""
|
|
1015
|
+
The Threshold limit above which the application group will be throttled.Rate limit is always per second.
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "rate_limit_threshold")
|
|
1018
|
+
|
|
1019
|
+
@rate_limit_threshold.setter
|
|
1020
|
+
def rate_limit_threshold(self, value: pulumi.Input[float]):
|
|
1021
|
+
pulumi.set(self, "rate_limit_threshold", value)
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
@pulumi.getter
|
|
1025
|
+
def type(self) -> pulumi.Input[str]:
|
|
1026
|
+
"""
|
|
1027
|
+
Application Group Policy types
|
|
1028
|
+
Expected value is 'ThrottlingPolicy'.
|
|
1029
|
+
"""
|
|
1030
|
+
return pulumi.get(self, "type")
|
|
1031
|
+
|
|
1032
|
+
@type.setter
|
|
1033
|
+
def type(self, value: pulumi.Input[str]):
|
|
1034
|
+
pulumi.set(self, "type", value)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
@pulumi.input_type
|
|
1038
|
+
class UserAssignedIdentityPropertiesArgs:
|
|
1039
|
+
def __init__(__self__, *,
|
|
1040
|
+
user_assigned_identity: Optional[pulumi.Input[str]] = None):
|
|
1041
|
+
"""
|
|
1042
|
+
:param pulumi.Input[str] user_assigned_identity: ARM ID of user Identity selected for encryption
|
|
1043
|
+
"""
|
|
1044
|
+
if user_assigned_identity is not None:
|
|
1045
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
1046
|
+
|
|
1047
|
+
@property
|
|
1048
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
1049
|
+
def user_assigned_identity(self) -> Optional[pulumi.Input[str]]:
|
|
1050
|
+
"""
|
|
1051
|
+
ARM ID of user Identity selected for encryption
|
|
1052
|
+
"""
|
|
1053
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
1054
|
+
|
|
1055
|
+
@user_assigned_identity.setter
|
|
1056
|
+
def user_assigned_identity(self, value: Optional[pulumi.Input[str]]):
|
|
1057
|
+
pulumi.set(self, "user_assigned_identity", value)
|
|
1058
|
+
|
|
1059
|
+
|