CacheSecuritySettings Constructors

Definition

Overloads

CacheSecuritySettings()

Initializes a new instance of the CacheSecuritySettings class.

CacheSecuritySettings(IList<NfsAccessPolicy>)

Initializes a new instance of the CacheSecuritySettings class.

CacheSecuritySettings()

Initializes a new instance of the CacheSecuritySettings class.

public CacheSecuritySettings ();
Public Sub New ()

Applies to

CacheSecuritySettings(IList<NfsAccessPolicy>)

Initializes a new instance of the CacheSecuritySettings class.

public CacheSecuritySettings (System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NfsAccessPolicy> accessPolicies = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheSecuritySettings : System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NfsAccessPolicy> -> Microsoft.Azure.Management.StorageCache.Models.CacheSecuritySettings
Public Sub New (Optional accessPolicies As IList(Of NfsAccessPolicy) = Nothing)

Parameters

accessPolicies
IList<NfsAccessPolicy>

NFS access policies defined for this cache.

Applies to