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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET