ArmSecurityCenterModelFactory.MdeOnboarding Method
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.
Initializes a new instance of MdeOnboarding.
public static Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding MdeOnboarding (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, byte[] onboardingPackageWindows = default, byte[] onboardingPackageLinux = default);
static member MdeOnboarding : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * byte[] * byte[] -> Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding
Public Shared Function MdeOnboarding (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional onboardingPackageWindows As Byte() = Nothing, Optional onboardingPackageLinux As Byte() = Nothing) As MdeOnboarding
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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.
Returns
A new MdeOnboarding instance for mocking.
Applies to
Azure SDK for .NET