Share via


ManagedOpsOperations interface

Interface representing a ManagedOps operations.

Properties

createOrUpdate

Creates or updates the ManagedOps instance.

delete
get

Gets the information of the ManagedOps instance.

list

List all ManagedOps instances in the subscription.

update

Updates the ManagedOps instance with the supplied fields.

Property Details

createOrUpdate

Creates or updates the ManagedOps instance.

createOrUpdate: (managedOpsName: string, resource: ManagedOp, options?: ManagedOpsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>

Property Value

(managedOpsName: string, resource: ManagedOp, options?: ManagedOpsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>

delete

delete: (managedOpsName: string, options?: ManagedOpsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(managedOpsName: string, options?: ManagedOpsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the information of the ManagedOps instance.

get: (managedOpsName: string, options?: ManagedOpsGetOptionalParams) => Promise<ManagedOp>

Property Value

(managedOpsName: string, options?: ManagedOpsGetOptionalParams) => Promise<ManagedOp>

list

List all ManagedOps instances in the subscription.

list: (options?: ManagedOpsListOptionalParams) => PagedAsyncIterableIterator<ManagedOp, ManagedOp[], PageSettings>

Property Value

(options?: ManagedOpsListOptionalParams) => PagedAsyncIterableIterator<ManagedOp, ManagedOp[], PageSettings>

update

Updates the ManagedOps instance with the supplied fields.

update: (managedOpsName: string, properties: ManagedOpUpdate, options?: ManagedOpsUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>

Property Value

(managedOpsName: string, properties: ManagedOpUpdate, options?: ManagedOpsUpdateOptionalParams) => PollerLike<OperationState<ManagedOp>, ManagedOp>