RegistryEndpointTrustedSigningKeyConfigMap(String) Constructor
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 RegistryEndpointTrustedSigningKeyConfigMap.
public RegistryEndpointTrustedSigningKeyConfigMap(string configMapRef);
new Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKeyConfigMap : string -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKeyConfigMap
Public Sub New (configMapRef As String)
Parameters
- configMapRef
- String
The name of the configmap.
Exceptions
configMapRef is null.