Share via


MountConfiguration.CifsMountConfiguration Property

Definition

Gets or sets the CIFS/SMB file system to mount on each node.

[Newtonsoft.Json.JsonProperty(PropertyName="cifsMountConfiguration")]
public Microsoft.Azure.Batch.Protocol.Models.CIFSMountConfiguration CifsMountConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cifsMountConfiguration")>]
member this.CifsMountConfiguration : Microsoft.Azure.Batch.Protocol.Models.CIFSMountConfiguration with get, set
Public Property CifsMountConfiguration As CIFSMountConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is mutually exclusive with all other properties.

Applies to