Partager via


SqlDedicatedGatewayServiceResourceProperties Class

Definition

Properties for SqlDedicatedGatewayServiceResource.

[Newtonsoft.Json.JsonObject("SqlDedicatedGateway")]
public class SqlDedicatedGatewayServiceResourceProperties : Microsoft.Azure.Management.CosmosDB.Models.ServiceResourceProperties
[<Newtonsoft.Json.JsonObject("SqlDedicatedGateway")>]
type SqlDedicatedGatewayServiceResourceProperties = class
    inherit ServiceResourceProperties
Public Class SqlDedicatedGatewayServiceResourceProperties
Inherits ServiceResourceProperties
Inheritance
SqlDedicatedGatewayServiceResourceProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SqlDedicatedGatewayServiceResourceProperties()

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

SqlDedicatedGatewayServiceResourceProperties(IDictionary<String, Object>, Nullable<DateTime>, String, Nullable<Int32>, String, String, IList<SqlDedicatedGatewayRegionalServiceResource>)

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

SqlDedicatedGatewayServiceResourceProperties(IDictionary<String, Object>, Nullable<DateTime>, String, Nullable<Int32>, String, String, String, IList<SqlDedicatedGatewayRegionalServiceResource>)

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

Properties

AdditionalProperties

Gets or sets services response resource.

(Inherited from ServiceResourceProperties)
CreationTime

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

(Inherited from ServiceResourceProperties)
DedicatedGatewayType

Gets or sets dedicatedGatewayType for the service. Possible values include: 'IntegratedCache', 'DistributedQuery'

InstanceCount

Gets or sets instance count for the service.

(Inherited from ServiceResourceProperties)
InstanceSize

Gets or sets instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

(Inherited from ServiceResourceProperties)
Locations

Gets an array that contains all of the locations for the service.

SqlDedicatedGatewayEndpoint

Gets or sets sqlDedicatedGateway endpoint for the service.

Status

Gets describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped'

(Inherited from ServiceResourceProperties)

Methods

Validate()

Validate the object.

Applies to