次の方法で共有


ServiceArtifactReference Class

Definition

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.

public class ServiceArtifactReference : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.ServiceArtifactReference>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.ServiceArtifactReference>
type ServiceArtifactReference = class
    interface IJsonModel<ServiceArtifactReference>
    interface IPersistableModel<ServiceArtifactReference>
Public Class ServiceArtifactReference
Implements IJsonModel(Of ServiceArtifactReference), IPersistableModel(Of ServiceArtifactReference)
Inheritance
ServiceArtifactReference
Implements

Constructors

ServiceArtifactReference(String)

Initializes a new instance of ServiceArtifactReference.

Properties

Id

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}.

Explicit Interface Implementations

IJsonModel<ServiceArtifactReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceArtifactReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceArtifactReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceArtifactReference>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceArtifactReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to