Share via


ServiceProperties Constructors

Definition

Overloads

ServiceProperties()

Initializes a new instance of the ServiceProperties class.

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)

Initializes a new instance of the ServiceProperties class.

ServiceProperties()

Initializes a new instance of the ServiceProperties class.

public ServiceProperties ();
Public Sub New ()

Applies to

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)

Initializes a new instance of the ServiceProperties class.

public ServiceProperties (Microsoft.Azure.Cosmos.Table.LoggingProperties logging = default, Microsoft.Azure.Cosmos.Table.MetricsProperties hourMetrics = default, Microsoft.Azure.Cosmos.Table.MetricsProperties minuteMetrics = default, Microsoft.Azure.Cosmos.Table.CorsProperties cors = default);
new Microsoft.Azure.Cosmos.Table.ServiceProperties : Microsoft.Azure.Cosmos.Table.LoggingProperties * Microsoft.Azure.Cosmos.Table.MetricsProperties * Microsoft.Azure.Cosmos.Table.MetricsProperties * Microsoft.Azure.Cosmos.Table.CorsProperties -> Microsoft.Azure.Cosmos.Table.ServiceProperties
Public Sub New (Optional logging As LoggingProperties = Nothing, Optional hourMetrics As MetricsProperties = Nothing, Optional minuteMetrics As MetricsProperties = Nothing, Optional cors As CorsProperties = Nothing)

Parameters

hourMetrics
MetricsProperties
minuteMetrics
MetricsProperties

Applies to