Partager via


SqlDedicatedGatewayServiceResourceProperties Constructors

Definition

Overloads

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.

SqlDedicatedGatewayServiceResourceProperties()

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

public SqlDedicatedGatewayServiceResourceProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

public SqlDedicatedGatewayServiceResourceProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? creationTime = default, string instanceSize = default, int? instanceCount = default, string status = default, string sqlDedicatedGatewayEndpoint = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayRegionalServiceResource> locations = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayServiceResourceProperties : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * Nullable<int> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayRegionalServiceResource> -> Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayServiceResourceProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional instanceSize As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As String = Nothing, Optional sqlDedicatedGatewayEndpoint As String = Nothing, Optional locations As IList(Of SqlDedicatedGatewayRegionalServiceResource) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Services response resource.

creationTime
Nullable<DateTime>

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

instanceSize
String

Instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

instanceCount
Nullable<Int32>

Instance count for the service.

status
String

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

sqlDedicatedGatewayEndpoint
String

SqlDedicatedGateway endpoint for the service.

locations
IList<SqlDedicatedGatewayRegionalServiceResource>

An array that contains all of the locations for the service.

Applies to

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

Initializes a new instance of the SqlDedicatedGatewayServiceResourceProperties class.

public SqlDedicatedGatewayServiceResourceProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? creationTime = default, string instanceSize = default, int? instanceCount = default, string status = default, string sqlDedicatedGatewayEndpoint = default, string dedicatedGatewayType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayRegionalServiceResource> locations = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayServiceResourceProperties : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * Nullable<int> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayRegionalServiceResource> -> Microsoft.Azure.Management.CosmosDB.Models.SqlDedicatedGatewayServiceResourceProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional instanceSize As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As String = Nothing, Optional sqlDedicatedGatewayEndpoint As String = Nothing, Optional dedicatedGatewayType As String = Nothing, Optional locations As IList(Of SqlDedicatedGatewayRegionalServiceResource) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Services response resource.

creationTime
Nullable<DateTime>

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

instanceSize
String

Instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

instanceCount
Nullable<Int32>

Instance count for the service.

status
String

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

sqlDedicatedGatewayEndpoint
String

SqlDedicatedGateway endpoint for the service.

dedicatedGatewayType
String

DedicatedGatewayType for the service. Possible values include: 'IntegratedCache', 'DistributedQuery'

locations
IList<SqlDedicatedGatewayRegionalServiceResource>

An array that contains all of the locations for the service.

Applies to