FirmwaresOperations interface
Interface representing a Firmwares operations.
Properties
| create | The operation to create a firmware. |
| delete | |
| get | Get firmware. |
| list |
Lists all of firmwares inside a workspace. |
| update | The operation to update firmware. |
Property Details
create
The operation to create a firmware.
create: (resourceGroupName: string, workspaceName: string, firmwareId: string, resource: Firmware, options?: FirmwaresCreateOptionalParams) => Promise<Firmware>
Property Value
(resourceGroupName: string, workspaceName: string, firmwareId: string, resource: Firmware, options?: FirmwaresCreateOptionalParams) => Promise<Firmware>
delete
delete: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresDeleteOptionalParams) => Promise<void>
get
Get firmware.
get: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresGetOptionalParams) => Promise<Firmware>
Property Value
(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresGetOptionalParams) => Promise<Firmware>
listByWorkspace
Lists all of firmwares inside a workspace.
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: FirmwaresListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Firmware, Firmware[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: FirmwaresListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Firmware, Firmware[], PageSettings>
update
The operation to update firmware.
update: (resourceGroupName: string, workspaceName: string, firmwareId: string, properties: FirmwareUpdateDefinition, options?: FirmwaresUpdateOptionalParams) => Promise<Firmware>
Property Value
(resourceGroupName: string, workspaceName: string, firmwareId: string, properties: FirmwareUpdateDefinition, options?: FirmwaresUpdateOptionalParams) => Promise<Firmware>