Freigeben über


MachineLearningWorkspaceResource Klasse

Definition

Eine Klasse, die einen MachineLearningWorkspace zusammen mit den instance Vorgängen darstellt, die darauf ausgeführt werden können. Wenn Sie über einen ResourceIdentifier verfügen, können Sie eine MachineLearningWorkspaceResource aus einer instance ArmClient der GetMachineLearningWorkspaceResource-Methode erstellen. Andernfalls können Sie eine von der übergeordneten Ressource ResourceGroupResource mithilfe der GetMachineLearningWorkspace-Methode abrufen.

public class MachineLearningWorkspaceResource : Azure.ResourceManager.ArmResource
type MachineLearningWorkspaceResource = class
    inherit ArmResource
Public Class MachineLearningWorkspaceResource
Inherits ArmResource
Vererbung
MachineLearningWorkspaceResource

Konstruktoren

MachineLearningWorkspaceResource()

Initialisiert eine neue instance der -Klasse für die MachineLearningWorkspaceResource Simulation.

Felder

ResourceType

Ruft den Ressourcentyp für die Vorgänge ab.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmResource)
Data

Ruft die Daten ab, die dieses Feature darstellen.

Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
HasData

Ruft ab, ob der aktuelle instance Über Daten verfügt oder nicht.

Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmResource)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmResource)

Methoden

AddTag(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Get
AddTagAsync(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Get
CanUseTagResource(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CanUseTagResourceAsync(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CreateResourceIdentifier(String, String, String)

Generieren Sie den Ressourcenbezeichner eines MachineLearningWorkspaceResource instance.

Delete(WaitUntil, Nullable<Boolean>, CancellationToken)

Löscht einen Machine Learning-Arbeitsbereich.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Delete
DeleteAsync(WaitUntil, Nullable<Boolean>, CancellationToken)

Löscht einen Machine Learning-Arbeitsbereich.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Delete
Diagnose(WaitUntil, MachineLearningWorkspaceDiagnoseContent, CancellationToken)

Diagnostizieren eines Problems mit der Arbeitsbereichseinrichtung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose
  • Vorgangs-IdWorkspaces_Diagnose
DiagnoseAsync(WaitUntil, MachineLearningWorkspaceDiagnoseContent, CancellationToken)

Diagnostizieren eines Problems mit der Arbeitsbereichseinrichtung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose
  • Vorgangs-IdWorkspaces_Diagnose
Get(CancellationToken)

Ruft die Eigenschaften des angegebenen Machine Learning-Arbeitsbereichs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Get
GetAsync(CancellationToken)

Ruft die Eigenschaften des angegebenen Machine Learning-Arbeitsbereichs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_Get
GetAvailableLocations(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetAvailableLocationsAsync(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetKeys(CancellationToken)

Listet alle Schlüssel auf, die diesem Arbeitsbereich zugeordnet sind. Dazu gehören Schlüssel für das Speicherkonto, App Insights und Das Kennwort für die Containerregistrierung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys
  • Vorgangs-IdWorkspaces_ListKeys
GetKeysAsync(CancellationToken)

Listet alle Schlüssel auf, die diesem Arbeitsbereich zugeordnet sind. Dazu gehören Schlüssel für das Speicherkonto, App Insights und Das Kennwort für die Containerregistrierung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys
  • Vorgangs-IdWorkspaces_ListKeys
GetMachineLearningBatchEndpoint(String, CancellationToken)

Ruft einen Batchrückschlussendpunkt anhand des Namens ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • Vorgangs-IdBatchEndpoints_Get
GetMachineLearningBatchEndpointAsync(String, CancellationToken)

Ruft einen Batchrückschlussendpunkt anhand des Namens ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • Vorgangs-IdBatchEndpoints_Get
GetMachineLearningBatchEndpoints()

Ruft eine Auflistung von MachineLearningBatchEndpointResources im MachineLearningWorkspace ab.

GetMachineLearningCodeContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}
  • Vorgangs-IdCodeContainers_Get
GetMachineLearningCodeContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}
  • Vorgangs-IdCodeContainers_Get
GetMachineLearningCodeContainers()

Ruft eine Auflistung von MachineLearningCodeContainerResources im MachineLearningWorkspace ab.

GetMachineLearningComponentContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}
  • Vorgangs-IdComponentContainers_Get
GetMachineLearningComponentContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}
  • Vorgangs-IdComponentContainers_Get
GetMachineLearningComponentContainers()

Ruft eine Auflistung von MachineLearningComponentContainerResources im MachineLearningWorkspace ab.

GetMachineLearningCompute(String, CancellationToken)

Ruft die Computedefinition nach ihrem Namen ab. Geheimnisse (Speicherschlüssel, Dienstanmeldeinformationen usw.) werden nicht zurückgegeben. Verwenden Sie dazu die geschachtelte Ressource "Schlüssel", um sie abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • Vorgangs-IdCompute_Get
GetMachineLearningComputeAsync(String, CancellationToken)

Ruft die Computedefinition nach ihrem Namen ab. Geheimnisse (Speicherschlüssel, Dienstanmeldeinformationen usw.) werden nicht zurückgegeben. Verwenden Sie dazu die geschachtelte Ressource "Schlüssel", um sie abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • Vorgangs-IdCompute_Get
GetMachineLearningComputes()

Ruft eine Auflistung von MachineLearningComputeResources im MachineLearningWorkspace ab.

GetMachineLearningDataContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Vorgangs-IdDataContainers_Get
GetMachineLearningDataContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Vorgangs-IdDataContainers_Get
GetMachineLearningDataContainers()

Ruft eine Auflistung von MachineLearningDataContainerResources im MachineLearningWorkspace ab.

GetMachineLearningDatastore(String, CancellationToken)

Abrufen des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
GetMachineLearningDatastoreAsync(String, CancellationToken)

Abrufen des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
GetMachineLearningDatastores()

Ruft eine Auflistung von MachineLearningDatastoreResources im MachineLearningWorkspace ab.

GetMachineLearningEnvironmentContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgangs-IdEnvironmentContainers_Get
GetMachineLearningEnvironmentContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgangs-IdEnvironmentContainers_Get
GetMachineLearningEnvironmentContainers()

Ruft eine Auflistung von MachineLearningEnvironmentContainerResources im MachineLearningWorkspace ab.

GetMachineLearningFeatureSetContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}
  • Vorgangs-IdFeaturesetContainers_GetEntity
GetMachineLearningFeatureSetContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}
  • Vorgangs-IdFeaturesetContainers_GetEntity
