ArmComputeModelFactory.UefiKey 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.
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.