ManagedOpsOperations interface
Interfejs reprezentujący operacje ManagedOps.
Właściwości
| create |
Tworzy lub aktualizuje instancję ManagedOps. |
| delete | |
| get | Pobiera informacje o instancji ManagedOps. |
| list | Wymień wszystkie instancje ManagedOps w subskrypcji. |
| update | Aktualizuje instancję ManagedOps o dostarczone pola. |
Szczegóły właściwości
createOrUpdate
Tworzy lub aktualizuje instancję ManagedOps.
createOrUpdate: (managedOpsName: string, resource: ManagedOp, options?: ManagedOpsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>
Wartość właściwości
(managedOpsName: string, resource: ManagedOp, options?: ManagedOpsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>
delete
delete: (managedOpsName: string, options?: ManagedOpsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(managedOpsName: string, options?: ManagedOpsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera informacje o instancji ManagedOps.
get: (managedOpsName: string, options?: ManagedOpsGetOptionalParams) => Promise<ManagedOp>
Wartość właściwości
(managedOpsName: string, options?: ManagedOpsGetOptionalParams) => Promise<ManagedOp>
list
Wymień wszystkie instancje ManagedOps w subskrypcji.
list: (options?: ManagedOpsListOptionalParams) => PagedAsyncIterableIterator<ManagedOp, ManagedOp[], PageSettings>
Wartość właściwości
(options?: ManagedOpsListOptionalParams) => PagedAsyncIterableIterator<ManagedOp, ManagedOp[], PageSettings>
update
Aktualizuje instancję ManagedOps o dostarczone pola.
update: (managedOpsName: string, properties: ManagedOpUpdate, options?: ManagedOpsUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>
Wartość właściwości
(managedOpsName: string, properties: ManagedOpUpdate, options?: ManagedOpsUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>