Uses of Class
com.azure.compute.batch.models.ServiceArtifactReference
Packages that use ServiceArtifactReference
-
Uses of ServiceArtifactReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ServiceArtifactReferenceModifier and TypeMethodDescriptionstatic ServiceArtifactReference
ServiceArtifactReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceArtifactReference from the JsonReader.VirtualMachineConfiguration.getServiceArtifactReference()
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.Methods in com.azure.compute.batch.models with parameters of type ServiceArtifactReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.setServiceArtifactReference
(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.