ArmAppPlatformModelFactory.AppPersistentDisk Method
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.
Initializes a new instance of AppPersistentDisk.
public static Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk AppPersistentDisk (int? sizeInGB = default, int? usedInGB = default, string mountPath = default);
static member AppPersistentDisk : Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.AppPlatform.Models.AppPersistentDisk
Public Shared Function AppPersistentDisk (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional usedInGB As Nullable(Of Integer) = Nothing, Optional mountPath As String = Nothing) As AppPersistentDisk
Parameters
- mountPath
- String
Mount path of the persistent disk.
Returns
A new AppPersistentDisk instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET