azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

405 строки
34 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest"
name: "DockerBuildRequest"
nameWithType: "DockerBuildRequest"
summary: "The parameters for a docker quick build."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest?alt=com.azure.resourcemanager.containerregistry.models.RunRequest&text=RunRequest\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.agentPoolName()?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.agentPoolName&text=agentPoolName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.isArchiveEnabled()?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.isArchiveEnabled&text=isArchiveEnabled\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.logTemplate()?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.logTemplate&text=logTemplate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.type()?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.validate()?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.withAgentPoolName(java.lang.String)?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.withAgentPoolName&text=withAgentPoolName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.withIsArchiveEnabled(java.lang.Boolean)?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.withIsArchiveEnabled&text=withIsArchiveEnabled\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest.withLogTemplate(java.lang.String)?alt=com.azure.resourcemanager.containerregistry.models.RunRequest.withLogTemplate&text=withLogTemplate\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DockerBuildRequest**</br> extends <xref href=\"com.azure.resourcemanager.containerregistry.models.RunRequest?alt=com.azure.resourcemanager.containerregistry.models.RunRequest&text=RunRequest\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.DockerBuildRequest()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.DockerBuildRequest()"
name: "DockerBuildRequest()"
nameWithType: "DockerBuildRequest.DockerBuildRequest()"
summary: "Creates an instance of Docker<wbr>Build<wbr>Request class."
syntax: "public DockerBuildRequest()"
desc: "Creates an instance of DockerBuildRequest class."
methods:
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.agentConfiguration()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.agentConfiguration()"
name: "agentConfiguration()"
nameWithType: "DockerBuildRequest.agentConfiguration()"
summary: "Get the agent<wbr>Configuration property: The machine configuration of the run agent."
syntax: "public AgentProperties agentConfiguration()"
desc: "Get the agentConfiguration property: The machine configuration of the run agent."
returns:
description: "the agentConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.AgentProperties?alt=com.azure.resourcemanager.containerregistry.models.AgentProperties&text=AgentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.arguments()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.arguments()"
name: "arguments()"
nameWithType: "DockerBuildRequest.arguments()"
summary: "Get the arguments property: The collection of override arguments to be used when executing the run."
syntax: "public List<Argument> arguments()"
desc: "Get the arguments property: The collection of override arguments to be used when executing the run."
returns:
description: "the arguments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.Argument?alt=com.azure.resourcemanager.containerregistry.models.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.credentials()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.credentials()"
name: "credentials()"
nameWithType: "DockerBuildRequest.credentials()"
summary: "Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked."
syntax: "public Credentials credentials()"
desc: "Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked."
returns:
description: "the credentials value."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.Credentials?alt=com.azure.resourcemanager.containerregistry.models.Credentials&text=Credentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.dockerFilePath()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.dockerFilePath()"
name: "dockerFilePath()"
nameWithType: "DockerBuildRequest.dockerFilePath()"
summary: "Get the docker<wbr>File<wbr>Path property: The Docker file path relative to the source location."
syntax: "public String dockerFilePath()"
desc: "Get the dockerFilePath property: The Docker file path relative to the source location."
returns:
description: "the dockerFilePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DockerBuildRequest.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Docker<wbr>Build<wbr>Request from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DockerBuildRequest fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DockerBuildRequest from the JsonReader."
returns:
description: "An instance of DockerBuildRequest if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.imageNames()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.imageNames()"
name: "imageNames()"
nameWithType: "DockerBuildRequest.imageNames()"
summary: "Get the image<wbr>Names property: The fully qualified image names including the repository and tag."
syntax: "public List<String> imageNames()"
desc: "Get the imageNames property: The fully qualified image names including the repository and tag."
returns:
description: "the imageNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.isPushEnabled()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.isPushEnabled()"
name: "isPushEnabled()"
nameWithType: "DockerBuildRequest.isPushEnabled()"
summary: "Get the is<wbr>Push<wbr>Enabled property: The value of this property indicates whether the image built should be pushed to the registry or not."
syntax: "public Boolean isPushEnabled()"
desc: "Get the isPushEnabled property: The value of this property indicates whether the image built should be pushed to the registry or not."
returns:
description: "the isPushEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.noCache()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.noCache()"
name: "noCache()"
nameWithType: "DockerBuildRequest.noCache()"
summary: "Get the no<wbr>Cache property: The value of this property indicates whether the image cache is enabled or not."
syntax: "public Boolean noCache()"
desc: "Get the noCache property: The value of this property indicates whether the image cache is enabled or not."
returns:
description: "the noCache value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.platform()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.platform()"
name: "platform()"
nameWithType: "DockerBuildRequest.platform()"
summary: "Get the platform property: The platform properties against which the run has to happen."
syntax: "public PlatformProperties platform()"
desc: "Get the platform property: The platform properties against which the run has to happen."
returns:
description: "the platform value."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.PlatformProperties?alt=com.azure.resourcemanager.containerregistry.models.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.sourceLocation()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.sourceLocation()"
name: "sourceLocation()"
nameWithType: "DockerBuildRequest.sourceLocation()"
summary: "Get the source<wbr>Location property: The URL(absolute or relative) of the source context."
syntax: "public String sourceLocation()"
desc: "Get the sourceLocation property: 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."
returns:
description: "the sourceLocation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.target()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.target()"
name: "target()"
nameWithType: "DockerBuildRequest.target()"
summary: "Get the target property: The name of the target build stage for the docker build."
syntax: "public String target()"
desc: "Get the target property: The name of the target build stage for the docker build."
returns:
description: "the target value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.timeout()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.timeout()"
name: "timeout()"
nameWithType: "DockerBuildRequest.timeout()"
summary: "Get the timeout property: Run timeout in seconds."
syntax: "public Integer timeout()"
desc: "Get the timeout property: Run timeout in seconds."
returns:
description: "the timeout value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DockerBuildRequest.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.type()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.type()"
name: "type()"
nameWithType: "DockerBuildRequest.type()"
summary: "Get the type property: The type of the run request."
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the run request."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.validate()"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.validate()"
name: "validate()"
nameWithType: "DockerBuildRequest.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withAgentConfiguration(com.azure.resourcemanager.containerregistry.models.AgentProperties)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration)"
name: "withAgentConfiguration(AgentProperties agentConfiguration)"
nameWithType: "DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration)"
summary: "Set the agent<wbr>Configuration property: The machine configuration of the run agent."
parameters:
- description: "the agentConfiguration value to set."
name: "agentConfiguration"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.AgentProperties?alt=com.azure.resourcemanager.containerregistry.models.AgentProperties&text=AgentProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DockerBuildRequest withAgentConfiguration(AgentProperties agentConfiguration)"
desc: "Set the agentConfiguration property: The machine configuration of the run agent."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withAgentPoolName(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withAgentPoolName(String agentPoolName)"
name: "withAgentPoolName(String agentPoolName)"
nameWithType: "DockerBuildRequest.withAgentPoolName(String agentPoolName)"
summary: "Set the agent<wbr>Pool<wbr>Name property: The dedicated agent pool for the run."
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.withAgentPoolName(java.lang.String)"
parameters:
- name: "agentPoolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DockerBuildRequest withAgentPoolName(String agentPoolName)"
desc: "Set the agentPoolName property: The dedicated agent pool for the run."
returns:
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withArguments(java.util.List<com.azure.resourcemanager.containerregistry.models.Argument>)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withArguments(List<Argument> arguments)"
name: "withArguments(List<Argument> arguments)"
nameWithType: "DockerBuildRequest.withArguments(List<Argument> arguments)"
summary: "Set the arguments property: The collection of override arguments to be used when executing the run."
parameters:
- description: "the arguments value to set."
name: "arguments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.Argument?alt=com.azure.resourcemanager.containerregistry.models.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DockerBuildRequest withArguments(List<Argument> arguments)"
desc: "Set the arguments property: The collection of override arguments to be used when executing the run."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withCredentials(com.azure.resourcemanager.containerregistry.models.Credentials)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withCredentials(Credentials credentials)"
name: "withCredentials(Credentials credentials)"
nameWithType: "DockerBuildRequest.withCredentials(Credentials credentials)"
summary: "Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked."
parameters:
- description: "the credentials value to set."
name: "credentials"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.Credentials?alt=com.azure.resourcemanager.containerregistry.models.Credentials&text=Credentials\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DockerBuildRequest withCredentials(Credentials credentials)"
desc: "Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withDockerFilePath(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withDockerFilePath(String dockerFilePath)"
name: "withDockerFilePath(String dockerFilePath)"
nameWithType: "DockerBuildRequest.withDockerFilePath(String dockerFilePath)"
summary: "Set the docker<wbr>File<wbr>Path property: The Docker file path relative to the source location."
parameters:
- description: "the dockerFilePath value to set."
name: "dockerFilePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DockerBuildRequest withDockerFilePath(String dockerFilePath)"
desc: "Set the dockerFilePath property: The Docker file path relative to the source location."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withImageNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withImageNames(List<String> imageNames)"
name: "withImageNames(List<String> imageNames)"
nameWithType: "DockerBuildRequest.withImageNames(List<String> imageNames)"
summary: "Set the image<wbr>Names property: The fully qualified image names including the repository and tag."
parameters:
- description: "the imageNames value to set."
name: "imageNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public DockerBuildRequest withImageNames(List<String> imageNames)"
desc: "Set the imageNames property: The fully qualified image names including the repository and tag."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withIsArchiveEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withIsArchiveEnabled(Boolean isArchiveEnabled)"
name: "withIsArchiveEnabled(Boolean isArchiveEnabled)"
nameWithType: "DockerBuildRequest.withIsArchiveEnabled(Boolean isArchiveEnabled)"
summary: "Set the is<wbr>Archive<wbr>Enabled property: The value that indicates whether archiving is enabled for the run or not."
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.withIsArchiveEnabled(java.lang.Boolean)"
parameters:
- name: "isArchiveEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public DockerBuildRequest withIsArchiveEnabled(Boolean isArchiveEnabled)"
desc: "Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not."
returns:
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withIsPushEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withIsPushEnabled(Boolean isPushEnabled)"
name: "withIsPushEnabled(Boolean isPushEnabled)"
nameWithType: "DockerBuildRequest.withIsPushEnabled(Boolean isPushEnabled)"
summary: "Set the is<wbr>Push<wbr>Enabled property: The value of this property indicates whether the image built should be pushed to the registry or not."
parameters:
- description: "the isPushEnabled value to set."
name: "isPushEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public DockerBuildRequest withIsPushEnabled(Boolean isPushEnabled)"
desc: "Set the isPushEnabled property: The value of this property indicates whether the image built should be pushed to the registry or not."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withLogTemplate(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withLogTemplate(String logTemplate)"
name: "withLogTemplate(String logTemplate)"
nameWithType: "DockerBuildRequest.withLogTemplate(String logTemplate)"
summary: "Set the log<wbr>Template property: The template that describes the repository and tag information for run log artifact."
overridden: "com.azure.resourcemanager.containerregistry.models.RunRequest.withLogTemplate(java.lang.String)"
parameters:
- name: "logTemplate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DockerBuildRequest withLogTemplate(String logTemplate)"
desc: "Set the logTemplate property: The template that describes the repository and tag information for run log artifact."
returns:
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withNoCache(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withNoCache(Boolean noCache)"
name: "withNoCache(Boolean noCache)"
nameWithType: "DockerBuildRequest.withNoCache(Boolean noCache)"
summary: "Set the no<wbr>Cache property: The value of this property indicates whether the image cache is enabled or not."
parameters:
- description: "the noCache value to set."
name: "noCache"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public DockerBuildRequest withNoCache(Boolean noCache)"
desc: "Set the noCache property: The value of this property indicates whether the image cache is enabled or not."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withPlatform(com.azure.resourcemanager.containerregistry.models.PlatformProperties)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withPlatform(PlatformProperties platform)"
name: "withPlatform(PlatformProperties platform)"
nameWithType: "DockerBuildRequest.withPlatform(PlatformProperties platform)"
summary: "Set the platform property: The platform properties against which the run has to happen."
parameters:
- description: "the platform value to set."
name: "platform"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.PlatformProperties?alt=com.azure.resourcemanager.containerregistry.models.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DockerBuildRequest withPlatform(PlatformProperties platform)"
desc: "Set the platform property: The platform properties against which the run has to happen."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withSourceLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withSourceLocation(String sourceLocation)"
name: "withSourceLocation(String sourceLocation)"
nameWithType: "DockerBuildRequest.withSourceLocation(String sourceLocation)"
summary: "Set the source<wbr>Location property: The URL(absolute or relative) of the source context."
parameters:
- description: "the sourceLocation value to set."
name: "sourceLocation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DockerBuildRequest withSourceLocation(String sourceLocation)"
desc: "Set the sourceLocation property: 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."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "DockerBuildRequest.withTarget(String target)"
summary: "Set the target property: The name of the target build stage for the docker build."
parameters:
- description: "the target value to set."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DockerBuildRequest withTarget(String target)"
desc: "Set the target property: The name of the target build stage for the docker build."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withTimeout(java.lang.Integer)"
fullName: "com.azure.resourcemanager.containerregistry.models.DockerBuildRequest.withTimeout(Integer timeout)"
name: "withTimeout(Integer timeout)"
nameWithType: "DockerBuildRequest.withTimeout(Integer timeout)"
summary: "Set the timeout property: Run timeout in seconds."
parameters:
- description: "the timeout value to set."
name: "timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public DockerBuildRequest withTimeout(Integer timeout)"
desc: "Set the timeout property: Run timeout in seconds."
returns:
description: "the DockerBuildRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.DockerBuildRequest?alt=com.azure.resourcemanager.containerregistry.models.DockerBuildRequest&text=DockerBuildRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The parameters for a docker quick build."
metadata: {}
package: "com.azure.resourcemanager.containerregistry.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0