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()
Initializes a new instance of the ServiceArtifactReference class.
public ServiceArtifactReference ();
Public Sub New ()
Applies to
ServiceArtifactReference(String)
Initializes a new instance of the ServiceArtifactReference class.
public ServiceArtifactReference (string id = default);
new Microsoft.Azure.Management.Compute.Models.ServiceArtifactReference : string -> Microsoft.Azure.Management.Compute.Models.ServiceArtifactReference
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
Applies to
Azure SDK for .NET