Disk.UpdateStages.WithOSSettings Interface
public static interface Disk.UpdateStages.WithOSSettings
The stage of the managed disk update allowing to specify OS settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withOSType(OperatingSystemTypes osType)
Specifies the operating system. |
Method Details
withOSType
public abstract Disk.Update withOSType(OperatingSystemTypes osType)
Specifies the operating system.
Parameters:
osType
- operating system type
Returns:
the next stage of the update
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java