Share via


IFileServiceProperties1 Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileServiceProperties1TypeConverter))]
public interface IFileServiceProperties1 : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileServiceProperties1TypeConverter))>]
type IFileServiceProperties1 = interface
    interface IJsonSerializable
Public Interface IFileServiceProperties1
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CorCorsRule

The List of CORS rules. You can include up to five CorsRule elements in the request.

MultichannelEnabled

Indicates whether multichannel is enabled

ShareDeleteRetentionPolicyAllowPermanentDelete

This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.

ShareDeleteRetentionPolicyDay

Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.

ShareDeleteRetentionPolicyEnabled

Indicates whether DeleteRetentionPolicy is enabled.

SmbAuthenticationMethod

SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.

SmbChannelEncryption

SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.

SmbKerberosTicketEncryption

Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'

SmbVersion

SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to