ArmContainerRegistryModelFactory.ConnectedRegistryLoginServer 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.
Initializes a new instance of ConnectedRegistryLoginServer.
public static Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryLoginServer ConnectedRegistryLoginServer(string host = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTlsProperties tls = default);
static member ConnectedRegistryLoginServer : string * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTlsProperties -> Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryLoginServer
Public Shared Function ConnectedRegistryLoginServer (Optional host As String = Nothing, Optional tls As ContainerRegistryTlsProperties = Nothing) As ConnectedRegistryLoginServer
Parameters
- host
- String
The host of the connected registry. Can be FQDN or IP.
The TLS properties of the connected registry login server.
Returns
A new ConnectedRegistryLoginServer instance for mocking.