Share via


SentinelOnboardingStateProperties Class

Definition

The Sentinel onboarding state properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SentinelOnboardingStatePropertiesTypeConverter))]
public class SentinelOnboardingStateProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SentinelOnboardingStatePropertiesTypeConverter))>]
type SentinelOnboardingStateProperties = class
    interface ISentinelOnboardingStateProperties
    interface IJsonSerializable
Public Class SentinelOnboardingStateProperties
Implements ISentinelOnboardingStateProperties
Inheritance
SentinelOnboardingStateProperties
Attributes
Implements

Constructors

SentinelOnboardingStateProperties()

Creates an new SentinelOnboardingStateProperties instance.

Properties

CustomerManagedKey

Flag that indicates the status of the CMK setting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SentinelOnboardingStateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SentinelOnboardingStateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingStateProperties.

FromJsonString(String)

Creates a new instance of SentinelOnboardingStateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SentinelOnboardingStateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to