OnlineExperimentationWorkspacesOperations interface
Schnittstelle, die einen OnlineExperimentationWorkspaces-Vorgang darstellt.
Eigenschaften
| create |
Erstellen Sie einen Arbeitsbereich für Onlineexperimente, oder aktualisieren Sie einen vorhandenen Arbeitsbereich. |
| delete | |
| get | Ruft einen Arbeitsbereich für Onlineexperimente ab. |
| list |
Ruft alle Arbeitsbereiche für Onlineexperimente in einer Ressourcengruppe ab. |
| list |
Ruft alle Arbeitsbereiche für Onlineexperimente im angegebenen Abonnement ab. |
| update | Patchen Sie einen Arbeitsbereich für Online-Experimente. |
Details zur Eigenschaft
createOrUpdate
Erstellen Sie einen Arbeitsbereich für Onlineexperimente, oder aktualisieren Sie einen vorhandenen Arbeitsbereich.
createOrUpdate: (resourceGroupName: string, workspaceName: string, resource: OnlineExperimentationWorkspace, options?: OnlineExperimentationWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<OnlineExperimentationWorkspace>, OnlineExperimentationWorkspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, resource: OnlineExperimentationWorkspace, options?: OnlineExperimentationWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<OnlineExperimentationWorkspace>, OnlineExperimentationWorkspace>
delete
delete: (resourceGroupName: string, workspaceName: string, options?: OnlineExperimentationWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: OnlineExperimentationWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ruft einen Arbeitsbereich für Onlineexperimente ab.
get: (resourceGroupName: string, workspaceName: string, options?: OnlineExperimentationWorkspacesGetOptionalParams) => Promise<OnlineExperimentationWorkspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: OnlineExperimentationWorkspacesGetOptionalParams) => Promise<OnlineExperimentationWorkspace>
listByResourceGroup
Ruft alle Arbeitsbereiche für Onlineexperimente in einer Ressourcengruppe ab.
listByResourceGroup: (resourceGroupName: string, options?: OnlineExperimentationWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OnlineExperimentationWorkspace, OnlineExperimentationWorkspace[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: OnlineExperimentationWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OnlineExperimentationWorkspace, OnlineExperimentationWorkspace[], PageSettings>
listBySubscription
Ruft alle Arbeitsbereiche für Onlineexperimente im angegebenen Abonnement ab.
listBySubscription: (options?: OnlineExperimentationWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OnlineExperimentationWorkspace, OnlineExperimentationWorkspace[], PageSettings>
Eigenschaftswert
(options?: OnlineExperimentationWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OnlineExperimentationWorkspace, OnlineExperimentationWorkspace[], PageSettings>
update
Patchen Sie einen Arbeitsbereich für Online-Experimente.
update: (resourceGroupName: string, workspaceName: string, properties: OnlineExperimentationWorkspacePatch, options?: OnlineExperimentationWorkspacesUpdateOptionalParams) => PollerLike<OperationState<OnlineExperimentationWorkspace>, OnlineExperimentationWorkspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, properties: OnlineExperimentationWorkspacePatch, options?: OnlineExperimentationWorkspacesUpdateOptionalParams) => PollerLike<OperationState<OnlineExperimentationWorkspace>, OnlineExperimentationWorkspace>