ArmComputeModelFactory.GalleryArtifactVersionFullSource 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.
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
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.