SlisOperations interface

Interface representing a Slis operations.

Properties

createOrUpdate

Creates or updates an SLI resource.

delete
get

Gets an SLI resource.

listByParent

Lists all SLI resources under a parent resource.

Property Details

createOrUpdate

Creates or updates an SLI resource.

createOrUpdate: (serviceGroupName: string, sliName: string, resource: Sli, options?: SlisCreateOrUpdateOptionalParams) => Promise<Sli>

Property Value

(serviceGroupName: string, sliName: string, resource: Sli, options?: SlisCreateOrUpdateOptionalParams) => Promise<Sli>

delete

delete: (serviceGroupName: string, sliName: string, options?: SlisDeleteOptionalParams) => Promise<void>

Property Value

(serviceGroupName: string, sliName: string, options?: SlisDeleteOptionalParams) => Promise<void>

get

Gets an SLI resource.

get: (serviceGroupName: string, sliName: string, options?: SlisGetOptionalParams) => Promise<Sli>

Property Value

(serviceGroupName: string, sliName: string, options?: SlisGetOptionalParams) => Promise<Sli>

listByParent

Lists all SLI resources under a parent resource.

listByParent: (serviceGroupName: string, options?: SlisListByParentOptionalParams) => PagedAsyncIterableIterator<Sli, Sli[], PageSettings>

Property Value

(serviceGroupName: string, options?: SlisListByParentOptionalParams) => PagedAsyncIterableIterator<Sli, Sli[], PageSettings>