ServiceProperties Class
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.
Class representing a set of properties pertaining to a cloud storage service.
public sealed class ServiceProperties
type ServiceProperties = class
Public NotInheritable Class ServiceProperties
- Inheritance
-
ServiceProperties
Constructors
ServiceProperties() |
Initializes a new instance of the ServiceProperties class. |
ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties, DeleteRetentionPolicy, StaticWebsiteProperties) |
Initializes a new instance of the ServiceProperties class. |
ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties, DeleteRetentionPolicy) |
Initializes a new instance of the ServiceProperties class. |
Properties
Cors |
Gets or sets the Cross Origin Resource Sharing (CORS) properties. |
DefaultServiceVersion |
Gets or sets the default service version. |
DeleteRetentionPolicy |
Gets or sets the delete retention policy. |
HourMetrics |
Gets or sets the hour metrics properties. |
Logging |
Gets or sets the logging properties. |
MinuteMetrics |
Gets or sets the minute metrics properties. |
StaticWebsite |
Gets or sets the Static Website properties |
Applies to
Azure SDK for .NET