IWithPublicOrPrivateImageRegistry Interface
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.
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) |