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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type UserArtifactSourceModifier and TypeClassDescriptionfinal classThe source image from which the Image Version is going to be created.Methods in com.azure.resourcemanager.compute.models that return UserArtifactSourceModifier and TypeMethodDescriptionstatic UserArtifactSourceUserArtifactSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserArtifactSource from the JsonReader.GalleryApplicationVersionPublishingProfile.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.