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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET