ArmDevOpsInfrastructureModelFactory.DevOpsPoolVmImage Method

Definition

The VM image of the machines in the pool.

public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolVmImage DevOpsPoolVmImage(string resourceId = default, string wellKnownImageName = default, System.Collections.Generic.IEnumerable<string> aliases = default, string buffer = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsEphemeralType? ephemeralType = default, bool? isEphemeral = default);
static member DevOpsPoolVmImage : string * string * seq<string> * string * Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsEphemeralType> * Nullable<bool> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolVmImage
Public Shared Function DevOpsPoolVmImage (Optional resourceId As String = Nothing, Optional wellKnownImageName As String = Nothing, Optional aliases As IEnumerable(Of String) = Nothing, Optional buffer As String = Nothing, Optional ephemeralType As Nullable(Of DevOpsEphemeralType) = Nothing, Optional isEphemeral As Nullable(Of Boolean) = Nothing) As DevOpsPoolVmImage

Parameters

resourceId
String

The resource id of the image.

wellKnownImageName
String

The image to use from a well-known set of images made available to customers.

aliases
IEnumerable<String>

List of aliases to reference the image by.

buffer
String

The percentage of the buffer to be allocated to this image.

ephemeralType
Nullable<DevOpsEphemeralType>

The ephemeral type of the image.

isEphemeral
Nullable<Boolean>

Read only. Determines if the image is ephemeral.

Returns

A new DevOpsPoolVmImage instance for mocking.

Applies to