Uses of Class
com.azure.resourcemanager.compute.models.UserArtifactSource
-
Packages that use UserArtifactSource Package Description com.azure.resourcemanager.compute.models 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 UserArtifactSource Modifier and Type Method Description UserArtifactSourceGalleryApplicationVersionPublishingProfile. source()Get the source property: The source image from which the Image Version is going to be created.UserArtifactSourceUserArtifactSource. withDefaultConfigurationLink(String defaultConfigurationLink)Set the defaultConfigurationLink property: Optional.UserArtifactSourceUserArtifactSource. withMediaLink(String mediaLink)Set the mediaLink property: Required.Methods in com.azure.resourcemanager.compute.models with parameters of type UserArtifactSource Modifier and Type Method Description GalleryApplicationVersionPublishingProfileGalleryApplicationVersionPublishingProfile. withSource(UserArtifactSource source)Set the source property: The source image from which the Image Version is going to be created.
-