ServiceArtifactReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceArtifactReference() |
Initializes a new instance of the ServiceArtifactReference class. |
ServiceArtifactReference(String) |
Initializes a new instance of the ServiceArtifactReference class. |
ServiceArtifactReference()
- Source:
- ServiceArtifactReference.cs
Initializes a new instance of the ServiceArtifactReference class.
public ServiceArtifactReference ();
Public 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.Protocol.Models.ServiceArtifactReference : string -> Microsoft.Azure.Batch.Protocol.Models.ServiceArtifactReference
Public Sub New (id As String)
Parameters
- id
- String
The service artifact reference id of ServiceArtifactReference
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET