ICacheProperties.DirectoryServicesSetting Property
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.
Specifies Directory Services settings of the cache.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies Directory Services settings of the cache.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings) }, ReadOnly=false, Required=false, SerializedName="directoryServicesSettings")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings DirectoryServicesSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies Directory Services settings of the cache.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings) }, ReadOnly=false, Required=false, SerializedName="directoryServicesSettings")>]
member this.DirectoryServicesSetting : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings with get, set
Public Property DirectoryServicesSetting As ICacheDirectorySettings
Property Value
- Attributes