DiffDiskSettings Constructors
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.
Overloads
DiffDiskSettings() |
Initializes a new instance of the DiffDiskSettings class. |
DiffDiskSettings(Nullable<DiffDiskPlacement>) |
Initializes a new instance of the DiffDiskSettings class. |
DiffDiskSettings()
- Source:
- DiffDiskSettings.cs
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings ();
Public Sub New ()
Applies to
DiffDiskSettings(Nullable<DiffDiskPlacement>)
- Source:
- DiffDiskSettings.cs
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings (Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement? placement = default);
new Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings : Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> -> Microsoft.Azure.Batch.Protocol.Models.DiffDiskSettings
Public Sub New (Optional placement As Nullable(Of DiffDiskPlacement) = Nothing)
Parameters
- placement
- Nullable<DiffDiskPlacement>
Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET