你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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