Freigeben über


ContainerRegistryImportSource(String) Konstruktor

Definition

Initialisiert eine neue instance von ContainerRegistryImportSource.

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

Parameter

sourceImage
String

Repositoryname des Quellimages. Geben Sie ein Image nach Repository an ("hello-world"). Dabei wird das Tag "neueste" verwendet. Geben Sie ein Image nach Tag ('hello-world:latest') an. Geben Sie ein Bild anhand des sha256-basierten Manifest-Digests ('hello-world@sha256:abc123') an.

Ausnahmen

sourceImage ist NULL.

Gilt für: