ServiceProperties Constructor (LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties) (Microsoft.WindowsAzure.Storage.Shared.Protocol)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ServiceProperties Constructor (LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)(LoggingProperties^, MetricsProperties^, MetricsProperties^, CorsProperties^)(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)
Initializes a new instance of the ServiceProperties class.
Namespace:
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public ServiceProperties(
LoggingProperties logging = null,
MetricsProperties hourMetrics = null,
MetricsProperties minuteMetrics = null,
CorsProperties cors = null
)
C++
public:
ServiceProperties(
LoggingProperties^ logging = null,
MetricsProperties^ hourMetrics = null,
MetricsProperties^ minuteMetrics = null,
CorsProperties^ cors = null
)
new :
logging:LoggingProperties = null *
hourMetrics:MetricsProperties = null *
minuteMetrics:MetricsProperties = null *
cors:CorsProperties = null -> ServiceProperties
Public Sub New (
logging As LoggingProperties,
hourMetrics As MetricsProperties,
minuteMetrics As MetricsProperties,
cors As CorsProperties
)
Parameters
- logging
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::LoggingProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties
- hourMetrics
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::MetricsProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.MetricsProperties
See Also
ServiceProperties Overload
ServiceProperties Class
Microsoft.WindowsAzure.Storage.Shared.Protocol Namespace
Return to top
Initializes a new instance of the ServiceProperties class.
Syntax
public ServiceProperties( LoggingProperties logging = null, MetricsProperties hourMetrics = null, MetricsProperties minuteMetrics = null, CorsProperties cors = null )
C++
public:
ServiceProperties(
LoggingProperties^ logging = null,
MetricsProperties^ hourMetrics = null,
MetricsProperties^ minuteMetrics = null,
CorsProperties^ cors = null
)new : logging:LoggingProperties = null * hourMetrics:MetricsProperties = null * minuteMetrics:MetricsProperties = null * cors:CorsProperties = null -> ServiceProperties
Public Sub New ( logging As LoggingProperties, hourMetrics As MetricsProperties, minuteMetrics As MetricsProperties, cors As CorsProperties )
Parameters
- logging
- Type: Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::LoggingProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties
- hourMetrics
- Type: Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::MetricsProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.MetricsPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.MetricsProperties
See Also
ServiceProperties Overload
ServiceProperties Class
Microsoft.WindowsAzure.Storage.Shared.Protocol Namespace