ArmComputeModelFactory.UefiKey Method

Definition

public static Azure.ResourceManager.Compute.Models.UefiKey UefiKey(Azure.ResourceManager.Compute.Models.UefiKeyType? keyType = default, System.Collections.Generic.IEnumerable<string> value = default);
static member UefiKey : Nullable<Azure.ResourceManager.Compute.Models.UefiKeyType> * seq<string> -> Azure.ResourceManager.Compute.Models.UefiKey
Public Shared Function UefiKey (Optional keyType As Nullable(Of UefiKeyType) = Nothing, Optional value As IEnumerable(Of String) = Nothing) As UefiKey

Parameters

keyType
Nullable<UefiKeyType>

The type of key signature.

value
IEnumerable<String>

The value of the key signature.

Returns

A new UefiKey instance for mocking.

Applies to