Bagikan melalui


ArmIotFirmwareDefenseModelFactory.PairedKey Method

Definition

Initializes a new instance of PairedKey.

public static Azure.ResourceManager.IotFirmwareDefense.Models.PairedKey PairedKey (string id = default, string pairedKeyType = default, BinaryData additionalProperties = default);
static member PairedKey : string * string * BinaryData -> Azure.ResourceManager.IotFirmwareDefense.Models.PairedKey
Public Shared Function PairedKey (Optional id As String = Nothing, Optional pairedKeyType As String = Nothing, Optional additionalProperties As BinaryData = Nothing) As PairedKey

Parameters

id
String

ID of the paired key or certificate.

pairedKeyType
String

The type indicating whether the paired object is a key or certificate.

additionalProperties
BinaryData

Additional paired key properties.

Returns

A new PairedKey instance for mocking.

Applies to