Partilhar via


DefenderForDevOpsGitLabOffering Class

Definition

The Defender for DevOps for Gitlab offering

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

Constructors

DefenderForDevOpsGitLabOffering()

Creates an new DefenderForDevOpsGitLabOffering instance.

Properties

Description

The offering description.

OfferingType

The type of the security offering.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefenderForDevOpsGitLabOffering.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefenderForDevOpsGitLabOffering.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefenderForDevOpsGitLabOffering into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to