Share via


ServiceArtifactReference Constructors

Definition

Overloads

ServiceArtifactReference()

Default constructor to support mocking the ServiceArtifactReference class.

ServiceArtifactReference(String)

Initializes a new instance of the ServiceArtifactReference class.

ServiceArtifactReference()

Source:
ServiceArtifactReference.cs

Default constructor to support mocking the ServiceArtifactReference class.

protected ServiceArtifactReference ();
Protected Sub New ()

Applies to

ServiceArtifactReference(String)

Source:
ServiceArtifactReference.cs

Initializes a new instance of the ServiceArtifactReference class.

public ServiceArtifactReference (string id);
new Microsoft.Azure.Batch.ServiceArtifactReference : string -> Microsoft.Azure.Batch.ServiceArtifactReference
Public Sub New (id As String)

Parameters

id
String

The service artifact reference id of ServiceArtifactReference

Applies to