ServiceProperties Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ServiceProperties() |
Initialisiert eine neue Instanz der "ServiceProperties"-Klasse. |
ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties) |
Initialisiert eine neue Instanz der "ServiceProperties"-Klasse. |
ServiceProperties()
Initialisiert eine neue Instanz der "ServiceProperties"-Klasse.
public ServiceProperties();
Public Sub New ()
Gilt für:
ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)
Initialisiert eine neue Instanz der "ServiceProperties"-Klasse.
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)
Parameter
- logging
- LoggingProperties
- hourMetrics
- MetricsProperties
- minuteMetrics
- MetricsProperties
- cors
- CorsProperties
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET