IWithPublicOrPrivateImageRegistry Interface

Definition

The stage of the container group definition allowing to specify a public only or private image registry.

public interface IWithPublicOrPrivateImageRegistry : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistry, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPublicImageRegistryOnly
type IWithPublicOrPrivateImageRegistry = interface
    interface IWithPublicImageRegistryOnly
    interface IWithPrivateImageRegistry
Public Interface IWithPublicOrPrivateImageRegistry
Implements IWithPrivateImageRegistry, IWithPublicImageRegistryOnly
Derived
Implements

Methods

WithPrivateImageRegistry(String, String, String)

Specifies the private container image registry server login for the container group.

(Inherited from IWithPrivateImageRegistry)
WithPublicImageRegistryOnly()

Only public container image repository will be used to create the container instances in the container group.

(Inherited from IWithPublicImageRegistryOnly)

Applies to