次の方法で共有


ServiceProperties コンストラクター

定義

オーバーロード

ServiceProperties()

ServiceProperties クラスの新しいインスタンスを初期化します。

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)

ServiceProperties クラスの新しいインスタンスを初期化します。

ServiceProperties()

ServiceProperties クラスの新しいインスタンスを初期化します。

public ServiceProperties ();
Public Sub New ()

適用対象

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)

ServiceProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

hourMetrics
MetricsProperties
minuteMetrics
MetricsProperties

適用対象