IotOperationsRegistryEndpointProperties Constructor

Definition

Initializes a new instance of IotOperationsRegistryEndpointProperties.

public IotOperationsRegistryEndpointProperties(string host, Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication authentication);
new Azure.ResourceManager.IotOperations.Models.IotOperationsRegistryEndpointProperties : string * Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication -> Azure.ResourceManager.IotOperations.Models.IotOperationsRegistryEndpointProperties
Public Sub New (host As String, authentication As RegistryEndpointAuthentication)

Parameters

host
String

The Container Registry endpoint hostname.

authentication
RegistryEndpointAuthentication

The authentication settings for the Azure Container Registry.

Exceptions

host or authentication is null.

Applies to