NGroupsOperations interface
Schnittstelle stellt die Operationen eines NGroups dar.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Erstellen oder aktualisieren Sie eine NGroups-Ressource. |
| delete | Löscht die NGroups-Ressource. |
| get | Rufen Sie die Eigenschaften der angegebenen NGroups-Ressource ab. |
| list | Ruft eine Liste aller NGroups-Ressourcen ab, die unter einem Abonnement stehen. |
| list |
Ruft eine Liste aller NGroups-Ressourcen unter einer Ressourcengruppe ab. |
| restart | Startet alle Containergruppen in der angegebenen NGroups-Ressource an Ort und Stelle neu. Wenn das Containerimage Updates enthält, wird ein neues Image heruntergeladen. |
| start | Startet alle Containergruppen in der angegebenen NGroups-Ressource. Berechnete Ressourcen werden zugewiesen, und die Abrechnung wird gestartet. |
| stop | Stoppt alle Containergruppen in der angegebenen NGroups-Ressource. Die Zuordnung von Computeressourcen wird aufgehoben, und die Berechnung von Gebühren wird beendet. |
| update | Aktualisieren Sie eine angegebene NGroups-Ressource. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NGroup>, NGroup>>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NGroup>, NGroup>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => Promise<NGroup>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => Promise<NGroup>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => Promise<void>
beginRestart
Warnung
Diese API ist nun veraltet.
use restart instead
beginRestart: (resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait
Warnung
Diese API ist nun veraltet.
use restart instead
beginRestartAndWait: (resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => Promise<void>
beginStart
Warnung
Diese API ist nun veraltet.
use start instead
beginStart: (resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginStartAndWait
Warnung
Diese API ist nun veraltet.
use start instead
beginStartAndWait: (resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NGroup>, NGroup>>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NGroup>, NGroup>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => Promise<NGroup>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => Promise<NGroup>
createOrUpdate
Erstellen oder aktualisieren Sie eine NGroups-Ressource.
createOrUpdate: (resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NGroup>, NGroup>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroup, options?: NGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NGroup>, NGroup>
delete
Löscht die NGroups-Ressource.
delete: (resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Rufen Sie die Eigenschaften der angegebenen NGroups-Ressource ab.
get: (resourceGroupName: string, ngroupsName: string, options?: NGroupsGetOptionalParams) => Promise<NGroup>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsGetOptionalParams) => Promise<NGroup>
list
Ruft eine Liste aller NGroups-Ressourcen ab, die unter einem Abonnement stehen.
list: (options?: NGroupsListOptionalParams) => PagedAsyncIterableIterator<NGroup, NGroup[], PageSettings>
Eigenschaftswert
(options?: NGroupsListOptionalParams) => PagedAsyncIterableIterator<NGroup, NGroup[], PageSettings>
listByResourceGroup
Ruft eine Liste aller NGroups-Ressourcen unter einer Ressourcengruppe ab.
listByResourceGroup: (resourceGroupName: string, options?: NGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NGroup, NGroup[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: NGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NGroup, NGroup[], PageSettings>
restart
Startet alle Containergruppen in der angegebenen NGroups-Ressource an Ort und Stelle neu. Wenn das Containerimage Updates enthält, wird ein neues Image heruntergeladen.
restart: (resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsRestartOptionalParams) => PollerLike<OperationState<void>, void>
start
Startet alle Containergruppen in der angegebenen NGroups-Ressource. Berechnete Ressourcen werden zugewiesen, und die Abrechnung wird gestartet.
start: (resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsStartOptionalParams) => PollerLike<OperationState<void>, void>
stop
Stoppt alle Containergruppen in der angegebenen NGroups-Ressource. Die Zuordnung von Computeressourcen wird aufgehoben, und die Berechnung von Gebühren wird beendet.
stop: (resourceGroupName: string, ngroupsName: string, options?: NGroupsStopOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, options?: NGroupsStopOptionalParams) => Promise<void>
update
Aktualisieren Sie eine angegebene NGroups-Ressource.
update: (resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => PollerLike<OperationState<NGroup>, NGroup>
Eigenschaftswert
(resourceGroupName: string, ngroupsName: string, nGroup: NGroupPatch, options?: NGroupsUpdateOptionalParams) => PollerLike<OperationState<NGroup>, NGroup>