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()
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings ();
Public Sub New ()
Applies to
DiffDiskSettings(Nullable<DiffDiskPlacement>)
Initializes a new instance of the DiffDiskSettings class.
public DiffDiskSettings (Microsoft.Azure.Management.Batch.Models.DiffDiskPlacement? placement = default);
new Microsoft.Azure.Management.Batch.Models.DiffDiskSettings : Nullable<Microsoft.Azure.Management.Batch.Models.DiffDiskPlacement> -> Microsoft.Azure.Management.Batch.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
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