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

266 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appplatform.models.BuildProperties"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties"
name: "BuildProperties"
nameWithType: "BuildProperties"
summary: "Build resource properties payload."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **BuildProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.BuildProperties()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.BuildProperties()"
name: "BuildProperties()"
nameWithType: "BuildProperties.BuildProperties()"
summary: "Creates an instance of Build<wbr>Properties class."
syntax: "public BuildProperties()"
desc: "Creates an instance of BuildProperties class."
methods:
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.agentPool()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.agentPool()"
name: "agentPool()"
nameWithType: "BuildProperties.agentPool()"
summary: "Get the agent<wbr>Pool property: The resource id of agent pool."
syntax: "public String agentPool()"
desc: "Get the agentPool property: The resource id of agent pool."
returns:
description: "the agentPool value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.apms()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.apms()"
name: "apms()"
nameWithType: "BuildProperties.apms()"
summary: "Get the apms property: The APMs for this build."
syntax: "public List<ApmReference> apms()"
desc: "Get the apms property: The APMs for this build."
returns:
description: "the apms value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.ApmReference?alt=com.azure.resourcemanager.appplatform.models.ApmReference&text=ApmReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.builder()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.builder()"
name: "builder()"
nameWithType: "BuildProperties.builder()"
summary: "Get the builder property: The resource id of builder to build the source code."
syntax: "public String builder()"
desc: "Get the builder property: The resource id of builder to build the source code."
returns:
description: "the builder value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.certificates()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.certificates()"
name: "certificates()"
nameWithType: "BuildProperties.certificates()"
summary: "Get the certificates property: The CA Certificates for this build."
syntax: "public List<CertificateReference> certificates()"
desc: "Get the certificates property: The CA Certificates for this build."
returns:
description: "the certificates value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.CertificateReference?alt=com.azure.resourcemanager.appplatform.models.CertificateReference&text=CertificateReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.env()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.env()"
name: "env()"
nameWithType: "BuildProperties.env()"
summary: "Get the env property: The environment variables for this build."
syntax: "public Map<String,String> env()"
desc: "Get the env property: The environment variables for this build."
returns:
description: "the env value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BuildProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Build<wbr>Properties 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 BuildProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the BuildProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BuildProperties from the JsonReader."
returns:
description: "An instance of BuildProperties 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.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.provisioningState()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "BuildProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning state of the KPack build result."
syntax: "public BuildProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning state of the KPack build result."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProvisioningState?alt=com.azure.resourcemanager.appplatform.models.BuildProvisioningState&text=BuildProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.relativePath()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.relativePath()"
name: "relativePath()"
nameWithType: "BuildProperties.relativePath()"
summary: "Get the relative<wbr>Path property: The relative path of source code."
syntax: "public String relativePath()"
desc: "Get the relativePath property: The relative path of source code."
returns:
description: "the relativePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.resourceRequests()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.resourceRequests()"
name: "resourceRequests()"
nameWithType: "BuildProperties.resourceRequests()"
summary: "Get the resource<wbr>Requests property: The customized build resource for this build."
syntax: "public BuildResourceRequests resourceRequests()"
desc: "Get the resourceRequests property: The customized build resource for this build."
returns:
description: "the resourceRequests value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildResourceRequests?alt=com.azure.resourcemanager.appplatform.models.BuildResourceRequests&text=BuildResourceRequests\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BuildProperties.toJson(JsonWriter 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.appplatform.models.BuildProperties.triggeredBuildResult()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.triggeredBuildResult()"
name: "triggeredBuildResult()"
nameWithType: "BuildProperties.triggeredBuildResult()"
summary: "Get the triggered<wbr>Build<wbr>Result property: The build result triggered by this build."
syntax: "public TriggeredBuildResult triggeredBuildResult()"
desc: "Get the triggeredBuildResult property: The build result triggered by this build."
returns:
description: "the triggeredBuildResult value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.TriggeredBuildResult?alt=com.azure.resourcemanager.appplatform.models.TriggeredBuildResult&text=TriggeredBuildResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.validate()"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.validate()"
name: "validate()"
nameWithType: "BuildProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withAgentPool(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withAgentPool(String agentPool)"
name: "withAgentPool(String agentPool)"
nameWithType: "BuildProperties.withAgentPool(String agentPool)"
summary: "Set the agent<wbr>Pool property: The resource id of agent pool."
parameters:
- description: "the agentPool value to set."
name: "agentPool"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BuildProperties withAgentPool(String agentPool)"
desc: "Set the agentPool property: The resource id of agent pool."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withApms(java.util.List<com.azure.resourcemanager.appplatform.models.ApmReference>)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withApms(List<ApmReference> apms)"
name: "withApms(List<ApmReference> apms)"
nameWithType: "BuildProperties.withApms(List<ApmReference> apms)"
summary: "Set the apms property: The APMs for this build."
parameters:
- description: "the apms value to set."
name: "apms"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.ApmReference?alt=com.azure.resourcemanager.appplatform.models.ApmReference&text=ApmReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BuildProperties withApms(List<ApmReference> apms)"
desc: "Set the apms property: The APMs for this build."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withBuilder(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withBuilder(String builder)"
name: "withBuilder(String builder)"
nameWithType: "BuildProperties.withBuilder(String builder)"
summary: "Set the builder property: The resource id of builder to build the source code."
parameters:
- description: "the builder value to set."
name: "builder"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BuildProperties withBuilder(String builder)"
desc: "Set the builder property: The resource id of builder to build the source code."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withCertificates(java.util.List<com.azure.resourcemanager.appplatform.models.CertificateReference>)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withCertificates(List<CertificateReference> certificates)"
name: "withCertificates(List<CertificateReference> certificates)"
nameWithType: "BuildProperties.withCertificates(List<CertificateReference> certificates)"
summary: "Set the certificates property: The CA Certificates for this build."
parameters:
- description: "the certificates value to set."
name: "certificates"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.CertificateReference?alt=com.azure.resourcemanager.appplatform.models.CertificateReference&text=CertificateReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BuildProperties withCertificates(List<CertificateReference> certificates)"
desc: "Set the certificates property: The CA Certificates for this build."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withEnv(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withEnv(Map<String,String> env)"
name: "withEnv(Map<String,String> env)"
nameWithType: "BuildProperties.withEnv(Map<String,String> env)"
summary: "Set the env property: The environment variables for this build."
parameters:
- description: "the env value to set."
name: "env"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BuildProperties withEnv(Map<String,String> env)"
desc: "Set the env property: The environment variables for this build."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withRelativePath(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withRelativePath(String relativePath)"
name: "withRelativePath(String relativePath)"
nameWithType: "BuildProperties.withRelativePath(String relativePath)"
summary: "Set the relative<wbr>Path property: The relative path of source code."
parameters:
- description: "the relativePath value to set."
name: "relativePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BuildProperties withRelativePath(String relativePath)"
desc: "Set the relativePath property: The relative path of source code."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.BuildProperties.withResourceRequests(com.azure.resourcemanager.appplatform.models.BuildResourceRequests)"
fullName: "com.azure.resourcemanager.appplatform.models.BuildProperties.withResourceRequests(BuildResourceRequests resourceRequests)"
name: "withResourceRequests(BuildResourceRequests resourceRequests)"
nameWithType: "BuildProperties.withResourceRequests(BuildResourceRequests resourceRequests)"
summary: "Set the resource<wbr>Requests property: The customized build resource for this build."
parameters:
- description: "the resourceRequests value to set."
name: "resourceRequests"
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildResourceRequests?alt=com.azure.resourcemanager.appplatform.models.BuildResourceRequests&text=BuildResourceRequests\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BuildProperties withResourceRequests(BuildResourceRequests resourceRequests)"
desc: "Set the resourceRequests property: The customized build resource for this build."
returns:
description: "the BuildProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Build resource properties payload."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.BuildProperties?alt=com.azure.resourcemanager.appplatform.models.BuildProperties&text=BuildProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appplatform.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.44.0