Share via


AttestationServicePatchParams Constructors

Definition

Overloads

AttestationServicePatchParams()

Initializes a new instance of the AttestationServicePatchParams class.

AttestationServicePatchParams(IDictionary<String,String>)

Initializes a new instance of the AttestationServicePatchParams class.

AttestationServicePatchParams()

Initializes a new instance of the AttestationServicePatchParams class.

public AttestationServicePatchParams ();
Public Sub New ()

Applies to

AttestationServicePatchParams(IDictionary<String,String>)

Initializes a new instance of the AttestationServicePatchParams class.

public AttestationServicePatchParams (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Attestation.Models.AttestationServicePatchParams : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Attestation.Models.AttestationServicePatchParams
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

The tags that will be assigned to the attestation service instance.

Applies to