GetMachineLearningFeatureSetContainers()

Ruft eine Auflistung von MachineLearningFeatureSetContainerResources im MachineLearningWorkspace ab.

GetMachineLearningFeatureStoreEntityContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgangs-IdFeaturestoreEntityContainers_GetEntity
GetMachineLearningFeatureStoreEntityContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgangs-IdFeaturestoreEntityContainers_GetEntity
GetMachineLearningFeatureStoreEntityContainers()

Ruft eine Auflistung von MachineLearningFeatureStoreEntityContainerResources im MachineLearningWorkspace ab.

GetMachineLearningJob(String, CancellationToken)

Ruft einen Auftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}
  • Vorgangs-IdJobs_Get
GetMachineLearningJobAsync(String, CancellationToken)

Ruft einen Auftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}
  • Vorgangs-IdJobs_Get
GetMachineLearningJobs()

Ruft eine Auflistung von MachineLearningJobResources im MachineLearningWorkspace ab.

GetMachineLearningLabelingJob(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft einen Bezeichnungsauftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
GetMachineLearningLabelingJobAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft einen Bezeichnungsauftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
GetMachineLearningLabelingJobs()

Ruft eine Auflistung von MachineLearningLabelingJobResources im MachineLearningWorkspace ab.

GetMachineLearningModelContainer(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Vorgangs-IdModelContainers_Get
GetMachineLearningModelContainerAsync(String, CancellationToken)

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Vorgangs-IdModelContainers_Get
GetMachineLearningModelContainers()

Ruft eine Auflistung von MachineLearningModelContainerResources im MachineLearningWorkspace ab.

GetMachineLearningOnlineEndpoint(String, CancellationToken)

Rufen Sie den Onlineendpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}
  • Vorgangs-IdOnlineEndpoints_Get
GetMachineLearningOnlineEndpointAsync(String, CancellationToken)

Rufen Sie den Onlineendpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}
  • Vorgangs-IdOnlineEndpoints_Get
GetMachineLearningOnlineEndpoints()

Ruft eine Auflistung von MachineLearningOnlineEndpointResources im MachineLearningWorkspace ab.

GetMachineLearningOutboundRuleBasic(String, CancellationToken)

Ruft eine ausgehende Regel aus dem verwalteten Netzwerk eines Machine Learning-Arbeitsbereichs ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundRules/{ruleName}
  • Vorgangs-IdManagedNetworkSettingsRule_Get
GetMachineLearningOutboundRuleBasicAsync(String, CancellationToken)

Ruft eine ausgehende Regel aus dem verwalteten Netzwerk eines Machine Learning-Arbeitsbereichs ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundRules/{ruleName}
  • Vorgangs-IdManagedNetworkSettingsRule_Get
GetMachineLearningOutboundRuleBasics()

Ruft eine Auflistung von MachineLearningOutboundRuleBasicResources im MachineLearningWorkspace ab.

GetMachineLearningPrivateEndpointConnection(String, CancellationToken)

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung herzustellen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetMachineLearningPrivateEndpointConnectionAsync(String, CancellationToken)

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung herzustellen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetMachineLearningPrivateEndpointConnections()

