SqlDedicatedGatewayServiceProperties Class
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.
Properties for SqlDedicatedGatewayServiceResource.
public class SqlDedicatedGatewayServiceProperties : Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties>
type SqlDedicatedGatewayServiceProperties = class
inherit CosmosDBServiceProperties
interface IJsonModel<SqlDedicatedGatewayServiceProperties>
interface IPersistableModel<SqlDedicatedGatewayServiceProperties>
Public Class SqlDedicatedGatewayServiceProperties
Inherits CosmosDBServiceProperties
Implements IJsonModel(Of SqlDedicatedGatewayServiceProperties), IPersistableModel(Of SqlDedicatedGatewayServiceProperties)
- Inheritance
- Implements
Constructors
SqlDedicatedGatewayServiceProperties() |
Initializes a new instance of SqlDedicatedGatewayServiceProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CreatedOn |
Time of the last state change (ISO-8601 format). (Inherited from CosmosDBServiceProperties) |
DedicatedGatewayType |
DedicatedGatewayType for the service. |
InstanceCount |
Instance count for the service. (Inherited from CosmosDBServiceProperties) |
InstanceSize |
Instance type for the service. (Inherited from CosmosDBServiceProperties) |
Locations |
An array that contains all of the locations for the service. |
SqlDedicatedGatewayEndpoint |
SqlDedicatedGateway endpoint for the service. |
Status |
Describes the status of a service. (Inherited from CosmosDBServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET