MdeOnboardingDataProperties 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
MdeOnboardingDataProperties() |
Initializes a new instance of the MdeOnboardingDataProperties class. |
MdeOnboardingDataProperties(Byte[], Byte[]) |
Initializes a new instance of the MdeOnboardingDataProperties class. |
MdeOnboardingDataProperties()
Initializes a new instance of the MdeOnboardingDataProperties class.
public MdeOnboardingDataProperties ();
Public Sub New ()
Applies to
MdeOnboardingDataProperties(Byte[], Byte[])
Initializes a new instance of the MdeOnboardingDataProperties class.
public MdeOnboardingDataProperties (byte[] onboardingPackageWindows = default, byte[] onboardingPackageLinux = default);
new Microsoft.Azure.Management.Security.Models.MdeOnboardingDataProperties : byte[] * byte[] -> Microsoft.Azure.Management.Security.Models.MdeOnboardingDataProperties
Public Sub New (Optional onboardingPackageWindows As Byte() = Nothing, Optional onboardingPackageLinux As Byte() = Nothing)
Parameters
- 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