共用方式為


ContainerRegistryImportSourceCredentials(String) Constructor

Definition

Initializes a new instance of ContainerRegistryImportSourceCredentials.

public ContainerRegistryImportSourceCredentials (string password);
new Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportSourceCredentials : string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportSourceCredentials
Public Sub New (password As String)

Parameters

password
String

The password used to authenticate with the source registry.

Exceptions

password is null.

Applies to