ArmIotOperationsModelFactory.RegistryEndpointTrustedSigningKey(String) Method

Definition

public static Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKey RegistryEndpointTrustedSigningKey(string type = default);
static member RegistryEndpointTrustedSigningKey : string -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKey
Public Shared Function RegistryEndpointTrustedSigningKey (Optional type As String = Nothing) As RegistryEndpointTrustedSigningKey

Parameters

type
String

The trust type for the registry endpoint.

Returns

A new RegistryEndpointTrustedSigningKey instance for mocking.

Applies to