Share via


ServiceResource interface

The service resource.

Extends

Properties

properties

The service resource properties.

Inherited Properties

location

It will be deprecated in New API, resource location depends on the parent resource.

tags

Azure resource tags.

Property Details

properties

The service resource properties.

properties?: ServiceResourceProperties

Property Value

Inherited Property Details

location

It will be deprecated in New API, resource location depends on the parent resource.

location?: string

Property Value

string

Inherited From ProxyResource.location

tags

Azure resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ProxyResource.tags