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) |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET