FileServicePropertiesProperties Class

The properties of File services in storage account.

Constructor

FileServicePropertiesProperties(*args: Any, **kwargs: Any)

Variables

Name Description
cors

Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service.

share_delete_retention_policy

The file service properties for share soft delete.

protocol_settings

Protocol settings for file service.

Attributes

cors

Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service.

cors: _models.CorsRules | None

protocol_settings

Protocol settings for file service.

protocol_settings: _models.ProtocolSettings | None

share_delete_retention_policy

The file service properties for share soft delete.

share_delete_retention_policy: _models.DeleteRetentionPolicy | None