pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +112 -0
- pulumi_azure_native/azurestackhci/__init__.py +5 -0
- pulumi_azure_native/azurestackhci/_inputs.py +284 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
- pulumi_azure_native/azurestackhci/logical_network.py +362 -0
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/outputs.py +446 -0
- pulumi_azure_native/azurestackhci/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
- pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
- pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
- pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
- pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
- pulumi_azure_native/cognitiveservices/__init__.py +11 -0
- pulumi_azure_native/cognitiveservices/_enums.py +38 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
- pulumi_azure_native/cognitiveservices/account.py +1 -1
- pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
- pulumi_azure_native/cognitiveservices/outputs.py +411 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
- pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
- pulumi_azure_native/devcenter/__init__.py +3 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/catalog.py +1 -1
- pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/dev_center.py +1 -1
- pulumi_azure_native/devcenter/environment_type.py +1 -1
- pulumi_azure_native/devcenter/gallery.py +1 -1
- pulumi_azure_native/devcenter/network_connection.py +1 -1
- pulumi_azure_native/devcenter/pool.py +1 -1
- pulumi_azure_native/devcenter/project.py +1 -1
- pulumi_azure_native/devcenter/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
- pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
- pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
- pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
- pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
- pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
- pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
- pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
- pulumi_azure_native/keyvault/__init__.py +3 -0
- pulumi_azure_native/keyvault/key.py +1 -1
- pulumi_azure_native/keyvault/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
- pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
- pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
- pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
- pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
- pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
- pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
- pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
- pulumi_azure_native/keyvault/v20230701/key.py +324 -0
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
- pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
- pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
- pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
- pulumi_azure_native/keyvault/vault.py +1 -1
- pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
- pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
- pulumi_azure_native/mobilenetwork/__init__.py +3 -0
- pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/service.py +1 -1
- pulumi_azure_native/mobilenetwork/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/site.py +1 -1
- pulumi_azure_native/mobilenetwork/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
- pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
- pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
- pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
- pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
- pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
- pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
- pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
- pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
- pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
- pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
- pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
- pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
- pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
- pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
- pulumi_azure_native/storagesync/__init__.py +3 -0
- pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storagesync/registered_server.py +1 -1
- pulumi_azure_native/storagesync/server_endpoint.py +1 -1
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/sync_group.py +1 -1
- pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
- pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
- pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
- pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
- pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
- pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
- pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
- pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
- pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
- pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
- pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
- pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
- pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
- pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
- pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
- pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
- pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
- pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
- pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
- pulumi_azure_native/synapse/_inputs.py +2 -2
- pulumi_azure_native/synapse/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
- pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
- pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
- pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
- pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
- pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
- pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetCloudEndpointResult',
|
|
15
|
+
'AwaitableGetCloudEndpointResult',
|
|
16
|
+
'get_cloud_endpoint',
|
|
17
|
+
'get_cloud_endpoint_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetCloudEndpointResult:
|
|
22
|
+
"""
|
|
23
|
+
Cloud Endpoint object.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, azure_file_share_name=None, backup_enabled=None, change_enumeration_status=None, friendly_name=None, id=None, last_operation_name=None, last_workflow_id=None, name=None, partnership_id=None, provisioning_state=None, storage_account_resource_id=None, storage_account_tenant_id=None, system_data=None, type=None):
|
|
26
|
+
if azure_file_share_name and not isinstance(azure_file_share_name, str):
|
|
27
|
+
raise TypeError("Expected argument 'azure_file_share_name' to be a str")
|
|
28
|
+
pulumi.set(__self__, "azure_file_share_name", azure_file_share_name)
|
|
29
|
+
if backup_enabled and not isinstance(backup_enabled, str):
|
|
30
|
+
raise TypeError("Expected argument 'backup_enabled' to be a str")
|
|
31
|
+
pulumi.set(__self__, "backup_enabled", backup_enabled)
|
|
32
|
+
if change_enumeration_status and not isinstance(change_enumeration_status, dict):
|
|
33
|
+
raise TypeError("Expected argument 'change_enumeration_status' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "change_enumeration_status", change_enumeration_status)
|
|
35
|
+
if friendly_name and not isinstance(friendly_name, str):
|
|
36
|
+
raise TypeError("Expected argument 'friendly_name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if last_operation_name and not isinstance(last_operation_name, str):
|
|
42
|
+
raise TypeError("Expected argument 'last_operation_name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "last_operation_name", last_operation_name)
|
|
44
|
+
if last_workflow_id and not isinstance(last_workflow_id, str):
|
|
45
|
+
raise TypeError("Expected argument 'last_workflow_id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "last_workflow_id", last_workflow_id)
|
|
47
|
+
if name and not isinstance(name, str):
|
|
48
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
49
|
+
pulumi.set(__self__, "name", name)
|
|
50
|
+
if partnership_id and not isinstance(partnership_id, str):
|
|
51
|
+
raise TypeError("Expected argument 'partnership_id' to be a str")
|
|
52
|
+
pulumi.set(__self__, "partnership_id", partnership_id)
|
|
53
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
54
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
55
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
56
|
+
if storage_account_resource_id and not isinstance(storage_account_resource_id, str):
|
|
57
|
+
raise TypeError("Expected argument 'storage_account_resource_id' to be a str")
|
|
58
|
+
pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
|
|
59
|
+
if storage_account_tenant_id and not isinstance(storage_account_tenant_id, str):
|
|
60
|
+
raise TypeError("Expected argument 'storage_account_tenant_id' to be a str")
|
|
61
|
+
pulumi.set(__self__, "storage_account_tenant_id", storage_account_tenant_id)
|
|
62
|
+
if system_data and not isinstance(system_data, dict):
|
|
63
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
65
|
+
if type and not isinstance(type, str):
|
|
66
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
67
|
+
pulumi.set(__self__, "type", type)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="azureFileShareName")
|
|
71
|
+
def azure_file_share_name(self) -> Optional[str]:
|
|
72
|
+
"""
|
|
73
|
+
Azure file share name
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "azure_file_share_name")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="backupEnabled")
|
|
79
|
+
def backup_enabled(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
Backup Enabled
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "backup_enabled")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="changeEnumerationStatus")
|
|
87
|
+
def change_enumeration_status(self) -> 'outputs.CloudEndpointChangeEnumerationStatusResponse':
|
|
88
|
+
"""
|
|
89
|
+
Cloud endpoint change enumeration status
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "change_enumeration_status")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="friendlyName")
|
|
95
|
+
def friendly_name(self) -> Optional[str]:
|
|
96
|
+
"""
|
|
97
|
+
Friendly Name
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "friendly_name")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def id(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "id")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="lastOperationName")
|
|
111
|
+
def last_operation_name(self) -> Optional[str]:
|
|
112
|
+
"""
|
|
113
|
+
Resource Last Operation Name
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "last_operation_name")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="lastWorkflowId")
|
|
119
|
+
def last_workflow_id(self) -> Optional[str]:
|
|
120
|
+
"""
|
|
121
|
+
CloudEndpoint lastWorkflowId
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "last_workflow_id")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def name(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
The name of the resource
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "name")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="partnershipId")
|
|
135
|
+
def partnership_id(self) -> Optional[str]:
|
|
136
|
+
"""
|
|
137
|
+
Partnership Id
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "partnership_id")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="provisioningState")
|
|
143
|
+
def provisioning_state(self) -> Optional[str]:
|
|
144
|
+
"""
|
|
145
|
+
CloudEndpoint Provisioning State
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "provisioning_state")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="storageAccountResourceId")
|
|
151
|
+
def storage_account_resource_id(self) -> Optional[str]:
|
|
152
|
+
"""
|
|
153
|
+
Storage Account Resource Id
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "storage_account_resource_id")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="storageAccountTenantId")
|
|
159
|
+
def storage_account_tenant_id(self) -> Optional[str]:
|
|
160
|
+
"""
|
|
161
|
+
Storage Account Tenant Id
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "storage_account_tenant_id")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="systemData")
|
|
167
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
168
|
+
"""
|
|
169
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "system_data")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter
|
|
175
|
+
def type(self) -> str:
|
|
176
|
+
"""
|
|
177
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "type")
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class AwaitableGetCloudEndpointResult(GetCloudEndpointResult):
|
|
183
|
+
# pylint: disable=using-constant-test
|
|
184
|
+
def __await__(self):
|
|
185
|
+
if False:
|
|
186
|
+
yield self
|
|
187
|
+
return GetCloudEndpointResult(
|
|
188
|
+
azure_file_share_name=self.azure_file_share_name,
|
|
189
|
+
backup_enabled=self.backup_enabled,
|
|
190
|
+
change_enumeration_status=self.change_enumeration_status,
|
|
191
|
+
friendly_name=self.friendly_name,
|
|
192
|
+
id=self.id,
|
|
193
|
+
last_operation_name=self.last_operation_name,
|
|
194
|
+
last_workflow_id=self.last_workflow_id,
|
|
195
|
+
name=self.name,
|
|
196
|
+
partnership_id=self.partnership_id,
|
|
197
|
+
provisioning_state=self.provisioning_state,
|
|
198
|
+
storage_account_resource_id=self.storage_account_resource_id,
|
|
199
|
+
storage_account_tenant_id=self.storage_account_tenant_id,
|
|
200
|
+
system_data=self.system_data,
|
|
201
|
+
type=self.type)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
def get_cloud_endpoint(cloud_endpoint_name: Optional[str] = None,
|
|
205
|
+
resource_group_name: Optional[str] = None,
|
|
206
|
+
storage_sync_service_name: Optional[str] = None,
|
|
207
|
+
sync_group_name: Optional[str] = None,
|
|
208
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudEndpointResult:
|
|
209
|
+
"""
|
|
210
|
+
Get a given CloudEndpoint.
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
:param str cloud_endpoint_name: Name of Cloud Endpoint object.
|
|
214
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
215
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
216
|
+
:param str sync_group_name: Name of Sync Group resource.
|
|
217
|
+
"""
|
|
218
|
+
__args__ = dict()
|
|
219
|
+
__args__['cloudEndpointName'] = cloud_endpoint_name
|
|
220
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
221
|
+
__args__['storageSyncServiceName'] = storage_sync_service_name
|
|
222
|
+
__args__['syncGroupName'] = sync_group_name
|
|
223
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
224
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagesync/v20220901:getCloudEndpoint', __args__, opts=opts, typ=GetCloudEndpointResult).value
|
|
225
|
+
|
|
226
|
+
return AwaitableGetCloudEndpointResult(
|
|
227
|
+
azure_file_share_name=pulumi.get(__ret__, 'azure_file_share_name'),
|
|
228
|
+
backup_enabled=pulumi.get(__ret__, 'backup_enabled'),
|
|
229
|
+
change_enumeration_status=pulumi.get(__ret__, 'change_enumeration_status'),
|
|
230
|
+
friendly_name=pulumi.get(__ret__, 'friendly_name'),
|
|
231
|
+
id=pulumi.get(__ret__, 'id'),
|
|
232
|
+
last_operation_name=pulumi.get(__ret__, 'last_operation_name'),
|
|
233
|
+
last_workflow_id=pulumi.get(__ret__, 'last_workflow_id'),
|
|
234
|
+
name=pulumi.get(__ret__, 'name'),
|
|
235
|
+
partnership_id=pulumi.get(__ret__, 'partnership_id'),
|
|
236
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
237
|
+
storage_account_resource_id=pulumi.get(__ret__, 'storage_account_resource_id'),
|
|
238
|
+
storage_account_tenant_id=pulumi.get(__ret__, 'storage_account_tenant_id'),
|
|
239
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
240
|
+
type=pulumi.get(__ret__, 'type'))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
@_utilities.lift_output_func(get_cloud_endpoint)
|
|
244
|
+
def get_cloud_endpoint_output(cloud_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
246
|
+
storage_sync_service_name: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
sync_group_name: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCloudEndpointResult]:
|
|
249
|
+
"""
|
|
250
|
+
Get a given CloudEndpoint.
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
:param str cloud_endpoint_name: Name of Cloud Endpoint object.
|
|
254
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
255
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
256
|
+
:param str sync_group_name: Name of Sync Group resource.
|
|
257
|
+
"""
|
|
258
|
+
...
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPrivateEndpointConnectionResult',
|
|
15
|
+
'AwaitableGetPrivateEndpointConnectionResult',
|
|
16
|
+
'get_private_endpoint_connection',
|
|
17
|
+
'get_private_endpoint_connection_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPrivateEndpointConnectionResult:
|
|
22
|
+
"""
|
|
23
|
+
The private endpoint connection resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
|
|
26
|
+
if group_ids and not isinstance(group_ids, list):
|
|
27
|
+
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
28
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
36
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
38
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
39
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
41
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
42
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
43
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="groupIds")
|
|
53
|
+
def group_ids(self) -> Sequence[str]:
|
|
54
|
+
"""
|
|
55
|
+
The group ids for the private endpoint resource.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "group_ids")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="privateEndpoint")
|
|
77
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
78
|
+
"""
|
|
79
|
+
The private endpoint resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "private_endpoint")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
85
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
86
|
+
"""
|
|
87
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="provisioningState")
|
|
93
|
+
def provisioning_state(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The provisioning state of the private endpoint connection resource.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "provisioning_state")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="systemData")
|
|
101
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
102
|
+
"""
|
|
103
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "system_data")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetPrivateEndpointConnectionResult(
|
|
122
|
+
group_ids=self.group_ids,
|
|
123
|
+
id=self.id,
|
|
124
|
+
name=self.name,
|
|
125
|
+
private_endpoint=self.private_endpoint,
|
|
126
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
127
|
+
provisioning_state=self.provisioning_state,
|
|
128
|
+
system_data=self.system_data,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
|
|
133
|
+
resource_group_name: Optional[str] = None,
|
|
134
|
+
storage_sync_service_name: Optional[str] = None,
|
|
135
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
|
|
136
|
+
"""
|
|
137
|
+
Gets the specified private endpoint connection associated with the storage sync service.
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
141
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
142
|
+
:param str storage_sync_service_name: The name of the storage sync service name within the specified resource group.
|
|
143
|
+
"""
|
|
144
|
+
__args__ = dict()
|
|
145
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
146
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
147
|
+
__args__['storageSyncServiceName'] = storage_sync_service_name
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagesync/v20220901:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetPrivateEndpointConnectionResult(
|
|
152
|
+
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
153
|
+
id=pulumi.get(__ret__, 'id'),
|
|
154
|
+
name=pulumi.get(__ret__, 'name'),
|
|
155
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
156
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
157
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
158
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
159
|
+
type=pulumi.get(__ret__, 'type'))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
@_utilities.lift_output_func(get_private_endpoint_connection)
|
|
163
|
+
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
storage_sync_service_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
|
|
167
|
+
"""
|
|
168
|
+
Gets the specified private endpoint connection associated with the storage sync service.
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
172
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
173
|
+
:param str storage_sync_service_name: The name of the storage sync service name within the specified resource group.
|
|
174
|
+
"""
|
|
175
|
+
...
|