ArmNetworkCloudModelFactory.ImageRepositoryCredentials 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.
public static Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials ImageRepositoryCredentials(string password = default, string registryUriString = default, string username = default);
static member ImageRepositoryCredentials : string * string * string -> Azure.ResourceManager.NetworkCloud.Models.ImageRepositoryCredentials
Public Shared Function ImageRepositoryCredentials (Optional password As String = Nothing, Optional registryUriString As String = Nothing, Optional username As String = Nothing) As ImageRepositoryCredentials
Parameters
- password
- String
The password or token used to access an image in the target repository.
- registryUriString
- String
The URL of the authentication server used to validate the repository credentials.
- username
- String
The username used to access an image in the target repository.
Returns
A new ImageRepositoryCredentials instance for mocking.