1. Packages
  2. Azure Native
  3. API Docs
  4. appplatform
  5. getBuildServiceBuild
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.appplatform.getBuildServiceBuild

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appplatform:getBuildServiceBuild
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BuildName string
    The name of the build resource.
    BuildServiceName string
    The name of the build service resource.
    ResourceGroupName string
    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.
    BuildServiceName string
    The name of the build service resource.
    ResourceGroupName string
    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.
    buildServiceName String
    The name of the build service resource.
    resourceGroupName String
    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.
    buildServiceName string
    The name of the build service resource.
    resourceGroupName string
    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_name str
    The name of the build service resource.
    resource_group_name str
    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.
    buildServiceName String
    The name of the build service resource.
    resourceGroupName String
    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.AzureNative.AppPlatform.Outputs.BuildPropertiesResponse
    Properties of the build resource
    SystemData Pulumi.AzureNative.AppPlatform.Outputs.SystemDataResponse
    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 BuildPropertiesResponse
    Properties of the build resource
    SystemData SystemDataResponse
    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 BuildPropertiesResponse
    Properties of the build resource
    systemData SystemDataResponse
    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 BuildPropertiesResponse
    Properties of the build resource
    systemData SystemDataResponse
    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 BuildPropertiesResponse
    Properties of the build resource
    system_data SystemDataResponse
    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
    TriggeredBuildResult Pulumi.AzureNative.AppPlatform.Inputs.TriggeredBuildResultResponse
    The build result triggered by this build
    AgentPool string
    The resource id of agent pool
    Apms List<Pulumi.AzureNative.AppPlatform.Inputs.ApmReferenceResponse>
    The APMs for this build
    Builder string
    The resource id of builder to build the source code
    Certificates List<Pulumi.AzureNative.AppPlatform.Inputs.CertificateReferenceResponse>
    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.AzureNative.AppPlatform.Inputs.BuildResourceRequestsResponse
    The customized build resource for this build
    ProvisioningState string
    Provisioning state of the KPack build result
    TriggeredBuildResult TriggeredBuildResultResponse
    The build result triggered by this build
    AgentPool string
    The resource id of agent pool
    Apms []ApmReferenceResponse
    The APMs for this build
    Builder string
    The resource id of builder to build the source code
    Certificates []CertificateReferenceResponse
    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 BuildResourceRequestsResponse
    The customized build resource for this build
    provisioningState String
    Provisioning state of the KPack build result
    triggeredBuildResult TriggeredBuildResultResponse
    The build result triggered by this build
    agentPool String
    The resource id of agent pool
    apms List<ApmReferenceResponse>
    The APMs for this build
    builder_ String
    The resource id of builder to build the source code
    certificates List<CertificateReferenceResponse>
    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 BuildResourceRequestsResponse
    The customized build resource for this build
    provisioningState string
    Provisioning state of the KPack build result
    triggeredBuildResult TriggeredBuildResultResponse
    The build result triggered by this build
    agentPool string
    The resource id of agent pool
    apms ApmReferenceResponse[]
    The APMs for this build
    builder string
    The resource id of builder to build the source code
    certificates CertificateReferenceResponse[]
    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 BuildResourceRequestsResponse
    The customized build resource for this build
    provisioning_state str
    Provisioning state of the KPack build result
    triggered_build_result TriggeredBuildResultResponse
    The build result triggered by this build
    agent_pool str
    The resource id of agent pool
    apms Sequence[ApmReferenceResponse]
    The APMs for this build
    builder str
    The resource id of builder to build the source code
    certificates Sequence[CertificateReferenceResponse]
    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 BuildResourceRequestsResponse
    The customized build resource for this build
    provisioningState String
    Provisioning state of the KPack build result
    triggeredBuildResult Property Map
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource modification (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource modification (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource modification (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource modification (UTC).
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource modification (UTC).
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource modification (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi