ContainerGroupImageRegistryCredential(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 ContainerGroupImageRegistryCredential.
public ContainerGroupImageRegistryCredential (string server);
new Azure.ResourceManager.ContainerInstance.Models.ContainerGroupImageRegistryCredential : string -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupImageRegistryCredential
Public Sub New (server As String)
Parameters
- server
- String
The Docker image registry server without a protocol such as "http" and "https".
Exceptions
server
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET