IDockerBuildRequest 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.DockerBuildRequestTypeConverter))]
public interface IDockerBuildRequest : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.DockerBuildRequestTypeConverter))>]
type IDockerBuildRequest = interface
interface IJsonSerializable
interface IRunRequest
Public Interface IDockerBuildRequest
Implements IRunRequest
- Derived
- Attributes
- Implements
Properties
AgentConfigurationCpu |
The CPU configuration in terms of number of cores required for the run. |
AgentPoolName |
The dedicated agent pool for the run. (Inherited from IRunRequest) |
Argument |
The collection of override arguments to be used when executing the run. |
CredentialsCustomRegistry |
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry. |
DockerFilePath |
The Docker file path relative to the source location. |
ImageName |
The fully qualified image names including the repository and tag. |
IsArchiveEnabled |
The value that indicates whether archiving is enabled for the run or not. (Inherited from IRunRequest) |
IsPushEnabled |
The value of this property indicates whether the image built should be pushed to the registry or not. |
LogTemplate |
The template that describes the repository and tag information for run log artifact. (Inherited from IRunRequest) |
NoCache |
The value of this property indicates whether the image cache is enabled or not. |
PlatformArchitecture |
The OS architecture. |
PlatformOS |
The operating system type required for the run. |
PlatformVariant |
Variant of the CPU. |
SourceLocation |
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API. |
SourceRegistryLoginMode |
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run. |
Target |
The name of the target build stage for the docker build. |
Timeout |
Run timeout in seconds. |
Type |
The type of the run request. (Inherited from IRunRequest) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |