ServiceResourceCreateUpdateProperties interface

Properties in ServiceResourceCreateUpdateParameters.

Properties

instanceCount

Instance count for the service.

instanceSize

Instance type for the service.

serviceType

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

Property Details

instanceCount

Instance count for the service.

instanceCount?: number

Property Value

number

instanceSize

Instance type for the service.

instanceSize?: string

Property Value

string

serviceType

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

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

Property Value

"DataTransfer" | "GraphAPICompute" | "MaterializedViewsBuilder" | "SqlDedicatedGateway"