ArmCosmosDBModelFactory.SqlDedicatedGatewayServiceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlDedicatedGatewayServiceProperties(Nullable<DateTimeOffset>, Nullable<CosmosDBServiceSize>, Nullable<Int32>, Nullable<CosmosDBServiceStatus>, IDictionary<String,BinaryData>, String, IEnumerable<SqlDedicatedGatewayRegionalService>)
- Source:
- ArmCosmosDBModelFactory.cs
Initializes a new instance of SqlDedicatedGatewayServiceProperties.
public static Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties SqlDedicatedGatewayServiceProperties (DateTimeOffset? createdOn = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize? instanceSize = default, int? instanceCount = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus? status = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, string sqlDedicatedGatewayEndpoint = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService> locations = default);
static member SqlDedicatedGatewayServiceProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize> * Nullable<int> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus> * System.Collections.Generic.IDictionary<string, BinaryData> * string * seq<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService> -> Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties
Public Shared Function SqlDedicatedGatewayServiceProperties (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional instanceSize As Nullable(Of CosmosDBServiceSize) = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As Nullable(Of CosmosDBServiceStatus) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional sqlDedicatedGatewayEndpoint As String = Nothing, Optional locations As IEnumerable(Of SqlDedicatedGatewayRegionalService) = Nothing) As SqlDedicatedGatewayServiceProperties
Parameters
- createdOn
- Nullable<DateTimeOffset>
Time of the last state change (ISO-8601 format).
- instanceSize
- Nullable<CosmosDBServiceSize>
Instance type for the service.
- status
- Nullable<CosmosDBServiceStatus>
Describes the status of a service.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
- sqlDedicatedGatewayEndpoint
- String
SqlDedicatedGateway endpoint for the service.
- locations
- IEnumerable<SqlDedicatedGatewayRegionalService>
An array that contains all of the locations for the service.
Returns
A new SqlDedicatedGatewayServiceProperties instance for mocking.
Applies to
SqlDedicatedGatewayServiceProperties(Nullable<DateTimeOffset>, Nullable<CosmosDBServiceSize>, Nullable<Int32>, Nullable<CosmosDBServiceStatus>, IDictionary<String,BinaryData>, String, Nullable<DedicatedGatewayType>, IEnumerable<SqlDedicatedGatewayRegionalService>)
- Source:
- ArmCosmosDBModelFactory.cs
Initializes a new instance of SqlDedicatedGatewayServiceProperties.
public static Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties SqlDedicatedGatewayServiceProperties (DateTimeOffset? createdOn = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize? instanceSize = default, int? instanceCount = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus? status = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, string sqlDedicatedGatewayEndpoint = default, Azure.ResourceManager.CosmosDB.Models.DedicatedGatewayType? dedicatedGatewayType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService> locations = default);
static member SqlDedicatedGatewayServiceProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize> * Nullable<int> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus> * System.Collections.Generic.IDictionary<string, BinaryData> * string * Nullable<Azure.ResourceManager.CosmosDB.Models.DedicatedGatewayType> * seq<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService> -> Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties
Public Shared Function SqlDedicatedGatewayServiceProperties (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional instanceSize As Nullable(Of CosmosDBServiceSize) = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As Nullable(Of CosmosDBServiceStatus) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional sqlDedicatedGatewayEndpoint As String = Nothing, Optional dedicatedGatewayType As Nullable(Of DedicatedGatewayType) = Nothing, Optional locations As IEnumerable(Of SqlDedicatedGatewayRegionalService) = Nothing) As SqlDedicatedGatewayServiceProperties
Parameters
- createdOn
- Nullable<DateTimeOffset>
Time of the last state change (ISO-8601 format).
- instanceSize
- Nullable<CosmosDBServiceSize>
Instance type for the service.
- status
- Nullable<CosmosDBServiceStatus>
Describes the status of a service.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
- sqlDedicatedGatewayEndpoint
- String
SqlDedicatedGateway endpoint for the service.
- dedicatedGatewayType
- Nullable<DedicatedGatewayType>
DedicatedGatewayType for the service.
- locations
- IEnumerable<SqlDedicatedGatewayRegionalService>
An array that contains all of the locations for the service.
Returns
A new SqlDedicatedGatewayServiceProperties instance for mocking.