Share via


AppCustomPersistentDiskProperties(String) Constructor

Definition

Initializes a new instance of AppCustomPersistentDiskProperties.

protected AppCustomPersistentDiskProperties (string mountPath);
new Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties : string -> Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties
Protected Sub New (mountPath As String)

Parameters

mountPath
String

The mount path of the persistent disk.

Exceptions

mountPath is null.

Applies to