你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchDiffDiskPlacement 结构

定义

用户可以在请求中使用此属性来选择操作系统应位于的位置。例如,缓存用于临时 OS 磁盘预配的磁盘空间。 有关临时 OS 磁盘大小要求的详细信息,请参阅 上的 Windows VM https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements 和 Linux VM 的 https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements临时 OS 磁盘大小要求。

public readonly struct BatchDiffDiskPlacement : IEquatable<Azure.ResourceManager.Batch.Models.BatchDiffDiskPlacement>
type BatchDiffDiskPlacement = struct
Public Structure BatchDiffDiskPlacement
Implements IEquatable(Of BatchDiffDiskPlacement)
继承
BatchDiffDiskPlacement
实现

构造函数

BatchDiffDiskPlacement(String)

初始化 BatchDiffDiskPlacement 的新实例。

属性

CacheDisk

CacheDisk。

方法

Equals(BatchDiffDiskPlacement)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(BatchDiffDiskPlacement, BatchDiffDiskPlacement)

确定两个 BatchDiffDiskPlacement 值是否相同。

Implicit(String to BatchDiffDiskPlacement)

将字符串转换为 BatchDiffDiskPlacement

Inequality(BatchDiffDiskPlacement, BatchDiffDiskPlacement)

确定两个 BatchDiffDiskPlacement 值是否不同。

适用于