ServiceResourceCreateUpdateProperties interface
Properties in ServiceResourceCreateUpdateParameters.
Properties
instance |
Instance count for the service. |
instance |
Instance type for the service. |
service |
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"