ArmDevOpsInfrastructureModelFactory.DevOpsPoolVmImage Method
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 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.
Returns
A new DevOpsPoolVmImage instance for mocking.