Dela via


SuppressionContractListResult Class

Definition

The list of Advisor suppressions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.SuppressionContractListResultTypeConverter))]
public class SuppressionContractListResult : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ISuppressionContractListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.SuppressionContractListResultTypeConverter))>]
type SuppressionContractListResult = class
    interface ISuppressionContractListResult
    interface IJsonSerializable
Public Class SuppressionContractListResult
Implements ISuppressionContractListResult
Inheritance
SuppressionContractListResult
Attributes
Implements

Constructors

SuppressionContractListResult()

Creates an new SuppressionContractListResult instance.

Properties

NextLink

The link used to get the next page of suppressions.

Value

The list of suppressions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SuppressionContractListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SuppressionContractListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ISuppressionContractListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SuppressionContractListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to