CacheSecuritySettings Constructors
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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET