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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET