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

DiffDiskOption Struct

Definition

Specifies the ephemeral disk option for operating system disk.

public readonly struct DiffDiskOption : IEquatable<Azure.ResourceManager.Compute.Models.DiffDiskOption>
type DiffDiskOption = struct
Public Structure DiffDiskOption
Implements IEquatable(Of DiffDiskOption)
Inheritance
DiffDiskOption
Implements

Constructors

Name Description
DiffDiskOption(String)

Initializes a new instance of DiffDiskOption.

Properties

Name Description
Local

Local.

Methods

Name Description
Equals(DiffDiskOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DiffDiskOption, DiffDiskOption)

Determines if two DiffDiskOption values are the same.

Implicit(String to DiffDiskOption)

Converts a String to a DiffDiskOption.

Inequality(DiffDiskOption, DiffDiskOption)

Determines if two DiffDiskOption values are not the same.

Applies to