Home
last modified time | relevance | path

Searched defs:workspace_name (Results 1 – 25 of 120) sorted by relevance

12345

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/synapse/operations/
H A Dartifacts.py22 def list_linked_service(cmd, workspace_name): argument
45 def list_datasets(cmd, workspace_name): argument
50 def get_dataset(cmd, workspace_name, dataset_name): argument
68 def list_pipelines(cmd, workspace_name): argument
73 def get_pipeline(cmd, workspace_name, pipeline_name): argument
107 def get_pipeline_run(cmd, workspace_name, run_id): argument
128 def list_triggers(cmd, workspace_name): argument
133 def get_trigger(cmd, workspace_name, trigger_name): argument
196 def list_data_flows(cmd, workspace_name): argument
255 def list_notebooks(cmd, workspace_name): argument
[all …]
H A Daccesscontrol.py16 def list_role_assignments(cmd, workspace_name, role=None, assignee=None, assignee_object_id=None, argument
28 def _list_role_assignments(cmd, workspace_name, role=None, assignee=None, scope=None, argument
41 def get_role_assignment_by_id(cmd, workspace_name, role_assignment_id): argument
47 def delete_role_assignment(cmd, workspace_name, ids=None, assignee=None, assignee_object_id=None, r… argument
82 def create_role_assignment(cmd, workspace_name, role, assignee=None, assignee_object_id=None, argument
156 def _create_role_assignment(cmd, workspace_name, role, assignee, scope=None, item=None, item_type=N… argument
168 def _build_role_scope(workspace_name, scope, item, item_type): argument
181 def _resolve_role_id(cmd, role, workspace_name): argument
203 def list_scopes(cmd, workspace_name): argument
209 def list_role_definitions(cmd, workspace_name, is_built_in=None): argument
[all …]
H A Dspark.py10 from ..constant import DOTNET_CLASS, DOTNET_FILE, SPARK_DOTNET_UDFS_FOLDER_NAME, EXECUTOR_SIZE, \
21 def cancel_spark_batch_job(cmd, job_id, workspace_name, spark_pool_name):
27 client = cf_synapse_spark_batch(cmd.cli_ctx, workspace_name, spark_pool_name)
33 command_line_arguments=None,
H A Dsparkpool.py17 def create_spark_pool(cmd, client, resource_group_name, workspace_name, spark_pool_name,
21 enable_auto_pause=None, delay=None, spark_events_folder="/events",
26 location = workspace_object.location
27
28 big_data_pool_info = BigDataPoolResourceInfo(location=location, spark_version=spark_version, node_…
31 spark_log_folder=spark_log_folder, tags=tags)
93 …existing_spark_pool.custom_libraries = [library for library in existing_spark_pool.custom_librarie…
99 def delete_spark_pool(cmd, client, resource_group_name, workspace_name, spark_pool_name, no_wait=Fa…
H A Dworkspace.py20 def create_workspace(cmd, client, resource_group_name, workspace_name, storage_account, file_system, argument
85 def update_workspace(cmd, client, resource_group_name, workspace_name, sql_admin_login_password=Non… argument
128 def get_resource_group_by_workspace_name(cmd, client, workspace_name): argument
141 def create_firewall_rule(cmd, client, resource_group_name, workspace_name, rule_name, start_ip_addr… argument
148 def update_firewall_rule(cmd, client, resource_group_name, workspace_name, rule_name, start_ip_addr… argument
161 def create_workspace_key(cmd, client, resource_group_name, workspace_name, key_name, key_identifier… argument
166 def activate_workspace(cmd, client, resource_group_name, workspace_name, key_name, key_identifier, … argument
171 def grant_sql_access_to_managed_identity(cmd, client, resource_group_name, workspace_name, no_wait=… argument
177 def revoke_sql_access_to_managed_identity(cmd, client, resource_group_name, workspace_name, no_wait… argument
H A Dintegrationruntime.py11 def create(cmd, client, resource_group_name, workspace_name, integration_runtime_name, integration_… argument
30 def Managed_Create(cmd, client, resource_group_name, workspace_name, integration_runtime_name, argument
48 def Selfhosted_Create(cmd, client, resource_group_name, workspace_name, integration_runtime_name, argument
58 def regenerate(cmd, client, resource_group_name, workspace_name, integration_runtime_name, key_name… argument
65 def update(cmd, client, resource_group_name, workspace_name, integration_runtime_name, auto_update, argument
/dports/devel/py-azure-mgmt-synapse/azure-mgmt-synapse-2.0.0/azure/mgmt/synapse/operations/
H A D_integration_runtimes_operations.py53 workspace_name, # type: str argument
127 workspace_name, # type: str argument
202 workspace_name, # type: str argument
264 workspace_name, # type: str argument
348 workspace_name, # type: str argument
396 workspace_name, # type: str argument
468 workspace_name, # type: str argument
531 workspace_name, # type: str argument
609 workspace_name, # type: str argument
662 workspace_name, # type: str argument
[all …]
H A D_sql_pools_operations.py53 workspace_name, # type: str argument
119 workspace_name, # type: str argument
195 workspace_name, # type: str argument
254 workspace_name, # type: str argument
333 workspace_name, # type: str argument
389 workspace_name, # type: str argument
464 workspace_name, # type: str argument
542 workspace_name, # type: str argument
595 workspace_name, # type: str argument
670 workspace_name, # type: str argument
[all …]
H A D_ip_firewall_rules_operations.py53 workspace_name, # type: str argument
129 workspace_name, # type: str argument
190 workspace_name, # type: str argument
267 workspace_name, # type: str argument
320 workspace_name, # type: str argument
393 workspace_name, # type: str argument
457 workspace_name, # type: str argument
514 workspace_name, # type: str argument
H A D_big_data_pools_operations.py53 workspace_name, # type: str argument
119 workspace_name, # type: str argument
193 workspace_name, # type: str argument
257 workspace_name, # type: str argument
340 workspace_name, # type: str argument
396 workspace_name, # type: str argument
471 workspace_name, # type: str argument
H A D_workspace_aad_admins_operations.py52 workspace_name, # type: str argument
112 workspace_name, # type: str argument
171 workspace_name, # type: str argument
243 workspace_name, # type: str argument
289 workspace_name, # type: str argument
H A D_workspace_sql_aad_admins_operations.py52 workspace_name, # type: str argument
112 workspace_name, # type: str argument
171 workspace_name, # type: str argument
243 workspace_name, # type: str argument
289 workspace_name, # type: str argument
H A D_private_endpoint_connections_operations.py53 workspace_name, # type: str argument
117 workspace_name, # type: str argument
178 workspace_name, # type: str argument
255 workspace_name, # type: str argument
308 workspace_name, # type: str argument
381 workspace_name, # type: str argument
H A D_workspace_managed_sql_server_encryption_protector_operations.py53 workspace_name, # type: str argument
119 workspace_name, # type: str argument
178 workspace_name, # type: str argument
257 workspace_name, # type: str argument
334 workspace_name, # type: str argument
379 workspace_name, # type: str argument
H A D_workspaces_operations.py125 workspace_name, # type: str argument
185 workspace_name, # type: str argument
244 workspace_name, # type: str argument
316 workspace_name, # type: str argument
375 workspace_name, # type: str argument
447 workspace_name, # type: str argument
501 workspace_name, # type: str argument
H A D_sql_pool_sensitivity_labels_operations.py51 workspace_name, # type: str argument
138 workspace_name, # type: str argument
204 workspace_name, # type: str argument
302 workspace_name, # type: str argument
391 workspace_name, # type: str argument
463 workspace_name, # type: str argument
542 workspace_name, # type: str argument
615 workspace_name, # type: str argument
H A D_sql_pool_workload_group_operations.py53 workspace_name, # type: str argument
122 workspace_name, # type: str argument
185 workspace_name, # type: str argument
269 workspace_name, # type: str argument
316 workspace_name, # type: str argument
393 workspace_name, # type: str argument
H A D_sql_pool_restore_points_operations.py53 workspace_name, # type: str argument
135 workspace_name, # type: str argument
196 workspace_name, # type: str argument
273 workspace_name, # type: str argument
340 workspace_name, # type: str argument
/dports/devel/py-azure-mgmt-batchai/azure-mgmt-batchai-7.0.0b1/azure/mgmt/batchai/operations/
H A D_clusters_operations.py53 workspace_name, # type: str argument
111 workspace_name, # type: str argument
192 workspace_name, # type: str argument
267 workspace_name, # type: str argument
314 workspace_name, # type: str argument
388 workspace_name, # type: str argument
455 workspace_name, # type: str argument
538 workspace_name, # type: str argument
H A D_jobs_operations.py53 workspace_name, # type: str argument
145 workspace_name, # type: str argument
205 workspace_name, # type: str argument
293 workspace_name, # type: str argument
342 workspace_name, # type: str argument
423 workspace_name, # type: str argument
496 workspace_name, # type: str argument
606 workspace_name, # type: str argument
696 workspace_name, # type: str argument
745 workspace_name, # type: str argument
H A D_experiments_operations.py53 workspace_name, # type: str argument
139 workspace_name, # type: str argument
191 workspace_name, # type: str argument
268 workspace_name, # type: str argument
315 workspace_name, # type: str argument
389 workspace_name, # type: str argument
H A D_workspaces_operations.py209 workspace_name, # type: str argument
265 workspace_name, # type: str argument
339 workspace_name, # type: str argument
408 workspace_name, # type: str argument
453 workspace_name, # type: str argument
520 workspace_name, # type: str argument
/dports/devel/py-azure-mgmt-loganalytics/azure-mgmt-loganalytics-11.0.0/azure/mgmt/loganalytics/operations/
H A D_linked_services_operations.py53 workspace_name, # type: str argument
114 workspace_name, # type: str argument
191 workspace_name, # type: str argument
243 workspace_name, # type: str argument
316 workspace_name, # type: str argument
379 workspace_name, # type: str argument
H A D_saved_searches_operations.py50 workspace_name, # type: str argument
108 workspace_name, # type: str argument
179 workspace_name, # type: str argument
242 workspace_name, # type: str argument
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/operations/
H A Dlog_analytics_linked_storage_account.py7 …create_log_analytics_workspace_linked_storage_accounts(client, resource_group_name, workspace_name, argument
17 def add_log_analytics_workspace_linked_storage_accounts(client, resource_group_name, workspace_name, argument
29 …remove_log_analytics_workspace_linked_storage_accounts(client, resource_group_name, workspace_name, argument

12345