This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.appplatform.getBuildServiceBuild
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get a KPack build. Azure REST API version: 2023-05-01-preview.
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.
Using getBuildServiceBuild
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBuildServiceBuild(args: GetBuildServiceBuildArgs, opts?: InvokeOptions): Promise<GetBuildServiceBuildResult>
function getBuildServiceBuildOutput(args: GetBuildServiceBuildOutputArgs, opts?: InvokeOptions): Output<GetBuildServiceBuildResult>def get_build_service_build(build_name: Optional[str] = None,
                            build_service_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            service_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBuildServiceBuildResult
def get_build_service_build_output(build_name: Optional[pulumi.Input[str]] = None,
                            build_service_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            service_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBuildServiceBuildResult]func LookupBuildServiceBuild(ctx *Context, args *LookupBuildServiceBuildArgs, opts ...InvokeOption) (*LookupBuildServiceBuildResult, error)
func LookupBuildServiceBuildOutput(ctx *Context, args *LookupBuildServiceBuildOutputArgs, opts ...InvokeOption) LookupBuildServiceBuildResultOutput> Note: This function is named LookupBuildServiceBuild in the Go SDK.
public static class GetBuildServiceBuild 
{
    public static Task<GetBuildServiceBuildResult> InvokeAsync(GetBuildServiceBuildArgs args, InvokeOptions? opts = null)
    public static Output<GetBuildServiceBuildResult> Invoke(GetBuildServiceBuildInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBuildServiceBuildResult> getBuildServiceBuild(GetBuildServiceBuildArgs args, InvokeOptions options)
public static Output<GetBuildServiceBuildResult> getBuildServiceBuild(GetBuildServiceBuildArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appplatform:getBuildServiceBuild
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BuildName string
- The name of the build resource.
- BuildService stringName 
- The name of the build service resource.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- BuildName string
- The name of the build resource.
- BuildService stringName 
- The name of the build service resource.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- buildName String
- The name of the build resource.
- buildService StringName 
- The name of the build service resource.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
- buildName string
- The name of the build resource.
- buildService stringName 
- The name of the build service resource.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName string
- The name of the Service resource.
- build_name str
- The name of the build resource.
- build_service_ strname 
- The name of the build service resource.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service_name str
- The name of the Service resource.
- buildName String
- The name of the build resource.
- buildService StringName 
- The name of the build service resource.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
getBuildServiceBuild Result
The following output properties are available:
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Pulumi.Azure Native. App Platform. Outputs. Build Properties Response 
- Properties of the build resource
- SystemData Pulumi.Azure Native. App Platform. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
BuildProperties Response 
- Properties of the build resource
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
BuildProperties Response 
- Properties of the build resource
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
BuildProperties Response 
- Properties of the build resource
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
BuildProperties Response 
- Properties of the build resource
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties Property Map
- Properties of the build resource
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
ApmReferenceResponse  
- ResourceId string
- Resource Id of the APM
- ResourceId string
- Resource Id of the APM
- resourceId String
- Resource Id of the APM
- resourceId string
- Resource Id of the APM
- resource_id str
- Resource Id of the APM
- resourceId String
- Resource Id of the APM
BuildPropertiesResponse  
- ProvisioningState string
- Provisioning state of the KPack build result
- TriggeredBuild Pulumi.Result Azure Native. App Platform. Inputs. Triggered Build Result Response 
- The build result triggered by this build
- AgentPool string
- The resource id of agent pool
- Apms
List<Pulumi.Azure Native. App Platform. Inputs. Apm Reference Response> 
- The APMs for this build
- Builder string
- The resource id of builder to build the source code
- Certificates
List<Pulumi.Azure Native. App Platform. Inputs. Certificate Reference Response> 
- The CA Certificates for this build
- Env Dictionary<string, string>
- The environment variables for this build
- RelativePath string
- The relative path of source code
- ResourceRequests Pulumi.Azure Native. App Platform. Inputs. Build Resource Requests Response 
- The customized build resource for this build
- ProvisioningState string
- Provisioning state of the KPack build result
- TriggeredBuild TriggeredResult Build Result Response 
- The build result triggered by this build
- AgentPool string
- The resource id of agent pool
- Apms
[]ApmReference Response 
- The APMs for this build
- Builder string
- The resource id of builder to build the source code
- Certificates
[]CertificateReference Response 
- The CA Certificates for this build
- Env map[string]string
- The environment variables for this build
- RelativePath string
- The relative path of source code
- ResourceRequests BuildResource Requests Response 
- The customized build resource for this build
- provisioningState String
- Provisioning state of the KPack build result
- triggeredBuild TriggeredResult Build Result Response 
- The build result triggered by this build
- agentPool String
- The resource id of agent pool
- apms
List<ApmReference Response> 
- The APMs for this build
- builder_ String
- The resource id of builder to build the source code
- certificates
List<CertificateReference Response> 
- The CA Certificates for this build
- env Map<String,String>
- The environment variables for this build
- relativePath String
- The relative path of source code
- resourceRequests BuildResource Requests Response 
- The customized build resource for this build
- provisioningState string
- Provisioning state of the KPack build result
- triggeredBuild TriggeredResult Build Result Response 
- The build result triggered by this build
- agentPool string
- The resource id of agent pool
- apms
ApmReference Response[] 
- The APMs for this build
- builder string
- The resource id of builder to build the source code
- certificates
CertificateReference Response[] 
- The CA Certificates for this build
- env {[key: string]: string}
- The environment variables for this build
- relativePath string
- The relative path of source code
- resourceRequests BuildResource Requests Response 
- The customized build resource for this build
- provisioning_state str
- Provisioning state of the KPack build result
- triggered_build_ Triggeredresult Build Result Response 
- The build result triggered by this build
- agent_pool str
- The resource id of agent pool
- apms
Sequence[ApmReference Response] 
- The APMs for this build
- builder str
- The resource id of builder to build the source code
- certificates
Sequence[CertificateReference Response] 
- The CA Certificates for this build
- env Mapping[str, str]
- The environment variables for this build
- relative_path str
- The relative path of source code
- resource_requests BuildResource Requests Response 
- The customized build resource for this build
- provisioningState String
- Provisioning state of the KPack build result
- triggeredBuild Property MapResult 
- The build result triggered by this build
- agentPool String
- The resource id of agent pool
- apms List<Property Map>
- The APMs for this build
- builder String
- The resource id of builder to build the source code
- certificates List<Property Map>
- The CA Certificates for this build
- env Map<String>
- The environment variables for this build
- relativePath String
- The relative path of source code
- resourceRequests Property Map
- The customized build resource for this build
BuildResourceRequestsResponse   
- Cpu string
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- Memory string
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
- Cpu string
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- Memory string
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
- cpu String
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- memory String
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
- cpu string
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- memory string
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
- cpu str
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- memory str
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
- cpu String
- Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.
- memory String
- Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.
CertificateReferenceResponse  
- ResourceId string
- Resource Id of the certificate
- ResourceId string
- Resource Id of the certificate
- resourceId String
- Resource Id of the certificate
- resourceId string
- Resource Id of the certificate
- resource_id str
- Resource Id of the certificate
- resourceId String
- Resource Id of the certificate
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
TriggeredBuildResultResponse   
- Id string
- The unique build id of this build result
- Id string
- The unique build id of this build result
- id String
- The unique build id of this build result
- id string
- The unique build id of this build result
- id str
- The unique build id of this build result
- id String
- The unique build id of this build result
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi