ArmNetworkCloudModelFactory.ImageRepositoryCredentials Method

Definition

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.

Applies to