azure-native.appplatform.getBuildServiceBuild
Explore with Pulumi AI
Get a KPack build.
Uses Azure REST API version 2024-01-01-preview.
Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]
. See the version guide for details.
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 dictionary
The following arguments are supported:
- Build
Name string - The name of the build resource.
- Build
Service stringName - The name of the build service resource.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- Build
Name string - The name of the build resource.
- Build
Service stringName - The name of the build service resource.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- build
Name String - The name of the build resource.
- build
Service StringName - The name of the build service resource.
- resource
Group 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.
- service
Name String - The name of the Service resource.
- build
Name string - The name of the build resource.
- build
Service stringName - The name of the build service resource.
- resource
Group 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.
- service
Name 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.
- build
Name String - The name of the build resource.
- build
Service StringName - The name of the build service resource.
- resource
Group 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.
- service
Name String - The name of the Service resource.
getBuildServiceBuild Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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
- System
Data 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Build
Properties Response - Properties of the build resource
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
Build
Properties Response - Properties of the build resource
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
Build
Properties Response - Properties of the build resource
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
Build
Properties 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.
- azure
Api StringVersion - The Azure API version 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
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
ApmReferenceResponse
- Resource
Id string - Resource Id of the APM
- Resource
Id string - Resource Id of the APM
- resource
Id String - Resource Id of the APM
- resource
Id string - Resource Id of the APM
- resource_
id str - Resource Id of the APM
- resource
Id String - Resource Id of the APM
BuildPropertiesResponse
- Provisioning
State string - Provisioning state of the KPack build result
- Triggered
Build Pulumi.Result Azure Native. App Platform. Inputs. Triggered Build Result Response - The build result triggered by this build
- Agent
Pool 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
- Relative
Path string - The relative path of source code
- Resource
Requests Pulumi.Azure Native. App Platform. Inputs. Build Resource Requests Response - The customized build resource for this build
- Provisioning
State string - Provisioning state of the KPack build result
- Triggered
Build TriggeredResult Build Result Response - The build result triggered by this build
- Agent
Pool string - The resource id of agent pool
- Apms
[]Apm
Reference Response - The APMs for this build
- Builder string
- The resource id of builder to build the source code
- Certificates
[]Certificate
Reference Response - The CA Certificates for this build
- Env map[string]string
- The environment variables for this build
- Relative
Path string - The relative path of source code
- Resource
Requests BuildResource Requests Response - The customized build resource for this build
- provisioning
State String - Provisioning state of the KPack build result
- triggered
Build TriggeredResult Build Result Response - The build result triggered by this build
- agent
Pool String - The resource id of agent pool
- apms
List<Apm
Reference Response> - The APMs for this build
- builder_ String
- The resource id of builder to build the source code
- certificates
List<Certificate
Reference Response> - The CA Certificates for this build
- env Map<String,String>
- The environment variables for this build
- relative
Path String - The relative path of source code
- resource
Requests BuildResource Requests Response - The customized build resource for this build
- provisioning
State string - Provisioning state of the KPack build result
- triggered
Build TriggeredResult Build Result Response - The build result triggered by this build
- agent
Pool string - The resource id of agent pool
- apms
Apm
Reference Response[] - The APMs for this build
- builder string
- The resource id of builder to build the source code
- certificates
Certificate
Reference Response[] - The CA Certificates for this build
- env {[key: string]: string}
- The environment variables for this build
- relative
Path string - The relative path of source code
- resource
Requests 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[Apm
Reference Response] - The APMs for this build
- builder str
- The resource id of builder to build the source code
- certificates
Sequence[Certificate
Reference 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
- provisioning
State String - Provisioning state of the KPack build result
- triggered
Build Property MapResult - The build result triggered by this build
- agent
Pool 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
- relative
Path String - The relative path of source code
- resource
Requests 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
- Resource
Id string - Resource Id of the certificate
- Resource
Id string - Resource Id of the certificate
- resource
Id String - Resource Id of the certificate
- resource
Id string - Resource Id of the certificate
- resource_
id str - Resource Id of the certificate
- resource
Id String - Resource Id of the certificate
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TriggeredBuildResultResponse
- Provisioning
State string - The provisioning state of this build result
- Id string
- The unique build id of this build result
- Image string
- The container image of this build result
- Last
Transition stringReason - The last transition reason of this build result
- Last
Transition stringStatus - The last transition status of this build result
- Last
Transition stringTime - The last transition time of this build result
- Provisioning
State string - The provisioning state of this build result
- Id string
- The unique build id of this build result
- Image string
- The container image of this build result
- Last
Transition stringReason - The last transition reason of this build result
- Last
Transition stringStatus - The last transition status of this build result
- Last
Transition stringTime - The last transition time of this build result
- provisioning
State String - The provisioning state of this build result
- id String
- The unique build id of this build result
- image String
- The container image of this build result
- last
Transition StringReason - The last transition reason of this build result
- last
Transition StringStatus - The last transition status of this build result
- last
Transition StringTime - The last transition time of this build result
- provisioning
State string - The provisioning state of this build result
- id string
- The unique build id of this build result
- image string
- The container image of this build result
- last
Transition stringReason - The last transition reason of this build result
- last
Transition stringStatus - The last transition status of this build result
- last
Transition stringTime - The last transition time of this build result
- provisioning_
state str - The provisioning state of this build result
- id str
- The unique build id of this build result
- image str
- The container image of this build result
- last_
transition_ strreason - The last transition reason of this build result
- last_
transition_ strstatus - The last transition status of this build result
- last_
transition_ strtime - The last transition time of this build result
- provisioning
State String - The provisioning state of this build result
- id String
- The unique build id of this build result
- image String
- The container image of this build result
- last
Transition StringReason - The last transition reason of this build result
- last
Transition StringStatus - The last transition status of this build result
- last
Transition StringTime - The last transition time of this build result
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0