UnattendPassSettings 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
UnattendPassSettings() |
Initializes a new instance of the UnattendPassSettings class. |
UnattendPassSettings(String) |
Initializes a new instance of the UnattendPassSettings class with required arguments. |
UnattendPassSettings()
Initializes a new instance of the UnattendPassSettings class.
public UnattendPassSettings ();
Public Sub New ()
Applies to
UnattendPassSettings(String)
Initializes a new instance of the UnattendPassSettings class with required arguments.
public UnattendPassSettings (string passName);
new Microsoft.WindowsAzure.Management.Compute.Models.UnattendPassSettings : string -> Microsoft.WindowsAzure.Management.Compute.Models.UnattendPassSettings
Public Sub New (passName As String)
Parameters
- passName
- String