Uses of Class
com.azure.resourcemanager.compute.models.GalleryArtifactVersionSource
-
Packages that use GalleryArtifactVersionSource Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryArtifactVersionSource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryArtifactVersionSource Modifier and Type Method Description GalleryArtifactVersionSourceGalleryDiskImage. source()Get the source property: The gallery artifact version source.GalleryArtifactVersionSourceGalleryImageVersionStorageProfile. source()Get the source property: The gallery artifact version source.GalleryArtifactVersionSourceGalleryArtifactVersionSource. withId(String id)Set the id property: The id of the gallery artifact version source.GalleryArtifactVersionSourceGalleryArtifactVersionSource. withUri(String uri)Set the uri property: The uri of the gallery artifact version source.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryArtifactVersionSource Modifier and Type Method Description GalleryDataDiskImageGalleryDataDiskImage. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.GalleryDiskImageGalleryDiskImage. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.GalleryOSDiskImageGalleryOSDiskImage. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.
-