IotOperationsRegistryEndpointProperties 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 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.