azure-native.web.listContainerAppSecrets
Explore with Pulumi AI
Container App Secrets Collection ARM resource. API Version: 2021-03-01.
Using listContainerAppSecrets
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 listContainerAppSecrets(args: ListContainerAppSecretsArgs, opts?: InvokeOptions): Promise<ListContainerAppSecretsResult>
function listContainerAppSecretsOutput(args: ListContainerAppSecretsOutputArgs, opts?: InvokeOptions): Output<ListContainerAppSecretsResult>
def list_container_app_secrets(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListContainerAppSecretsResult
def list_container_app_secrets_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListContainerAppSecretsResult]
func ListContainerAppSecrets(ctx *Context, args *ListContainerAppSecretsArgs, opts ...InvokeOption) (*ListContainerAppSecretsResult, error)
func ListContainerAppSecretsOutput(ctx *Context, args *ListContainerAppSecretsOutputArgs, opts ...InvokeOption) ListContainerAppSecretsResultOutput
> Note: This function is named ListContainerAppSecrets
in the Go SDK.
public static class ListContainerAppSecrets
{
public static Task<ListContainerAppSecretsResult> InvokeAsync(ListContainerAppSecretsArgs args, InvokeOptions? opts = null)
public static Output<ListContainerAppSecretsResult> Invoke(ListContainerAppSecretsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListContainerAppSecretsResult> listContainerAppSecrets(ListContainerAppSecretsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:listContainerAppSecrets
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
Name of the Container App.
- Name string
Name of the Container App.
- name String
Name of the Container App.
- name string
Name of the Container App.
- name str
Name of the Container App.
- name String
Name of the Container App.
listContainerAppSecrets Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Web. Outputs. Container App Secret Response> Collection of resources.
- Value
[]Container
App Secret Response Collection of resources.
- value
List<Container
App Secret Response> Collection of resources.
- value
Container
App Secret Response[] Collection of resources.
- value
Sequence[Container
App Secret Response] Collection of resources.
- value List<Property Map>
Collection of resources.
Supporting Types
ContainerAppSecretResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0