Partager via


FirmwaresOperations interface

Interface représentant les opérations d’un firmware.

Propriétés

create

Opération de création d’un firmware.

delete
get

Obtenez le micrologiciel.

listByWorkspace

Répertorie tous les microprogrammes d’un espace de travail.

update

L’opération de mise à jour du firmware.

Détails de la propriété

create

Opération de création d’un firmware.

create: (resourceGroupName: string, workspaceName: string, firmwareId: string, resource: Firmware, options?: FirmwaresCreateOptionalParams) => Promise<Firmware>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, firmwareId: string, resource: Firmware, options?: FirmwaresCreateOptionalParams) => Promise<Firmware>

delete

delete: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresDeleteOptionalParams) => Promise<void>

get

Obtenez le micrologiciel.

get: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresGetOptionalParams) => Promise<Firmware>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresGetOptionalParams) => Promise<Firmware>

listByWorkspace

Répertorie tous les microprogrammes d’un espace de travail.

listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: FirmwaresListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Firmware, Firmware[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, options?: FirmwaresListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Firmware, Firmware[], PageSettings>

update

L’opération de mise à jour du firmware.

update: (resourceGroupName: string, workspaceName: string, firmwareId: string, properties: FirmwareUpdateDefinition, options?: FirmwaresUpdateOptionalParams) => Promise<Firmware>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, firmwareId: string, properties: FirmwareUpdateDefinition, options?: FirmwaresUpdateOptionalParams) => Promise<Firmware>