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,401 @@
|
|
|
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
|
+
'GetServerEndpointResult',
|
|
15
|
+
'AwaitableGetServerEndpointResult',
|
|
16
|
+
'get_server_endpoint',
|
|
17
|
+
'get_server_endpoint_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetServerEndpointResult:
|
|
22
|
+
"""
|
|
23
|
+
Server Endpoint object.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, cloud_tiering=None, cloud_tiering_status=None, friendly_name=None, id=None, initial_download_policy=None, initial_upload_policy=None, last_operation_name=None, last_workflow_id=None, local_cache_mode=None, name=None, offline_data_transfer=None, offline_data_transfer_share_name=None, offline_data_transfer_storage_account_resource_id=None, offline_data_transfer_storage_account_tenant_id=None, provisioning_state=None, recall_status=None, server_endpoint_provisioning_status=None, server_local_path=None, server_name=None, server_resource_id=None, sync_status=None, system_data=None, tier_files_older_than_days=None, type=None, volume_free_space_percent=None):
|
|
26
|
+
if cloud_tiering and not isinstance(cloud_tiering, str):
|
|
27
|
+
raise TypeError("Expected argument 'cloud_tiering' to be a str")
|
|
28
|
+
pulumi.set(__self__, "cloud_tiering", cloud_tiering)
|
|
29
|
+
if cloud_tiering_status and not isinstance(cloud_tiering_status, dict):
|
|
30
|
+
raise TypeError("Expected argument 'cloud_tiering_status' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "cloud_tiering_status", cloud_tiering_status)
|
|
32
|
+
if friendly_name and not isinstance(friendly_name, str):
|
|
33
|
+
raise TypeError("Expected argument 'friendly_name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if initial_download_policy and not isinstance(initial_download_policy, str):
|
|
39
|
+
raise TypeError("Expected argument 'initial_download_policy' to be a str")
|
|
40
|
+
pulumi.set(__self__, "initial_download_policy", initial_download_policy)
|
|
41
|
+
if initial_upload_policy and not isinstance(initial_upload_policy, str):
|
|
42
|
+
raise TypeError("Expected argument 'initial_upload_policy' to be a str")
|
|
43
|
+
pulumi.set(__self__, "initial_upload_policy", initial_upload_policy)
|
|
44
|
+
if last_operation_name and not isinstance(last_operation_name, str):
|
|
45
|
+
raise TypeError("Expected argument 'last_operation_name' to be a str")
|
|
46
|
+
pulumi.set(__self__, "last_operation_name", last_operation_name)
|
|
47
|
+
if last_workflow_id and not isinstance(last_workflow_id, str):
|
|
48
|
+
raise TypeError("Expected argument 'last_workflow_id' to be a str")
|
|
49
|
+
pulumi.set(__self__, "last_workflow_id", last_workflow_id)
|
|
50
|
+
if local_cache_mode and not isinstance(local_cache_mode, str):
|
|
51
|
+
raise TypeError("Expected argument 'local_cache_mode' to be a str")
|
|
52
|
+
pulumi.set(__self__, "local_cache_mode", local_cache_mode)
|
|
53
|
+
if name and not isinstance(name, str):
|
|
54
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
55
|
+
pulumi.set(__self__, "name", name)
|
|
56
|
+
if offline_data_transfer and not isinstance(offline_data_transfer, str):
|
|
57
|
+
raise TypeError("Expected argument 'offline_data_transfer' to be a str")
|
|
58
|
+
pulumi.set(__self__, "offline_data_transfer", offline_data_transfer)
|
|
59
|
+
if offline_data_transfer_share_name and not isinstance(offline_data_transfer_share_name, str):
|
|
60
|
+
raise TypeError("Expected argument 'offline_data_transfer_share_name' to be a str")
|
|
61
|
+
pulumi.set(__self__, "offline_data_transfer_share_name", offline_data_transfer_share_name)
|
|
62
|
+
if offline_data_transfer_storage_account_resource_id and not isinstance(offline_data_transfer_storage_account_resource_id, str):
|
|
63
|
+
raise TypeError("Expected argument 'offline_data_transfer_storage_account_resource_id' to be a str")
|
|
64
|
+
pulumi.set(__self__, "offline_data_transfer_storage_account_resource_id", offline_data_transfer_storage_account_resource_id)
|
|
65
|
+
if offline_data_transfer_storage_account_tenant_id and not isinstance(offline_data_transfer_storage_account_tenant_id, str):
|
|
66
|
+
raise TypeError("Expected argument 'offline_data_transfer_storage_account_tenant_id' to be a str")
|
|
67
|
+
pulumi.set(__self__, "offline_data_transfer_storage_account_tenant_id", offline_data_transfer_storage_account_tenant_id)
|
|
68
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
69
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
70
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
71
|
+
if recall_status and not isinstance(recall_status, dict):
|
|
72
|
+
raise TypeError("Expected argument 'recall_status' to be a dict")
|
|
73
|
+
pulumi.set(__self__, "recall_status", recall_status)
|
|
74
|
+
if server_endpoint_provisioning_status and not isinstance(server_endpoint_provisioning_status, dict):
|
|
75
|
+
raise TypeError("Expected argument 'server_endpoint_provisioning_status' to be a dict")
|
|
76
|
+
pulumi.set(__self__, "server_endpoint_provisioning_status", server_endpoint_provisioning_status)
|
|
77
|
+
if server_local_path and not isinstance(server_local_path, str):
|
|
78
|
+
raise TypeError("Expected argument 'server_local_path' to be a str")
|
|
79
|
+
pulumi.set(__self__, "server_local_path", server_local_path)
|
|
80
|
+
if server_name and not isinstance(server_name, str):
|
|
81
|
+
raise TypeError("Expected argument 'server_name' to be a str")
|
|
82
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
83
|
+
if server_resource_id and not isinstance(server_resource_id, str):
|
|
84
|
+
raise TypeError("Expected argument 'server_resource_id' to be a str")
|
|
85
|
+
pulumi.set(__self__, "server_resource_id", server_resource_id)
|
|
86
|
+
if sync_status and not isinstance(sync_status, dict):
|
|
87
|
+
raise TypeError("Expected argument 'sync_status' to be a dict")
|
|
88
|
+
pulumi.set(__self__, "sync_status", sync_status)
|
|
89
|
+
if system_data and not isinstance(system_data, dict):
|
|
90
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
91
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
92
|
+
if tier_files_older_than_days and not isinstance(tier_files_older_than_days, int):
|
|
93
|
+
raise TypeError("Expected argument 'tier_files_older_than_days' to be a int")
|
|
94
|
+
pulumi.set(__self__, "tier_files_older_than_days", tier_files_older_than_days)
|
|
95
|
+
if type and not isinstance(type, str):
|
|
96
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
97
|
+
pulumi.set(__self__, "type", type)
|
|
98
|
+
if volume_free_space_percent and not isinstance(volume_free_space_percent, int):
|
|
99
|
+
raise TypeError("Expected argument 'volume_free_space_percent' to be a int")
|
|
100
|
+
pulumi.set(__self__, "volume_free_space_percent", volume_free_space_percent)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="cloudTiering")
|
|
104
|
+
def cloud_tiering(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
Cloud Tiering.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "cloud_tiering")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="cloudTieringStatus")
|
|
112
|
+
def cloud_tiering_status(self) -> 'outputs.ServerEndpointCloudTieringStatusResponse':
|
|
113
|
+
"""
|
|
114
|
+
Cloud tiering status. Only populated if cloud tiering is enabled.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "cloud_tiering_status")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="friendlyName")
|
|
120
|
+
def friendly_name(self) -> Optional[str]:
|
|
121
|
+
"""
|
|
122
|
+
Friendly Name
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "friendly_name")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def id(self) -> str:
|
|
129
|
+
"""
|
|
130
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "id")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="initialDownloadPolicy")
|
|
136
|
+
def initial_download_policy(self) -> Optional[str]:
|
|
137
|
+
"""
|
|
138
|
+
Policy for how namespace and files are recalled during FastDr.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "initial_download_policy")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="initialUploadPolicy")
|
|
144
|
+
def initial_upload_policy(self) -> Optional[str]:
|
|
145
|
+
"""
|
|
146
|
+
Policy for how the initial upload sync session is performed.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "initial_upload_policy")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="lastOperationName")
|
|
152
|
+
def last_operation_name(self) -> str:
|
|
153
|
+
"""
|
|
154
|
+
Resource Last Operation Name
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "last_operation_name")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="lastWorkflowId")
|
|
160
|
+
def last_workflow_id(self) -> str:
|
|
161
|
+
"""
|
|
162
|
+
ServerEndpoint lastWorkflowId
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "last_workflow_id")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="localCacheMode")
|
|
168
|
+
def local_cache_mode(self) -> Optional[str]:
|
|
169
|
+
"""
|
|
170
|
+
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "local_cache_mode")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def name(self) -> str:
|
|
177
|
+
"""
|
|
178
|
+
The name of the resource
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "name")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="offlineDataTransfer")
|
|
184
|
+
def offline_data_transfer(self) -> Optional[str]:
|
|
185
|
+
"""
|
|
186
|
+
Offline data transfer
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "offline_data_transfer")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="offlineDataTransferShareName")
|
|
192
|
+
def offline_data_transfer_share_name(self) -> Optional[str]:
|
|
193
|
+
"""
|
|
194
|
+
Offline data transfer share name
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "offline_data_transfer_share_name")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="offlineDataTransferStorageAccountResourceId")
|
|
200
|
+
def offline_data_transfer_storage_account_resource_id(self) -> str:
|
|
201
|
+
"""
|
|
202
|
+
Offline data transfer storage account resource ID
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "offline_data_transfer_storage_account_resource_id")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="offlineDataTransferStorageAccountTenantId")
|
|
208
|
+
def offline_data_transfer_storage_account_tenant_id(self) -> str:
|
|
209
|
+
"""
|
|
210
|
+
Offline data transfer storage account tenant ID
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "offline_data_transfer_storage_account_tenant_id")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="provisioningState")
|
|
216
|
+
def provisioning_state(self) -> str:
|
|
217
|
+
"""
|
|
218
|
+
ServerEndpoint Provisioning State
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "provisioning_state")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="recallStatus")
|
|
224
|
+
def recall_status(self) -> 'outputs.ServerEndpointRecallStatusResponse':
|
|
225
|
+
"""
|
|
226
|
+
Recall status. Only populated if cloud tiering is enabled.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "recall_status")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="serverEndpointProvisioningStatus")
|
|
232
|
+
def server_endpoint_provisioning_status(self) -> Optional['outputs.ServerEndpointProvisioningStatusResponse']:
|
|
233
|
+
"""
|
|
234
|
+
Server Endpoint provisioning status
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "server_endpoint_provisioning_status")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="serverLocalPath")
|
|
240
|
+
def server_local_path(self) -> Optional[str]:
|
|
241
|
+
"""
|
|
242
|
+
Server Local path.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "server_local_path")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="serverName")
|
|
248
|
+
def server_name(self) -> str:
|
|
249
|
+
"""
|
|
250
|
+
Server name
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "server_name")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="serverResourceId")
|
|
256
|
+
def server_resource_id(self) -> Optional[str]:
|
|
257
|
+
"""
|
|
258
|
+
Server Resource Id.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "server_resource_id")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="syncStatus")
|
|
264
|
+
def sync_status(self) -> 'outputs.ServerEndpointSyncStatusResponse':
|
|
265
|
+
"""
|
|
266
|
+
Server Endpoint sync status
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "sync_status")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="systemData")
|
|
272
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
273
|
+
"""
|
|
274
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "system_data")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="tierFilesOlderThanDays")
|
|
280
|
+
def tier_files_older_than_days(self) -> Optional[int]:
|
|
281
|
+
"""
|
|
282
|
+
Tier files older than days.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "tier_files_older_than_days")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter
|
|
288
|
+
def type(self) -> str:
|
|
289
|
+
"""
|
|
290
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "type")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="volumeFreeSpacePercent")
|
|
296
|
+
def volume_free_space_percent(self) -> Optional[int]:
|
|
297
|
+
"""
|
|
298
|
+
Level of free space to be maintained by Cloud Tiering if it is enabled.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "volume_free_space_percent")
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
class AwaitableGetServerEndpointResult(GetServerEndpointResult):
|
|
304
|
+
# pylint: disable=using-constant-test
|
|
305
|
+
def __await__(self):
|
|
306
|
+
if False:
|
|
307
|
+
yield self
|
|
308
|
+
return GetServerEndpointResult(
|
|
309
|
+
cloud_tiering=self.cloud_tiering,
|
|
310
|
+
cloud_tiering_status=self.cloud_tiering_status,
|
|
311
|
+
friendly_name=self.friendly_name,
|
|
312
|
+
id=self.id,
|
|
313
|
+
initial_download_policy=self.initial_download_policy,
|
|
314
|
+
initial_upload_policy=self.initial_upload_policy,
|
|
315
|
+
last_operation_name=self.last_operation_name,
|
|
316
|
+
last_workflow_id=self.last_workflow_id,
|
|
317
|
+
local_cache_mode=self.local_cache_mode,
|
|
318
|
+
name=self.name,
|
|
319
|
+
offline_data_transfer=self.offline_data_transfer,
|
|
320
|
+
offline_data_transfer_share_name=self.offline_data_transfer_share_name,
|
|
321
|
+
offline_data_transfer_storage_account_resource_id=self.offline_data_transfer_storage_account_resource_id,
|
|
322
|
+
offline_data_transfer_storage_account_tenant_id=self.offline_data_transfer_storage_account_tenant_id,
|
|
323
|
+
provisioning_state=self.provisioning_state,
|
|
324
|
+
recall_status=self.recall_status,
|
|
325
|
+
server_endpoint_provisioning_status=self.server_endpoint_provisioning_status,
|
|
326
|
+
server_local_path=self.server_local_path,
|
|
327
|
+
server_name=self.server_name,
|
|
328
|
+
server_resource_id=self.server_resource_id,
|
|
329
|
+
sync_status=self.sync_status,
|
|
330
|
+
system_data=self.system_data,
|
|
331
|
+
tier_files_older_than_days=self.tier_files_older_than_days,
|
|
332
|
+
type=self.type,
|
|
333
|
+
volume_free_space_percent=self.volume_free_space_percent)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
def get_server_endpoint(resource_group_name: Optional[str] = None,
|
|
337
|
+
server_endpoint_name: Optional[str] = None,
|
|
338
|
+
storage_sync_service_name: Optional[str] = None,
|
|
339
|
+
sync_group_name: Optional[str] = None,
|
|
340
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServerEndpointResult:
|
|
341
|
+
"""
|
|
342
|
+
Get a ServerEndpoint.
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
346
|
+
:param str server_endpoint_name: Name of Server Endpoint object.
|
|
347
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
348
|
+
:param str sync_group_name: Name of Sync Group resource.
|
|
349
|
+
"""
|
|
350
|
+
__args__ = dict()
|
|
351
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
352
|
+
__args__['serverEndpointName'] = server_endpoint_name
|
|
353
|
+
__args__['storageSyncServiceName'] = storage_sync_service_name
|
|
354
|
+
__args__['syncGroupName'] = sync_group_name
|
|
355
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
356
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagesync/v20220901:getServerEndpoint', __args__, opts=opts, typ=GetServerEndpointResult).value
|
|
357
|
+
|
|
358
|
+
return AwaitableGetServerEndpointResult(
|
|
359
|
+
cloud_tiering=pulumi.get(__ret__, 'cloud_tiering'),
|
|
360
|
+
cloud_tiering_status=pulumi.get(__ret__, 'cloud_tiering_status'),
|
|
361
|
+
friendly_name=pulumi.get(__ret__, 'friendly_name'),
|
|
362
|
+
id=pulumi.get(__ret__, 'id'),
|
|
363
|
+
initial_download_policy=pulumi.get(__ret__, 'initial_download_policy'),
|
|
364
|
+
initial_upload_policy=pulumi.get(__ret__, 'initial_upload_policy'),
|
|
365
|
+
last_operation_name=pulumi.get(__ret__, 'last_operation_name'),
|
|
366
|
+
last_workflow_id=pulumi.get(__ret__, 'last_workflow_id'),
|
|
367
|
+
local_cache_mode=pulumi.get(__ret__, 'local_cache_mode'),
|
|
368
|
+
name=pulumi.get(__ret__, 'name'),
|
|
369
|
+
offline_data_transfer=pulumi.get(__ret__, 'offline_data_transfer'),
|
|
370
|
+
offline_data_transfer_share_name=pulumi.get(__ret__, 'offline_data_transfer_share_name'),
|
|
371
|
+
offline_data_transfer_storage_account_resource_id=pulumi.get(__ret__, 'offline_data_transfer_storage_account_resource_id'),
|
|
372
|
+
offline_data_transfer_storage_account_tenant_id=pulumi.get(__ret__, 'offline_data_transfer_storage_account_tenant_id'),
|
|
373
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
374
|
+
recall_status=pulumi.get(__ret__, 'recall_status'),
|
|
375
|
+
server_endpoint_provisioning_status=pulumi.get(__ret__, 'server_endpoint_provisioning_status'),
|
|
376
|
+
server_local_path=pulumi.get(__ret__, 'server_local_path'),
|
|
377
|
+
server_name=pulumi.get(__ret__, 'server_name'),
|
|
378
|
+
server_resource_id=pulumi.get(__ret__, 'server_resource_id'),
|
|
379
|
+
sync_status=pulumi.get(__ret__, 'sync_status'),
|
|
380
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
381
|
+
tier_files_older_than_days=pulumi.get(__ret__, 'tier_files_older_than_days'),
|
|
382
|
+
type=pulumi.get(__ret__, 'type'),
|
|
383
|
+
volume_free_space_percent=pulumi.get(__ret__, 'volume_free_space_percent'))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
@_utilities.lift_output_func(get_server_endpoint)
|
|
387
|
+
def get_server_endpoint_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
388
|
+
server_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
389
|
+
storage_sync_service_name: Optional[pulumi.Input[str]] = None,
|
|
390
|
+
sync_group_name: Optional[pulumi.Input[str]] = None,
|
|
391
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServerEndpointResult]:
|
|
392
|
+
"""
|
|
393
|
+
Get a ServerEndpoint.
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
397
|
+
:param str server_endpoint_name: Name of Server Endpoint object.
|
|
398
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
399
|
+
:param str sync_group_name: Name of Sync Group resource.
|
|
400
|
+
"""
|
|
401
|
+
...
|
|
@@ -0,0 +1,261 @@
|
|
|
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
|
+
'GetStorageSyncServiceResult',
|
|
15
|
+
'AwaitableGetStorageSyncServiceResult',
|
|
16
|
+
'get_storage_sync_service',
|
|
17
|
+
'get_storage_sync_service_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetStorageSyncServiceResult:
|
|
22
|
+
"""
|
|
23
|
+
Storage Sync Service object.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, identity=None, incoming_traffic_policy=None, last_operation_name=None, last_workflow_id=None, location=None, name=None, private_endpoint_connections=None, provisioning_state=None, storage_sync_service_status=None, storage_sync_service_uid=None, system_data=None, tags=None, type=None, use_identity=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if identity and not isinstance(identity, dict):
|
|
30
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "identity", identity)
|
|
32
|
+
if incoming_traffic_policy and not isinstance(incoming_traffic_policy, str):
|
|
33
|
+
raise TypeError("Expected argument 'incoming_traffic_policy' to be a str")
|
|
34
|
+
pulumi.set(__self__, "incoming_traffic_policy", incoming_traffic_policy)
|
|
35
|
+
if last_operation_name and not isinstance(last_operation_name, str):
|
|
36
|
+
raise TypeError("Expected argument 'last_operation_name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "last_operation_name", last_operation_name)
|
|
38
|
+
if last_workflow_id and not isinstance(last_workflow_id, str):
|
|
39
|
+
raise TypeError("Expected argument 'last_workflow_id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "last_workflow_id", last_workflow_id)
|
|
41
|
+
if location and not isinstance(location, str):
|
|
42
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
43
|
+
pulumi.set(__self__, "location", location)
|
|
44
|
+
if name and not isinstance(name, str):
|
|
45
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
46
|
+
pulumi.set(__self__, "name", name)
|
|
47
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
48
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
49
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
50
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
51
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
53
|
+
if storage_sync_service_status and not isinstance(storage_sync_service_status, int):
|
|
54
|
+
raise TypeError("Expected argument 'storage_sync_service_status' to be a int")
|
|
55
|
+
pulumi.set(__self__, "storage_sync_service_status", storage_sync_service_status)
|
|
56
|
+
if storage_sync_service_uid and not isinstance(storage_sync_service_uid, str):
|
|
57
|
+
raise TypeError("Expected argument 'storage_sync_service_uid' to be a str")
|
|
58
|
+
pulumi.set(__self__, "storage_sync_service_uid", storage_sync_service_uid)
|
|
59
|
+
if system_data and not isinstance(system_data, dict):
|
|
60
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
62
|
+
if tags and not isinstance(tags, dict):
|
|
63
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "tags", tags)
|
|
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
|
+
if use_identity and not isinstance(use_identity, bool):
|
|
69
|
+
raise TypeError("Expected argument 'use_identity' to be a bool")
|
|
70
|
+
pulumi.set(__self__, "use_identity", use_identity)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def id(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "id")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
83
|
+
"""
|
|
84
|
+
managed identities for the Storage Sync service to interact with other Azure services without maintaining any secrets or credentials in code.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "identity")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="incomingTrafficPolicy")
|
|
90
|
+
def incoming_traffic_policy(self) -> Optional[str]:
|
|
91
|
+
"""
|
|
92
|
+
Incoming Traffic Policy
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "incoming_traffic_policy")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="lastOperationName")
|
|
98
|
+
def last_operation_name(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
Resource Last Operation Name
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "last_operation_name")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="lastWorkflowId")
|
|
106
|
+
def last_workflow_id(self) -> str:
|
|
107
|
+
"""
|
|
108
|
+
StorageSyncService lastWorkflowId
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "last_workflow_id")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def location(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
The geo-location where the resource lives
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "location")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def name(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
The name of the resource
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "name")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
130
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
131
|
+
"""
|
|
132
|
+
List of private endpoint connection associated with the specified storage sync service
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="provisioningState")
|
|
138
|
+
def provisioning_state(self) -> str:
|
|
139
|
+
"""
|
|
140
|
+
StorageSyncService Provisioning State
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "provisioning_state")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="storageSyncServiceStatus")
|
|
146
|
+
def storage_sync_service_status(self) -> int:
|
|
147
|
+
"""
|
|
148
|
+
Storage Sync service status.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "storage_sync_service_status")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="storageSyncServiceUid")
|
|
154
|
+
def storage_sync_service_uid(self) -> str:
|
|
155
|
+
"""
|
|
156
|
+
Storage Sync service Uid
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "storage_sync_service_uid")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="systemData")
|
|
162
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
163
|
+
"""
|
|
164
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "system_data")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
171
|
+
"""
|
|
172
|
+
Resource tags.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "tags")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter
|
|
178
|
+
def type(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "type")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="useIdentity")
|
|
186
|
+
def use_identity(self) -> bool:
|
|
187
|
+
"""
|
|
188
|
+
Use Identity authorization when customer have finished setup RBAC permissions.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "use_identity")
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class AwaitableGetStorageSyncServiceResult(GetStorageSyncServiceResult):
|
|
194
|
+
# pylint: disable=using-constant-test
|
|
195
|
+
def __await__(self):
|
|
196
|
+
if False:
|
|
197
|
+
yield self
|
|
198
|
+
return GetStorageSyncServiceResult(
|
|
199
|
+
id=self.id,
|
|
200
|
+
identity=self.identity,
|
|
201
|
+
incoming_traffic_policy=self.incoming_traffic_policy,
|
|
202
|
+
last_operation_name=self.last_operation_name,
|
|
203
|
+
last_workflow_id=self.last_workflow_id,
|
|
204
|
+
location=self.location,
|
|
205
|
+
name=self.name,
|
|
206
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
207
|
+
provisioning_state=self.provisioning_state,
|
|
208
|
+
storage_sync_service_status=self.storage_sync_service_status,
|
|
209
|
+
storage_sync_service_uid=self.storage_sync_service_uid,
|
|
210
|
+
system_data=self.system_data,
|
|
211
|
+
tags=self.tags,
|
|
212
|
+
type=self.type,
|
|
213
|
+
use_identity=self.use_identity)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
def get_storage_sync_service(resource_group_name: Optional[str] = None,
|
|
217
|
+
storage_sync_service_name: Optional[str] = None,
|
|
218
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageSyncServiceResult:
|
|
219
|
+
"""
|
|
220
|
+
Get a given StorageSyncService.
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
224
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
225
|
+
"""
|
|
226
|
+
__args__ = dict()
|
|
227
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
228
|
+
__args__['storageSyncServiceName'] = storage_sync_service_name
|
|
229
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
230
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagesync/v20220901:getStorageSyncService', __args__, opts=opts, typ=GetStorageSyncServiceResult).value
|
|
231
|
+
|
|
232
|
+
return AwaitableGetStorageSyncServiceResult(
|
|
233
|
+
id=pulumi.get(__ret__, 'id'),
|
|
234
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
235
|
+
incoming_traffic_policy=pulumi.get(__ret__, 'incoming_traffic_policy'),
|
|
236
|
+
last_operation_name=pulumi.get(__ret__, 'last_operation_name'),
|
|
237
|
+
last_workflow_id=pulumi.get(__ret__, 'last_workflow_id'),
|
|
238
|
+
location=pulumi.get(__ret__, 'location'),
|
|
239
|
+
name=pulumi.get(__ret__, 'name'),
|
|
240
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
241
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
242
|
+
storage_sync_service_status=pulumi.get(__ret__, 'storage_sync_service_status'),
|
|
243
|
+
storage_sync_service_uid=pulumi.get(__ret__, 'storage_sync_service_uid'),
|
|
244
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
245
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
246
|
+
type=pulumi.get(__ret__, 'type'),
|
|
247
|
+
use_identity=pulumi.get(__ret__, 'use_identity'))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
@_utilities.lift_output_func(get_storage_sync_service)
|
|
251
|
+
def get_storage_sync_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
storage_sync_service_name: Optional[pulumi.Input[str]] = None,
|
|
253
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStorageSyncServiceResult]:
|
|
254
|
+
"""
|
|
255
|
+
Get a given StorageSyncService.
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
259
|
+
:param str storage_sync_service_name: Name of Storage Sync Service resource.
|
|
260
|
+
"""
|
|
261
|
+
...
|