SqlDedicatedGatewayServiceResourceProperties interface
Properties for SqlDedicatedGatewayServiceResource.
- Extends
Properties
dedicated |
DedicatedGatewayType for the service. |
locations | An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Polymorphic discriminator, which specifies the different types this object can be |
sql |
SqlDedicatedGateway endpoint for the service. |
Inherited Properties
creation |
Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
Instance count for the service. |
instance |
Instance type for the service. |
status | Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dedicatedGatewayType
DedicatedGatewayType for the service.
dedicatedGatewayType?: string
Property Value
string
locations
An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server.
locations?: SqlDedicatedGatewayRegionalServiceResource[]
Property Value
serviceType
Polymorphic discriminator, which specifies the different types this object can be
serviceType: "SqlDedicatedGateway"
Property Value
"SqlDedicatedGateway"
sqlDedicatedGatewayEndpoint
SqlDedicatedGateway endpoint for the service.
sqlDedicatedGatewayEndpoint?: string
Property Value
string
Inherited Property Details
creationTime
Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Inherited From ServiceResourceProperties.status