Megosztás a következőn keresztül:


CspmMonitorAwsOffering Class

Definition

The CSPM monitoring for AWS offering

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CspmMonitorAwsOfferingTypeConverter))]
public class CspmMonitorAwsOffering : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ICspmMonitorAwsOffering, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CspmMonitorAwsOfferingTypeConverter))>]
type CspmMonitorAwsOffering = class
    interface ICspmMonitorAwsOffering
    interface IJsonSerializable
    interface ICloudOffering
    interface IValidates
Public Class CspmMonitorAwsOffering
Implements ICspmMonitorAwsOffering, IValidates
Inheritance
CspmMonitorAwsOffering
Attributes
Implements

Constructors

CspmMonitorAwsOffering()

Creates an new CspmMonitorAwsOffering instance.

Properties

Description

The offering description.

NativeCloudConnectionCloudRoleArn

The cloud role ARN in AWS for this feature

OfferingType

The type of the security offering.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CspmMonitorAwsOffering.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CspmMonitorAwsOffering.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ICspmMonitorAwsOffering.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CspmMonitorAwsOffering into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to