ServiceProperties Constructors
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
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
- logging
- LoggingProperties
- hourMetrics
- MetricsProperties
- minuteMetrics
- MetricsProperties
- cors
- CorsProperties