Share via


ThreeTierConfiguration.StorageTransportFileShareConfiguration Property

Definition

The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. Please note FileShareConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CreateAndMountFileShareConfiguration, MountFileShareConfiguration and SkipFileShareConfiguration.

public Azure.ResourceManager.Workloads.Models.FileShareConfiguration StorageTransportFileShareConfiguration { get; set; }
member this.StorageTransportFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration with get, set
Public Property StorageTransportFileShareConfiguration As FileShareConfiguration

Property Value

Applies to