UserArtifactSettings 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
UserArtifactSettings() |
Initializes a new instance of the UserArtifactSettings class. |
UserArtifactSettings(String, String) |
Initializes a new instance of the UserArtifactSettings class. |
UserArtifactSettings()
Initializes a new instance of the UserArtifactSettings class.
public UserArtifactSettings ();
Public Sub New ()
Applies to
UserArtifactSettings(String, String)
Initializes a new instance of the UserArtifactSettings class.
public UserArtifactSettings (string packageFileName = default, string configFileName = default);
new Microsoft.Azure.Management.Compute.Models.UserArtifactSettings : string * string -> Microsoft.Azure.Management.Compute.Models.UserArtifactSettings
Public Sub New (Optional packageFileName As String = Nothing, Optional configFileName As String = Nothing)
Parameters
- packageFileName
- String
Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.
- configFileName
- String
Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".
Applies to
Azure SDK for .NET