ContainerRegistryDockerBuildContent Constructor
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.
Initializes a new instance of ContainerRegistryDockerBuildContent.
public ContainerRegistryDockerBuildContent (string dockerFilePath, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPlatformProperties platform);
new Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryDockerBuildContent : string * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPlatformProperties -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryDockerBuildContent
Public Sub New (dockerFilePath As String, platform As ContainerRegistryPlatformProperties)
Parameters
- dockerFilePath
- String
The Docker file path relative to the source location.
- platform
- ContainerRegistryPlatformProperties
The platform properties against which the run has to happen.
Exceptions
dockerFilePath
or platform
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET