Uses of Class
com.azure.resourcemanager.batch.models.ServiceArtifactReference
Packages that use ServiceArtifactReference
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ServiceArtifactReference in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ServiceArtifactReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.serviceArtifactReference()Get the serviceArtifactReference property: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}.Set the id property: The service artifact reference id of ServiceArtifactReference 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.batch.models with parameters of type ServiceArtifactReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.withServiceArtifactReference(ServiceArtifactReference serviceArtifactReference) Set the serviceArtifactReference property: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}.