MaterializedViewsBuilderServiceResourceProperties interface

Properties for MaterializedViewsBuilderServiceResource.

Extends

Properties

locations

An array that contains all of the locations for the service.

serviceType

ServiceType for the service.

Inherited Properties

additionalProperties

Additional properties

creationTime

Time of the last state change (ISO-8601 format).

instanceCount

Instance count for the service.

instanceSize

Instance type for the service.

status

Describes the status of a service.

Property Details

locations

An array that contains all of the locations for the service.

locations?: MaterializedViewsBuilderRegionalServiceResource[]

Property Value

serviceType

ServiceType for the service.

serviceType: "MaterializedViewsBuilder"

Property Value

"MaterializedViewsBuilder"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From ServiceResourceProperties.additionalProperties

creationTime

Time of the last state change (ISO-8601 format).

creationTime?: Date

Property Value

Date

Inherited From ServiceResourceProperties.creationTime

instanceCount

Instance count for the service.

instanceCount?: number

Property Value

number

Inherited From ServiceResourceProperties.instanceCount

instanceSize

Instance type for the service.

instanceSize?: string

Property Value

string

Inherited From ServiceResourceProperties.instanceSize

status

Describes the status of a service.

status?: string

Property Value

string

Inherited From ServiceResourceProperties.status