ArmIotFirmwareDefenseModelFactory.PairedKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET