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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET