UserArtifactSource 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
UserArtifactSource() |
Initializes a new instance of the UserArtifactSource class. |
UserArtifactSource(String, String) |
Initializes a new instance of the UserArtifactSource class. |
UserArtifactSource()
Initializes a new instance of the UserArtifactSource class.
public UserArtifactSource ();
Public Sub New ()
Applies to
UserArtifactSource(String, String)
Initializes a new instance of the UserArtifactSource class.
public UserArtifactSource (string fileName, string mediaLink);
new Microsoft.Azure.Management.Compute.Fluent.Models.UserArtifactSource : string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.UserArtifactSource
Public Sub New (fileName As String, mediaLink As String)
Parameters
- fileName
- String
Required. The fileName of the artifact.
- mediaLink
- String
Required. The mediaLink of the artifact, must be a readable storage blob.