Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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
)
 
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
)
Return to top