다음을 통해 공유


GalleryApplicationVersionPublishingProfile(UserArtifactSource) Constructor

Definition

Initializes a new instance of GalleryApplicationVersionPublishingProfile.

public GalleryApplicationVersionPublishingProfile (Azure.ResourceManager.Compute.Models.UserArtifactSource source);
new Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile : Azure.ResourceManager.Compute.Models.UserArtifactSource -> Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile
Public Sub New (source As UserArtifactSource)

Parameters

source
UserArtifactSource

The source image from which the Image Version is going to be created.

Exceptions

source is null.

Applies to