These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.containerregistry.listBuildStepBuildArguments
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
List the build arguments for a step including the secret arguments. API Version: 2018-02-01-preview.
Using listBuildStepBuildArguments
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 listBuildStepBuildArguments(args: ListBuildStepBuildArgumentsArgs, opts?: InvokeOptions): Promise<ListBuildStepBuildArgumentsResult>
function listBuildStepBuildArgumentsOutput(args: ListBuildStepBuildArgumentsOutputArgs, opts?: InvokeOptions): Output<ListBuildStepBuildArgumentsResult>def list_build_step_build_arguments(build_task_name: Optional[str] = None,
                                    registry_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    step_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListBuildStepBuildArgumentsResult
def list_build_step_build_arguments_output(build_task_name: Optional[pulumi.Input[str]] = None,
                                    registry_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    step_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListBuildStepBuildArgumentsResult]func ListBuildStepBuildArguments(ctx *Context, args *ListBuildStepBuildArgumentsArgs, opts ...InvokeOption) (*ListBuildStepBuildArgumentsResult, error)
func ListBuildStepBuildArgumentsOutput(ctx *Context, args *ListBuildStepBuildArgumentsOutputArgs, opts ...InvokeOption) ListBuildStepBuildArgumentsResultOutput> Note: This function is named ListBuildStepBuildArguments in the Go SDK.
public static class ListBuildStepBuildArguments 
{
    public static Task<ListBuildStepBuildArgumentsResult> InvokeAsync(ListBuildStepBuildArgumentsArgs args, InvokeOptions? opts = null)
    public static Output<ListBuildStepBuildArgumentsResult> Invoke(ListBuildStepBuildArgumentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListBuildStepBuildArgumentsResult> listBuildStepBuildArguments(ListBuildStepBuildArgumentsArgs args, InvokeOptions options)
public static Output<ListBuildStepBuildArgumentsResult> listBuildStepBuildArguments(ListBuildStepBuildArgumentsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:containerregistry:listBuildStepBuildArguments
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BuildTask stringName 
- The name of the container registry build task.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- StepName string
- The name of a build step for a container registry build task.
- BuildTask stringName 
- The name of the container registry build task.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- StepName string
- The name of a build step for a container registry build task.
- buildTask StringName 
- The name of the container registry build task.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group to which the container registry belongs.
- stepName String
- The name of a build step for a container registry build task.
- buildTask stringName 
- The name of the container registry build task.
- registryName string
- The name of the container registry.
- resourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- stepName string
- The name of a build step for a container registry build task.
- build_task_ strname 
- The name of the container registry build task.
- registry_name str
- The name of the container registry.
- resource_group_ strname 
- The name of the resource group to which the container registry belongs.
- step_name str
- The name of a build step for a container registry build task.
- buildTask StringName 
- The name of the container registry build task.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group to which the container registry belongs.
- stepName String
- The name of a build step for a container registry build task.
listBuildStepBuildArguments Result
The following output properties are available:
- NextLink string
- The URI that can be used to request the next set of paged results.
- Value
List<Pulumi.Azure Native. Container Registry. Outputs. Build Argument Response> 
- The collection value.
- NextLink string
- The URI that can be used to request the next set of paged results.
- Value
[]BuildArgument Response 
- The collection value.
- nextLink String
- The URI that can be used to request the next set of paged results.
- value
List<BuildArgument Response> 
- The collection value.
- nextLink string
- The URI that can be used to request the next set of paged results.
- value
BuildArgument Response[] 
- The collection value.
- next_link str
- The URI that can be used to request the next set of paged results.
- value
Sequence[BuildArgument Response] 
- The collection value.
- nextLink String
- The URI that can be used to request the next set of paged results.
- value List<Property Map>
- The collection value.
Supporting Types
BuildArgumentResponse  
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi