SuppressionContract Constructors

Definition

Overloads

SuppressionContract()

Initializes a new instance of the SuppressionContract class.

SuppressionContract(String, String, String, String, String)

Initializes a new instance of the SuppressionContract class.

SuppressionContract()

Initializes a new instance of the SuppressionContract class.

public SuppressionContract ();
Public Sub New ()

Applies to

SuppressionContract(String, String, String, String, String)

Initializes a new instance of the SuppressionContract class.

public SuppressionContract (string id = default, string name = default, string type = default, string suppressionId = default, string ttl = default);
new Microsoft.Azure.Management.Advisor.Models.SuppressionContract : string * string * string * string * string -> Microsoft.Azure.Management.Advisor.Models.SuppressionContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional suppressionId As String = Nothing, Optional ttl As String = Nothing)

Parameters

id
String

The resource ID.

name
String

The name of the resource.

type
String

The type of the resource.

suppressionId
String

The GUID of the suppression.

ttl
String

The duration for which the suppression is valid.

Applies to