Share via


service_properties_includes Class

Specifies which items to include when setting service properties.

class service_properties_includes;

Members

Public Constructors

Name Description

service_properties_includes::service_properties_includes Constructor

Overloaded. Initializes a new instance of the service_properties_includes class.

Public Methods

Name Description

service_properties_includes::all Method

Gets a service_properties_includes object that includes all available service properties.

service_properties_includes::cors Method

Indicates whether CORS properties are to be included when the service properties are next modified.

service_properties_includes::hour_metrics Method

Indicates whether hour metrics properties are to be included when the service properties are next modified.

service_properties_includes::logging Method

Indicates whether logging properties are to be included when the service properties are next modified.

service_properties_includes::minute_metrics Method

Indicates whether minute metrics properties are to be included when the service properties are next modified.

service_properties_includes::set_cors Method

Specifies whether CORS properties are to be included when the service properties are next modified.

service_properties_includes::set_hour_metrics Method

Specifies whether hour metrics properties are to be included when the service properties are next modified.

service_properties_includes::set_logging Method

Specifies whether logging properties are to be included when the service properties are next modified.

service_properties_includes::set_minute_metrics Method

Specifies whether minute metrics properties are to be included when the service properties are next modified.

Public Operators

Name Description

service_properties_includes::operator= Operator

Returns a reference to a service_properties_includes object.

Inheritance Hierarchy

service_properties_includes

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace