AppServicePlanData.StorageMounts 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.
Storage mounts associated with this App Service plan. Serialized Name: AppServicePlan.properties.storageMounts
public System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.StorageMount> StorageMounts { get; }
member this.StorageMounts : System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.StorageMount>
Public ReadOnly Property StorageMounts As IList(Of StorageMount)