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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerregistry:listBuildStepBuildArguments
arguments:
# arguments dictionary
The following arguments are supported:
- Build
Task stringName - The name of the container registry build task.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Step
Name string - The name of a build step for a container registry build task.
- Build
Task stringName - The name of the container registry build task.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Step
Name string - The name of a build step for a container registry build task.
- build
Task StringName - The name of the container registry build task.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- step
Name String - The name of a build step for a container registry build task.
- build
Task stringName - The name of the container registry build task.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- step
Name 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.
- build
Task StringName - The name of the container registry build task.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- step
Name String - The name of a build step for a container registry build task.
listBuildStepBuildArguments Result
The following output properties are available:
- Next
Link 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.
- Next
Link string - The URI that can be used to request the next set of paged results.
- Value
[]Build
Argument Response - The collection value.
- next
Link String - The URI that can be used to request the next set of paged results.
- value
List<Build
Argument Response> - The collection value.
- next
Link string - The URI that can be used to request the next set of paged results.
- value
Build
Argument Response[] - The collection value.
- next_
link str - The URI that can be used to request the next set of paged results.
- value
Sequence[Build
Argument Response] - The collection value.
- next
Link 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