MdeOnboardingData 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
MdeOnboardingData() |
Initializes a new instance of the MdeOnboardingData class. |
MdeOnboardingData(String, String, String, Byte[], Byte[]) |
Initializes a new instance of the MdeOnboardingData class. |
MdeOnboardingData()
Initializes a new instance of the MdeOnboardingData class.
public MdeOnboardingData ();
Public Sub New ()
Applies to
MdeOnboardingData(String, String, String, Byte[], Byte[])
Initializes a new instance of the MdeOnboardingData class.
public MdeOnboardingData (string id = default, string name = default, string type = default, byte[] onboardingPackageWindows = default, byte[] onboardingPackageLinux = default);
new Microsoft.Azure.Management.Security.Models.MdeOnboardingData : string * string * string * byte[] * byte[] -> Microsoft.Azure.Management.Security.Models.MdeOnboardingData
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional onboardingPackageWindows As Byte() = Nothing, Optional onboardingPackageLinux As Byte() = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- onboardingPackageWindows
- Byte[]
The onboarding package used to onboard Windows machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension
- onboardingPackageLinux
- Byte[]
The onboarding package used to onboard Linux machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension