MdeOnboardingDataInner Class

public final class MdeOnboardingDataInner
extends ProxyResource

The resource of the configuration or data needed to onboard the machine to MDE.

Constructor Summary

Constructor Description
MdeOnboardingDataInner()

Creates an instance of MdeOnboardingDataInner class.

Method Summary

Modifier and Type Method and Description
byte[] onboardingPackageLinux()

Get the onboardingPackageLinux property: The onboarding package used to onboard Linux machines to MDE, coded in base64.

byte[] onboardingPackageWindows()

Get the onboardingPackageWindows property: The onboarding package used to onboard Windows machines to MDE, coded in base64.

void validate()

Validates the instance.

MdeOnboardingDataInner withOnboardingPackageLinux(byte[] onboardingPackageLinux)

Set the onboardingPackageLinux property: The onboarding package used to onboard Linux machines to MDE, coded in base64.

MdeOnboardingDataInner withOnboardingPackageWindows(byte[] onboardingPackageWindows)

Set the onboardingPackageWindows property: The onboarding package used to onboard Windows machines to MDE, coded in base64.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

MdeOnboardingDataInner

public MdeOnboardingDataInner()

Creates an instance of MdeOnboardingDataInner class.

Method Details

onboardingPackageLinux

public byte[] onboardingPackageLinux()

Get the onboardingPackageLinux property: 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.

Returns:

the onboardingPackageLinux value.

onboardingPackageWindows

public byte[] onboardingPackageWindows()

Get the onboardingPackageWindows property: 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.

Returns:

the onboardingPackageWindows value.

validate

public void validate()

Validates the instance.

withOnboardingPackageLinux

public MdeOnboardingDataInner withOnboardingPackageLinux(byte[] onboardingPackageLinux)

Set the onboardingPackageLinux property: 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.

Parameters:

onboardingPackageLinux - the onboardingPackageLinux value to set.

Returns:

the MdeOnboardingDataInner object itself.

withOnboardingPackageWindows

public MdeOnboardingDataInner withOnboardingPackageWindows(byte[] onboardingPackageWindows)

Set the onboardingPackageWindows property: 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.

Parameters:

onboardingPackageWindows - the onboardingPackageWindows value to set.

Returns:

the MdeOnboardingDataInner object itself.

Applies to