Ruft eine Auflistung von MachineLearningPrivateEndpointConnectionResources im MachineLearningWorkspace ab.

GetMachineLearningSchedule(String, CancellationToken)

Abrufen des Zeitplans.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/schedules/{name}
  • Vorgangs-IdSchedules_Get
GetMachineLearningScheduleAsync(String, CancellationToken)

Abrufen des Zeitplans.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/schedules/{name}
  • Vorgangs-IdSchedules_Get
GetMachineLearningSchedules()

Ruft eine Auflistung von MachineLearningScheduleResources im MachineLearningWorkspace ab.

GetMachineLearningWorkspaceConnection(String, CancellationToken)

Listet Machine Learning-Arbeitsbereichsverbindungen nach Namen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}
  • Vorgangs-IdWorkspaceConnections_Get
GetMachineLearningWorkspaceConnectionAsync(String, CancellationToken)

Listet Machine Learning-Arbeitsbereichsverbindungen nach Namen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}
  • Vorgangs-IdWorkspaceConnections_Get
GetMachineLearningWorkspaceConnections()

Ruft eine Auflistung von MachineLearningWorkspaceConnectionResources im MachineLearningWorkspace ab.

GetManagementLock(String, CancellationToken)

Abrufen einer Verwaltungssperre nach Bereich.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgang IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLockAsync(String, CancellationToken)

Abrufen einer Verwaltungssperre nach Bereich.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgang IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLocks()

Ruft eine Auflistung von ManagementLockResources in ArmResource ab.

(Geerbt von ArmResource)
GetNotebookAccessToken(CancellationToken)

Abrufen des Azure Machine Learning-Arbeitsbereichs-Notebook-Zugriffstokens

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookAccessToken
  • Vorgangs-IdWorkspaces_ListNotebookAccessToken
GetNotebookAccessTokenAsync(CancellationToken)

Abrufen des Azure Machine Learning-Arbeitsbereichs-Notebook-Zugriffstokens

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookAccessToken
  • Vorgangs-IdWorkspaces_ListNotebookAccessToken
GetNotebookKeys(CancellationToken)

Listet Schlüssel des Notebooks für Azure Machine Learning-Arbeitsbereiche auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookKeys
  • Vorgangs-IdWorkspaces_ListNotebookKeys
GetNotebookKeysAsync(CancellationToken)

Listet Schlüssel des Notebooks für Azure Machine Learning-Arbeitsbereiche auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookKeys
  • Vorgangs-IdWorkspaces_ListNotebookKeys
GetOutboundNetworkDependenciesEndpoints(CancellationToken)

Wird vom Client (Portal, CLI usw.) aufgerufen, um programmgesteuert eine Liste aller externen ausgehenden Abhängigkeiten (FQDNs) abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints
  • Vorgangs-IdWorkspaces_ListOutboundNetworkDependenciesEndpoints
GetOutboundNetworkDependenciesEndpointsAsync(CancellationToken)

Wird vom Client (Portal, CLI usw.) aufgerufen, um programmgesteuert eine Liste aller externen ausgehenden Abhängigkeiten (FQDNs) abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints
  • Vorgangs-IdWorkspaces_ListOutboundNetworkDependenciesEndpoints
