ResourceUpdate Class

The Resource model definition.

Inheritance
azure.mgmt.compute._serialization.Model
ResourceUpdate

Constructor

ResourceUpdate(*, tags: Dict[str, str] | None = None, sku: _models.DiskSku | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

sku

The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.

Variables

Name Description
tags

Resource tags.

sku

The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.