pulumi-azure-native 3.1.0a1744113715__py3-none-any.whl → 3.2.0a1744649622__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 +20 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/__init__.py +10 -0
- pulumi_azure_native/cognitiveservices/_enums.py +153 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
- pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
- pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
- pulumi_azure_native/cognitiveservices/get_project.py +223 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
- pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
- pulumi_azure_native/cognitiveservices/project.py +332 -0
- pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
- pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
- pulumi_azure_native/communication/__init__.py +2 -0
- pulumi_azure_native/communication/get_smtp_username.py +195 -0
- pulumi_azure_native/communication/smtp_username.py +294 -0
- pulumi_azure_native/compute/_enums.py +1 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +9 -0
- pulumi_azure_native/containerinstance/_inputs.py +82 -2
- pulumi_azure_native/containerinstance/cg_profile.py +835 -0
- pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
- pulumi_azure_native/containerinstance/outputs.py +169 -2
- pulumi_azure_native/containerregistry/agent_pool.py +5 -1
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_task.py +4 -0
- pulumi_azure_native/containerregistry/get_task_run.py +4 -0
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
- pulumi_azure_native/containerregistry/list_task_details.py +4 -0
- pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/task.py +5 -1
- pulumi_azure_native/containerregistry/task_run.py +5 -1
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +5 -1
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datareplication/__init__.py +6 -0
- pulumi_azure_native/datareplication/_enums.py +23 -0
- pulumi_azure_native/datareplication/_inputs.py +1005 -18
- pulumi_azure_native/datareplication/fabric_agent.py +234 -0
- pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
- pulumi_azure_native/datareplication/outputs.py +1063 -33
- pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
- pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
- pulumi_azure_native/devcenter/__init__.py +1 -0
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devhub/__init__.py +1 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
- pulumi_azure_native/durabletask/__init__.py +3 -0
- pulumi_azure_native/durabletask/_enums.py +31 -0
- pulumi_azure_native/durabletask/_inputs.py +96 -0
- pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
- pulumi_azure_native/durabletask/get_scheduler.py +4 -0
- pulumi_azure_native/durabletask/get_task_hub.py +4 -0
- pulumi_azure_native/durabletask/outputs.py +109 -0
- pulumi_azure_native/durabletask/retention_policy.py +215 -0
- pulumi_azure_native/durabletask/scheduler.py +5 -1
- pulumi_azure_native/durabletask/task_hub.py +5 -1
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
- pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
- pulumi_azure_native/marketplace/private_store_collection.py +5 -1
- pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
- pulumi_azure_native/migrate/__init__.py +14 -0
- pulumi_azure_native/migrate/_enums.py +802 -16
- pulumi_azure_native/migrate/_inputs.py +2569 -116
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
- pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
- pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/outputs.py +2518 -164
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +2 -0
- pulumi_azure_native/netapp/_inputs.py +212 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +212 -0
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/powerplatform/_inputs.py +5 -63
- pulumi_azure_native/powerplatform/outputs.py +3 -56
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/servicefabric/application.py +5 -1
- pulumi_azure_native/servicefabric/application_type.py +5 -1
- pulumi_azure_native/servicefabric/application_type_version.py +5 -1
- pulumi_azure_native/servicefabric/get_application.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_service.py +4 -0
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +5 -1
- pulumi_azure_native/storageactions/_inputs.py +10 -10
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +21 -0
- pulumi_azure_native/storagecache/auto_export_job.py +504 -0
- pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,504 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['AutoExportJobArgs', 'AutoExportJob']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class AutoExportJobArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
aml_filesystem_name: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
admin_status: Optional[pulumi.Input[Union[str, 'AutoExportJobAdminStatus']]] = None,
|
|
27
|
+
auto_export_job_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
auto_export_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
29
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
state: Optional[pulumi.Input[Union[str, 'AutoExportStatusType']]] = None,
|
|
31
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a AutoExportJob resource.
|
|
34
|
+
:param pulumi.Input[str] aml_filesystem_name: Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
|
+
:param pulumi.Input[Union[str, 'AutoExportJobAdminStatus']] admin_status: The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
|
|
37
|
+
:param pulumi.Input[str] auto_export_job_name: Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] auto_export_prefixes: An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
|
|
39
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
40
|
+
:param pulumi.Input[Union[str, 'AutoExportStatusType']] state: The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
|
|
41
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
42
|
+
"""
|
|
43
|
+
pulumi.set(__self__, "aml_filesystem_name", aml_filesystem_name)
|
|
44
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
45
|
+
if admin_status is None:
|
|
46
|
+
admin_status = 'Enable'
|
|
47
|
+
if admin_status is not None:
|
|
48
|
+
pulumi.set(__self__, "admin_status", admin_status)
|
|
49
|
+
if auto_export_job_name is not None:
|
|
50
|
+
pulumi.set(__self__, "auto_export_job_name", auto_export_job_name)
|
|
51
|
+
if auto_export_prefixes is not None:
|
|
52
|
+
pulumi.set(__self__, "auto_export_prefixes", auto_export_prefixes)
|
|
53
|
+
if location is not None:
|
|
54
|
+
pulumi.set(__self__, "location", location)
|
|
55
|
+
if state is not None:
|
|
56
|
+
pulumi.set(__self__, "state", state)
|
|
57
|
+
if tags is not None:
|
|
58
|
+
pulumi.set(__self__, "tags", tags)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="amlFilesystemName")
|
|
62
|
+
def aml_filesystem_name(self) -> pulumi.Input[str]:
|
|
63
|
+
"""
|
|
64
|
+
Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "aml_filesystem_name")
|
|
67
|
+
|
|
68
|
+
@aml_filesystem_name.setter
|
|
69
|
+
def aml_filesystem_name(self, value: pulumi.Input[str]):
|
|
70
|
+
pulumi.set(self, "aml_filesystem_name", value)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="resourceGroupName")
|
|
74
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
75
|
+
"""
|
|
76
|
+
The name of the resource group. The name is case insensitive.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "resource_group_name")
|
|
79
|
+
|
|
80
|
+
@resource_group_name.setter
|
|
81
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
82
|
+
pulumi.set(self, "resource_group_name", value)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="adminStatus")
|
|
86
|
+
def admin_status(self) -> Optional[pulumi.Input[Union[str, 'AutoExportJobAdminStatus']]]:
|
|
87
|
+
"""
|
|
88
|
+
The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "admin_status")
|
|
91
|
+
|
|
92
|
+
@admin_status.setter
|
|
93
|
+
def admin_status(self, value: Optional[pulumi.Input[Union[str, 'AutoExportJobAdminStatus']]]):
|
|
94
|
+
pulumi.set(self, "admin_status", value)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="autoExportJobName")
|
|
98
|
+
def auto_export_job_name(self) -> Optional[pulumi.Input[str]]:
|
|
99
|
+
"""
|
|
100
|
+
Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "auto_export_job_name")
|
|
103
|
+
|
|
104
|
+
@auto_export_job_name.setter
|
|
105
|
+
def auto_export_job_name(self, value: Optional[pulumi.Input[str]]):
|
|
106
|
+
pulumi.set(self, "auto_export_job_name", value)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="autoExportPrefixes")
|
|
110
|
+
def auto_export_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
111
|
+
"""
|
|
112
|
+
An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "auto_export_prefixes")
|
|
115
|
+
|
|
116
|
+
@auto_export_prefixes.setter
|
|
117
|
+
def auto_export_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
118
|
+
pulumi.set(self, "auto_export_prefixes", value)
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
123
|
+
"""
|
|
124
|
+
The geo-location where the resource lives
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "location")
|
|
127
|
+
|
|
128
|
+
@location.setter
|
|
129
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
130
|
+
pulumi.set(self, "location", value)
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'AutoExportStatusType']]]:
|
|
135
|
+
"""
|
|
136
|
+
The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "state")
|
|
139
|
+
|
|
140
|
+
@state.setter
|
|
141
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'AutoExportStatusType']]]):
|
|
142
|
+
pulumi.set(self, "state", value)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter
|
|
146
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
147
|
+
"""
|
|
148
|
+
Resource tags.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "tags")
|
|
151
|
+
|
|
152
|
+
@tags.setter
|
|
153
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
154
|
+
pulumi.set(self, "tags", value)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
class AutoExportJob(pulumi.CustomResource):
|
|
158
|
+
@overload
|
|
159
|
+
def __init__(__self__,
|
|
160
|
+
resource_name: str,
|
|
161
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
162
|
+
admin_status: Optional[pulumi.Input[Union[str, 'AutoExportJobAdminStatus']]] = None,
|
|
163
|
+
aml_filesystem_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
auto_export_job_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
auto_export_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
166
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
state: Optional[pulumi.Input[Union[str, 'AutoExportStatusType']]] = None,
|
|
169
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
170
|
+
__props__=None):
|
|
171
|
+
"""
|
|
172
|
+
An auto export job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
|
|
173
|
+
|
|
174
|
+
Uses Azure REST API version 2024-07-01.
|
|
175
|
+
|
|
176
|
+
:param str resource_name: The name of the resource.
|
|
177
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
178
|
+
:param pulumi.Input[Union[str, 'AutoExportJobAdminStatus']] admin_status: The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
|
|
179
|
+
:param pulumi.Input[str] aml_filesystem_name: Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
180
|
+
:param pulumi.Input[str] auto_export_job_name: Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
|
|
181
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] auto_export_prefixes: An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
|
|
182
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
183
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
184
|
+
:param pulumi.Input[Union[str, 'AutoExportStatusType']] state: The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
|
|
185
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
186
|
+
"""
|
|
187
|
+
...
|
|
188
|
+
@overload
|
|
189
|
+
def __init__(__self__,
|
|
190
|
+
resource_name: str,
|
|
191
|
+
args: AutoExportJobArgs,
|
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
193
|
+
"""
|
|
194
|
+
An auto export job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
|
|
195
|
+
|
|
196
|
+
Uses Azure REST API version 2024-07-01.
|
|
197
|
+
|
|
198
|
+
:param str resource_name: The name of the resource.
|
|
199
|
+
:param AutoExportJobArgs args: The arguments to use to populate this resource's properties.
|
|
200
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
201
|
+
"""
|
|
202
|
+
...
|
|
203
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
204
|
+
resource_args, opts = _utilities.get_resource_args_opts(AutoExportJobArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
205
|
+
if resource_args is not None:
|
|
206
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
207
|
+
else:
|
|
208
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
209
|
+
|
|
210
|
+
def _internal_init(__self__,
|
|
211
|
+
resource_name: str,
|
|
212
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
213
|
+
admin_status: Optional[pulumi.Input[Union[str, 'AutoExportJobAdminStatus']]] = None,
|
|
214
|
+
aml_filesystem_name: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
auto_export_job_name: Optional[pulumi.Input[str]] = None,
|
|
216
|
+
auto_export_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
217
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
219
|
+
state: Optional[pulumi.Input[Union[str, 'AutoExportStatusType']]] = None,
|
|
220
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
221
|
+
__props__=None):
|
|
222
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
223
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
224
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
225
|
+
if opts.id is None:
|
|
226
|
+
if __props__ is not None:
|
|
227
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
228
|
+
__props__ = AutoExportJobArgs.__new__(AutoExportJobArgs)
|
|
229
|
+
|
|
230
|
+
if admin_status is None:
|
|
231
|
+
admin_status = 'Enable'
|
|
232
|
+
__props__.__dict__["admin_status"] = admin_status
|
|
233
|
+
if aml_filesystem_name is None and not opts.urn:
|
|
234
|
+
raise TypeError("Missing required property 'aml_filesystem_name'")
|
|
235
|
+
__props__.__dict__["aml_filesystem_name"] = aml_filesystem_name
|
|
236
|
+
__props__.__dict__["auto_export_job_name"] = auto_export_job_name
|
|
237
|
+
__props__.__dict__["auto_export_prefixes"] = auto_export_prefixes
|
|
238
|
+
__props__.__dict__["location"] = location
|
|
239
|
+
if resource_group_name is None and not opts.urn:
|
|
240
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
241
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
242
|
+
__props__.__dict__["state"] = state
|
|
243
|
+
__props__.__dict__["tags"] = tags
|
|
244
|
+
__props__.__dict__["azure_api_version"] = None
|
|
245
|
+
__props__.__dict__["current_iteration_files_discovered"] = None
|
|
246
|
+
__props__.__dict__["current_iteration_files_exported"] = None
|
|
247
|
+
__props__.__dict__["current_iteration_files_failed"] = None
|
|
248
|
+
__props__.__dict__["current_iteration_mi_b_discovered"] = None
|
|
249
|
+
__props__.__dict__["current_iteration_mi_b_exported"] = None
|
|
250
|
+
__props__.__dict__["export_iteration_count"] = None
|
|
251
|
+
__props__.__dict__["last_completion_time_utc"] = None
|
|
252
|
+
__props__.__dict__["last_started_time_utc"] = None
|
|
253
|
+
__props__.__dict__["last_successful_iteration_completion_time_utc"] = None
|
|
254
|
+
__props__.__dict__["name"] = None
|
|
255
|
+
__props__.__dict__["provisioning_state"] = None
|
|
256
|
+
__props__.__dict__["status_code"] = None
|
|
257
|
+
__props__.__dict__["status_message"] = None
|
|
258
|
+
__props__.__dict__["system_data"] = None
|
|
259
|
+
__props__.__dict__["total_files_exported"] = None
|
|
260
|
+
__props__.__dict__["total_files_failed"] = None
|
|
261
|
+
__props__.__dict__["total_mi_b_exported"] = None
|
|
262
|
+
__props__.__dict__["type"] = None
|
|
263
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagecache/v20240701:AutoExportJob")])
|
|
264
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
265
|
+
super(AutoExportJob, __self__).__init__(
|
|
266
|
+
'azure-native:storagecache:AutoExportJob',
|
|
267
|
+
resource_name,
|
|
268
|
+
__props__,
|
|
269
|
+
opts)
|
|
270
|
+
|
|
271
|
+
@staticmethod
|
|
272
|
+
def get(resource_name: str,
|
|
273
|
+
id: pulumi.Input[str],
|
|
274
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'AutoExportJob':
|
|
275
|
+
"""
|
|
276
|
+
Get an existing AutoExportJob resource's state with the given name, id, and optional extra
|
|
277
|
+
properties used to qualify the lookup.
|
|
278
|
+
|
|
279
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
280
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
281
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
+
"""
|
|
283
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
284
|
+
|
|
285
|
+
__props__ = AutoExportJobArgs.__new__(AutoExportJobArgs)
|
|
286
|
+
|
|
287
|
+
__props__.__dict__["admin_status"] = None
|
|
288
|
+
__props__.__dict__["auto_export_prefixes"] = None
|
|
289
|
+
__props__.__dict__["azure_api_version"] = None
|
|
290
|
+
__props__.__dict__["current_iteration_files_discovered"] = None
|
|
291
|
+
__props__.__dict__["current_iteration_files_exported"] = None
|
|
292
|
+
__props__.__dict__["current_iteration_files_failed"] = None
|
|
293
|
+
__props__.__dict__["current_iteration_mi_b_discovered"] = None
|
|
294
|
+
__props__.__dict__["current_iteration_mi_b_exported"] = None
|
|
295
|
+
__props__.__dict__["export_iteration_count"] = None
|
|
296
|
+
__props__.__dict__["last_completion_time_utc"] = None
|
|
297
|
+
__props__.__dict__["last_started_time_utc"] = None
|
|
298
|
+
__props__.__dict__["last_successful_iteration_completion_time_utc"] = None
|
|
299
|
+
__props__.__dict__["location"] = None
|
|
300
|
+
__props__.__dict__["name"] = None
|
|
301
|
+
__props__.__dict__["provisioning_state"] = None
|
|
302
|
+
__props__.__dict__["state"] = None
|
|
303
|
+
__props__.__dict__["status_code"] = None
|
|
304
|
+
__props__.__dict__["status_message"] = None
|
|
305
|
+
__props__.__dict__["system_data"] = None
|
|
306
|
+
__props__.__dict__["tags"] = None
|
|
307
|
+
__props__.__dict__["total_files_exported"] = None
|
|
308
|
+
__props__.__dict__["total_files_failed"] = None
|
|
309
|
+
__props__.__dict__["total_mi_b_exported"] = None
|
|
310
|
+
__props__.__dict__["type"] = None
|
|
311
|
+
return AutoExportJob(resource_name, opts=opts, __props__=__props__)
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="adminStatus")
|
|
315
|
+
def admin_status(self) -> pulumi.Output[Optional[str]]:
|
|
316
|
+
"""
|
|
317
|
+
The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "admin_status")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="autoExportPrefixes")
|
|
323
|
+
def auto_export_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
324
|
+
"""
|
|
325
|
+
An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "auto_export_prefixes")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="azureApiVersion")
|
|
331
|
+
def azure_api_version(self) -> pulumi.Output[str]:
|
|
332
|
+
"""
|
|
333
|
+
The Azure API version of the resource.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "azure_api_version")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="currentIterationFilesDiscovered")
|
|
339
|
+
def current_iteration_files_discovered(self) -> pulumi.Output[float]:
|
|
340
|
+
"""
|
|
341
|
+
Files discovered for export in current iteration. It may increase while more export items are found.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "current_iteration_files_discovered")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="currentIterationFilesExported")
|
|
347
|
+
def current_iteration_files_exported(self) -> pulumi.Output[float]:
|
|
348
|
+
"""
|
|
349
|
+
Files that have been exported in current iteration.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "current_iteration_files_exported")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter(name="currentIterationFilesFailed")
|
|
355
|
+
def current_iteration_files_failed(self) -> pulumi.Output[float]:
|
|
356
|
+
"""
|
|
357
|
+
Files failed to export in current iteration.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "current_iteration_files_failed")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="currentIterationMiBDiscovered")
|
|
363
|
+
def current_iteration_mi_b_discovered(self) -> pulumi.Output[float]:
|
|
364
|
+
"""
|
|
365
|
+
Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "current_iteration_mi_b_discovered")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="currentIterationMiBExported")
|
|
371
|
+
def current_iteration_mi_b_exported(self) -> pulumi.Output[float]:
|
|
372
|
+
"""
|
|
373
|
+
Data (in MiB) that have been exported in current iteration.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "current_iteration_mi_b_exported")
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="exportIterationCount")
|
|
379
|
+
def export_iteration_count(self) -> pulumi.Output[int]:
|
|
380
|
+
"""
|
|
381
|
+
Number of iterations completed since the start of the export.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "export_iteration_count")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="lastCompletionTimeUTC")
|
|
387
|
+
def last_completion_time_utc(self) -> pulumi.Output[str]:
|
|
388
|
+
"""
|
|
389
|
+
The time (in UTC) of the last completed auto export job.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "last_completion_time_utc")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="lastStartedTimeUTC")
|
|
395
|
+
def last_started_time_utc(self) -> pulumi.Output[str]:
|
|
396
|
+
"""
|
|
397
|
+
The time (in UTC) the latest auto export job started.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "last_started_time_utc")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="lastSuccessfulIterationCompletionTimeUTC")
|
|
403
|
+
def last_successful_iteration_completion_time_utc(self) -> pulumi.Output[str]:
|
|
404
|
+
"""
|
|
405
|
+
Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "last_successful_iteration_completion_time_utc")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter
|
|
411
|
+
def location(self) -> pulumi.Output[str]:
|
|
412
|
+
"""
|
|
413
|
+
The geo-location where the resource lives
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "location")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter
|
|
419
|
+
def name(self) -> pulumi.Output[str]:
|
|
420
|
+
"""
|
|
421
|
+
The name of the resource
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "name")
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter(name="provisioningState")
|
|
427
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
428
|
+
"""
|
|
429
|
+
ARM provisioning state.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "provisioning_state")
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def state(self) -> pulumi.Output[Optional[str]]:
|
|
436
|
+
"""
|
|
437
|
+
The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "state")
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter(name="statusCode")
|
|
443
|
+
def status_code(self) -> pulumi.Output[str]:
|
|
444
|
+
"""
|
|
445
|
+
Server-defined status code for auto export job.
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "status_code")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="statusMessage")
|
|
451
|
+
def status_message(self) -> pulumi.Output[str]:
|
|
452
|
+
"""
|
|
453
|
+
Server-defined status message for auto export job.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "status_message")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="systemData")
|
|
459
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
460
|
+
"""
|
|
461
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "system_data")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter
|
|
467
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
468
|
+
"""
|
|
469
|
+
Resource tags.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "tags")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="totalFilesExported")
|
|
475
|
+
def total_files_exported(self) -> pulumi.Output[float]:
|
|
476
|
+
"""
|
|
477
|
+
Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "total_files_exported")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="totalFilesFailed")
|
|
483
|
+
def total_files_failed(self) -> pulumi.Output[float]:
|
|
484
|
+
"""
|
|
485
|
+
Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "total_files_failed")
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter(name="totalMiBExported")
|
|
491
|
+
def total_mi_b_exported(self) -> pulumi.Output[float]:
|
|
492
|
+
"""
|
|
493
|
+
Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "total_mi_b_exported")
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter
|
|
499
|
+
def type(self) -> pulumi.Output[str]:
|
|
500
|
+
"""
|
|
501
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "type")
|
|
504
|
+
|