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


AdvancedThreatProtectionListResult Class

Definition

A list of the server's Advanced Threat Protection configurations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.AdvancedThreatProtectionListResultTypeConverter))]
public class AdvancedThreatProtectionListResult : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtectionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.AdvancedThreatProtectionListResultTypeConverter))>]
type AdvancedThreatProtectionListResult = class
    interface IAdvancedThreatProtectionListResult
    interface IJsonSerializable
Public Class AdvancedThreatProtectionListResult
Implements IAdvancedThreatProtectionListResult
Inheritance
AdvancedThreatProtectionListResult
Attributes
Implements

Constructors

AdvancedThreatProtectionListResult()

Creates an new AdvancedThreatProtectionListResult instance.

Properties

NextLink

Link to retrieve next page of results.

Value

Array of results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdvancedThreatProtectionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdvancedThreatProtectionListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtectionListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdvancedThreatProtectionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to