Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceResourceProperties

Package version

Services response resource.

Hierarchy

  • ServiceResourceProperties

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional creationTime

creationTime: Date

Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Optional instanceCount

instanceCount: undefined | number

Instance count for the service.

Optional instanceSize

instanceSize: ServiceSize

Instance type for the service.

serviceType

serviceType: "DataTransfer" | "SqlDedicatedGateway" | "GraphAPICompute" | "MaterializedViewsBuilder"

Polymorphic discriminator, which specifies the different types this object can be

Optional status

Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc