PersistentDisk Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PersistentDisk() |
Initialise une nouvelle instance de la classe PersistentDisk. |
PersistentDisk(Nullable<Int32>, Nullable<Int32>, String) |
Initialise une nouvelle instance de la classe PersistentDisk. |
PersistentDisk()
Initialise une nouvelle instance de la classe PersistentDisk.
public PersistentDisk ();
Public Sub New ()
S’applique à
PersistentDisk(Nullable<Int32>, Nullable<Int32>, String)
Initialise une nouvelle instance de la classe PersistentDisk.
public PersistentDisk (int? sizeInGB = default, int? usedInGB = default, string mountPath = default);
new Microsoft.Azure.Management.AppPlatform.Models.PersistentDisk : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.AppPlatform.Models.PersistentDisk
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional usedInGB As Nullable(Of Integer) = Nothing, Optional mountPath As String = Nothing)
Paramètres
- mountPath
- String
Chemin de montage du disque persistant
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET