Uses of Class
com.azure.resourcemanager.compute.models.UserArtifactSource
Packages that use UserArtifactSource
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UserArtifactSource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UserArtifactSourceModifier and TypeMethodDescriptionGalleryApplicationVersionPublishingProfile.source()Get the source property: The source image from which the Image Version is going to be created.UserArtifactSource.withDefaultConfigurationLink(String defaultConfigurationLink) Set the defaultConfigurationLink property: Optional.UserArtifactSource.withMediaLink(String mediaLink) Set the mediaLink property: Required.Methods in com.azure.resourcemanager.compute.models with parameters of type UserArtifactSourceModifier and TypeMethodDescriptionGalleryApplicationVersionPublishingProfile.withSource(UserArtifactSource source) Set the source property: The source image from which the Image Version is going to be created.