ServiceArtifactReference Class
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.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelServiceArtifactReference
Constructor
ServiceArtifactReference(*, id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}. # pylint: disable=line-too-long Required. |
Variables
Name | Description |
---|---|
id
|
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}. # pylint: disable=line-too-long Required. |
Azure SDK for Python