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

DevOpsEphemeralType Struct

Definition

The type of Ephemeral option the pool will use on underlying VMs when loading this image.

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

Constructors

Name Description
DevOpsEphemeralType(String)

Initializes a new instance of DevOpsEphemeralType.

Properties

Name Description
Automatic

Ephemeral is handled by Managed DevOps Pools service.

CacheDisk

CacheDisk ephemeral only, requires that the SKU has a cache that is large enough for the image.

ResourceDisk

ResourceDisk ephemeral only, requires only that the SKU supports it.

Methods

Name Description
Equals(DevOpsEphemeralType)

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(DevOpsEphemeralType, DevOpsEphemeralType)

Determines if two DevOpsEphemeralType values are the same.

Implicit(String to DevOpsEphemeralType)

Converts a string to a DevOpsEphemeralType.

Implicit(String to Nullable<DevOpsEphemeralType>)
Inequality(DevOpsEphemeralType, DevOpsEphemeralType)

Determines if two DevOpsEphemeralType values are not the same.

Applies to