PatchResourceTagsAndSku interface

The object being used to update tags and sku of a resource, in general used for PATCH operations.

Extends

Properties

sku

The resource model definition representing SKU

Inherited Properties

tags

Resource tags.

Property Details

sku

The resource model definition representing SKU

sku?: Sku

Property Value

Sku

Inherited Property Details

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From PatchResourceTags.tags