ArmComputeModelFactory.GalleryArtifactVersionFullSource Method

Definition

public static Azure.ResourceManager.Compute.Models.GalleryArtifactVersionFullSource GalleryArtifactVersionFullSource(Azure.Core.ResourceIdentifier id = default, string communityGalleryImageId = default, Azure.Core.ResourceIdentifier virtualMachineId = default);
static member GalleryArtifactVersionFullSource : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.GalleryArtifactVersionFullSource
Public Shared Function GalleryArtifactVersionFullSource (Optional id As ResourceIdentifier = Nothing, Optional communityGalleryImageId As String = Nothing, Optional virtualMachineId As ResourceIdentifier = Nothing) As GalleryArtifactVersionFullSource

Parameters

id
ResourceIdentifier

The id of the gallery artifact version source.

communityGalleryImageId
String

The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.

virtualMachineId
ResourceIdentifier

The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.

Returns

A new GalleryArtifactVersionFullSource instance for mocking.

Applies to