1. Packages
  2. Azure Native v1
  3. API Docs
  4. containerregistry
  5. listBuildStepBuildArguments
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

azure-native-v1 logo
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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerregistry:listBuildStepBuildArguments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BuildTaskName string
    The name of the container registry build task.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    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.
    BuildTaskName string
    The name of the container registry build task.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    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.
    buildTaskName String
    The name of the container registry build task.
    registryName String
    The name of the container registry.
    resourceGroupName String
    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.
    buildTaskName string
    The name of the container registry build task.
    registryName string
    The name of the container registry.
    resourceGroupName string
    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_name str
    The name of the container registry build task.
    registry_name str
    The name of the container registry.
    resource_group_name str
    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.
    buildTaskName String
    The name of the container registry build task.
    registryName String
    The name of the container registry.
    resourceGroupName String
    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.AzureNative.ContainerRegistry.Outputs.BuildArgumentResponse>
    The collection value.
    NextLink string
    The URI that can be used to request the next set of paged results.
    Value []BuildArgumentResponse
    The collection value.
    nextLink String
    The URI that can be used to request the next set of paged results.
    value List<BuildArgumentResponse>
    The collection value.
    nextLink string
    The URI that can be used to request the next set of paged results.
    value BuildArgumentResponse[]
    The collection value.
    next_link str
    The URI that can be used to request the next set of paged results.
    value Sequence[BuildArgumentResponse]
    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

    Name string
    The name of the argument.
    Type string
    The type of the argument.
    Value string
    The value of the argument.
    IsSecret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    Name string
    The name of the argument.
    Type string
    The type of the argument.
    Value string
    The value of the argument.
    IsSecret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name String
    The name of the argument.
    type String
    The type of the argument.
    value String
    The value of the argument.
    isSecret Boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name string
    The name of the argument.
    type string
    The type of the argument.
    value string
    The value of the argument.
    isSecret boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name str
    The name of the argument.
    type str
    The type of the argument.
    value str
    The value of the argument.
    is_secret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name String
    The name of the argument.
    type String
    The type of the argument.
    value String
    The value of the argument.
    isSecret Boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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