GetPolicyAssignment(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung unter Angabe ihres Namens und des Bereichs ab, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgang IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung unter Angabe ihres Namens und des Bereichs ab, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgang IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignments()

Ruft eine Auflistung von PolicyAssignmentResources in ArmResource ab.

(Geerbt von ArmResource)
GetPrivateLinkResources(CancellationToken)

Wird vom Client (Portal, CLI usw.) aufgerufen, um verfügbare "Private Link-Ressourcen" für den Arbeitsbereich abzurufen. Jede "Private Link-Ressource" ist ein Verbindungsendpunkt (IP-Adresse) mit der Ressource. Vor einem einzelnen Verbindungsendpunkt pro Arbeitsbereich: die IP-Adresse der Datenebene, die von der DNS-Auflösung zurückgegeben wird. Andere RPs, z. B. Azure Storage, verfügen über mehrere - eine für Blobs, eine andere für Warteschlangen usw. Definiert im Dokument "[NRP] Private Endpoint Design", Thema "GET API for GroupIds".

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_List
GetPrivateLinkResourcesAsync(CancellationToken)

Wird vom Client (Portal, CLI usw.) aufgerufen, um verfügbare "Private Link-Ressourcen" für den Arbeitsbereich abzurufen. Jede "Private Link-Ressource" ist ein Verbindungsendpunkt (IP-Adresse) mit der Ressource. Vor einem einzelnen Verbindungsendpunkt pro Arbeitsbereich: die IP-Adresse der Datenebene, die von der DNS-Auflösung zurückgegeben wird. Andere RPs, z. B. Azure Storage, verfügen über mehrere - eine für Blobs, eine andere für Warteschlangen usw. Definiert im Dokument "[NRP] Private Endpoint Design", Thema "GET API for GroupIds".

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_List
GetStorageAccountKeys(CancellationToken)

Listet Schlüssel des Speicherkontos des Azure Machine Learning-Arbeitsbereichs auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listStorageAccountKeys
  • Vorgangs-IdWorkspaces_ListStorageAccountKeys
GetStorageAccountKeysAsync(CancellationToken)

Listet Schlüssel des Speicherkontos des Azure Machine Learning-Arbeitsbereichs auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listStorageAccountKeys
  • Vorgang IdWorkspaces_ListStorageAccountKeys
GetTagResource()

Ruft ein -Objekt ab, das eine TagResource darstellt, zusammen mit den instance-Vorgängen, die in ArmResource ausgeführt werden können.

(Geerbt von ArmResource)
GetWorkspaceFeatures(CancellationToken)

Listet alle aktivierten Features für einen Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features
  • Vorgang IdWorkspaceFeatures_List
GetWorkspaceFeaturesAsync(CancellationToken)

Listet alle aktivierten Features für einen Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features
  • Vorgang IdWorkspaceFeatures_List
PrepareNotebook(WaitUntil, CancellationToken)

Vorbereiten der Notebookressource des Azure Machine Learning-Arbeitsbereichs

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/prepareNotebook
  • Vorgang IdWorkspaces_PrepareNotebook
PrepareNotebookAsync(WaitUntil, CancellationToken)

Vorbereiten der Notebookressource des Azure Machine Learning-Arbeitsbereichs

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/prepareNotebook
  • Vorgang IdWorkspaces_PrepareNotebook
ProvisionManagedNetworkManagedNetworkProvision(WaitUntil, ManagedNetworkProvisionContent, CancellationToken)

Stellt das verwaltete Netzwerk eines Machine Learning-Arbeitsbereichs bereit.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/provisionManagedNetwork
  • Vorgang IdManagedNetworkProvisions_ProvisionManagedNetwork
ProvisionManagedNetworkManagedNetworkProvisionAsync(WaitUntil, ManagedNetworkProvisionContent, CancellationToken)

Stellt das verwaltete Netzwerk eines Machine Learning-Arbeitsbereichs bereit.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/provisionManagedNetwork
  • Vorgang IdManagedNetworkProvisions_ProvisionManagedNetwork
RemoveTag(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Get
RemoveTagAsync(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Get
ResyncKeys(WaitUntil, CancellationToken)

Synchronisieren Sie alle Schlüssel, die diesem Arbeitsbereich zugeordnet sind. Dies umfasst Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys
  • Vorgang IdWorkspaces_ResyncKeys
ResyncKeysAsync(WaitUntil, CancellationToken)

Synchronisieren Sie alle Schlüssel, die diesem Arbeitsbereich zugeordnet sind. Dies umfasst Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys
  • Vorgang IdWorkspaces_ResyncKeys
SetTags(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Get
SetTagsAsync(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmResource)
Update(WaitUntil, MachineLearningWorkspacePatch, CancellationToken)

Updates einen Machine Learning-Arbeitsbereich mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Update
UpdateAsync(WaitUntil, MachineLearningWorkspacePatch, CancellationToken)

Updates einen Machine Learning-Arbeitsbereich mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Vorgang IdWorkspaces_Update

Erweiterungsmethoden

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

Ruft eine Auflistung von AuthorizationRoleDefinitionResources in armResource ab.

GetDenyAssignment(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

Ruft eine Auflistung von DenyAssignmentResources in ArmResource ab.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

Ruft eine Auflistung von RoleAssignmentResources in ArmResource ab.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleInstanceResources in ArmResource ab.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleRequestResources in armResource ab.

GetRoleAssignmentSchedules(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleResources in ArmResource ab.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleInstanceResources in ArmResource ab.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleRequestResources in armResource ab.

GetRoleEligibilitySchedules(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleResources in armResource ab.

GetRoleManagementPolicies(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyResources in ArmResource ab.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

Angegebene Rollenverwaltungsrichtlinie für einen Ressourcenbereich abrufen

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgang IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgang IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgangs-IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyAssignmentResources in armResource ab.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

Angegebene Rollenverwaltungsrichtlinie für einen Ressourcenbereich abrufen

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgangs-IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

Ruft ein -Objekt ab, das eine SystemAssignedIdentityResource darstellt, zusammen mit den instance-Vorgängen, die in ArmResource ausgeführt werden können.

GetLinkerResource(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResources(ArmResource)

Ruft eine Auflistung von LinkerResources in ArmResource ab.

Gilt für: