Uses of Class
com.azure.resourcemanager.compute.models.ServiceArtifactReference
Packages that use ServiceArtifactReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ServiceArtifactReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ServiceArtifactReferenceModifier and TypeMethodDescriptionstatic ServiceArtifactReferenceServiceArtifactReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceArtifactReference from the JsonReader.VirtualMachineScaleSetVMProfile.serviceArtifactReference()Get the serviceArtifactReference property: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.Set the id property: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}.Methods in com.azure.resourcemanager.compute.models with parameters of type ServiceArtifactReferenceModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withServiceArtifactReference(ServiceArtifactReference serviceArtifactReference) Set the serviceArtifactReference property: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.