DevOpsEphemeralType Struct
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.
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. |