azure.containerservice.getRegistryScopeMap

Explore with Pulumi AI

Use this data source to access information about an existing Container Registry scope map.

Example Usage

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;

return await Deployment.RunAsync(() => 
{
    var example = Azure.ContainerService.GetRegistryScopeMap.Invoke(new()
    {
        Name = "example-scope-map",
        ResourceGroupName = "example-resource-group",
        ContainerRegistryName = "example-registry",
    });

    return new Dictionary<string, object?>
    {
        ["actions"] = example.Apply(getRegistryScopeMapResult => getRegistryScopeMapResult.Actions),
    };
});
package main

import (
	"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/containerservice"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := containerservice.LookupRegistryScopeMap(ctx, &containerservice.LookupRegistryScopeMapArgs{
			Name:                  "example-scope-map",
			ResourceGroupName:     "example-resource-group",
			ContainerRegistryName: "example-registry",
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("actions", example.Actions)
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.containerservice.ContainerserviceFunctions;
import com.pulumi.azure.containerservice.inputs.GetRegistryScopeMapArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = ContainerserviceFunctions.getRegistryScopeMap(GetRegistryScopeMapArgs.builder()
            .name("example-scope-map")
            .resourceGroupName("example-resource-group")
            .containerRegistryName("example-registry")
            .build());

        ctx.export("actions", example.applyValue(getRegistryScopeMapResult -> getRegistryScopeMapResult.actions()));
    }
}
import pulumi
import pulumi_azure as azure

example = azure.containerservice.get_registry_scope_map(name="example-scope-map",
    resource_group_name="example-resource-group",
    container_registry_name="example-registry")
pulumi.export("actions", example.actions)
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";

const example = azure.containerservice.getRegistryScopeMap({
    name: "example-scope-map",
    resourceGroupName: "example-resource-group",
    containerRegistryName: "example-registry",
});
export const actions = example.then(example => example.actions);
variables:
  example:
    fn::invoke:
      Function: azure:containerservice:getRegistryScopeMap
      Arguments:
        name: example-scope-map
        resourceGroupName: example-resource-group
        containerRegistryName: example-registry
outputs:
  actions: ${example.actions}

Using getRegistryScopeMap

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 getRegistryScopeMap(args: GetRegistryScopeMapArgs, opts?: InvokeOptions): Promise<GetRegistryScopeMapResult>
function getRegistryScopeMapOutput(args: GetRegistryScopeMapOutputArgs, opts?: InvokeOptions): Output<GetRegistryScopeMapResult>
def get_registry_scope_map(container_registry_name: Optional[str] = None,
                           name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRegistryScopeMapResult
def get_registry_scope_map_output(container_registry_name: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRegistryScopeMapResult]
func LookupRegistryScopeMap(ctx *Context, args *LookupRegistryScopeMapArgs, opts ...InvokeOption) (*LookupRegistryScopeMapResult, error)
func LookupRegistryScopeMapOutput(ctx *Context, args *LookupRegistryScopeMapOutputArgs, opts ...InvokeOption) LookupRegistryScopeMapResultOutput

> Note: This function is named LookupRegistryScopeMap in the Go SDK.

public static class GetRegistryScopeMap 
{
    public static Task<GetRegistryScopeMapResult> InvokeAsync(GetRegistryScopeMapArgs args, InvokeOptions? opts = null)
    public static Output<GetRegistryScopeMapResult> Invoke(GetRegistryScopeMapInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryScopeMapResult> getRegistryScopeMap(GetRegistryScopeMapArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure:containerservice/getRegistryScopeMap:getRegistryScopeMap
  arguments:
    # arguments dictionary

The following arguments are supported:

ContainerRegistryName string

The Name of the Container Registry where the token exists.

Name string

The name of the Container Registry token.

ResourceGroupName string

The Name of the Resource Group where this Container Registry token exists.

ContainerRegistryName string

The Name of the Container Registry where the token exists.

Name string

The name of the Container Registry token.

ResourceGroupName string

The Name of the Resource Group where this Container Registry token exists.

containerRegistryName String

The Name of the Container Registry where the token exists.

name String

The name of the Container Registry token.

resourceGroupName String

The Name of the Resource Group where this Container Registry token exists.

containerRegistryName string

The Name of the Container Registry where the token exists.

name string

The name of the Container Registry token.

resourceGroupName string

The Name of the Resource Group where this Container Registry token exists.

container_registry_name str

The Name of the Container Registry where the token exists.

name str

The name of the Container Registry token.

resource_group_name str

The Name of the Resource Group where this Container Registry token exists.

containerRegistryName String

The Name of the Container Registry where the token exists.

name String

The name of the Container Registry token.

resourceGroupName String

The Name of the Resource Group where this Container Registry token exists.

getRegistryScopeMap Result

The following output properties are available:

Actions List<string>

The actions for the Scope Map.

ContainerRegistryName string
Description string
Id string

The provider-assigned unique ID for this managed resource.

Name string
ResourceGroupName string
Actions []string

The actions for the Scope Map.

ContainerRegistryName string
Description string
Id string

The provider-assigned unique ID for this managed resource.

Name string
ResourceGroupName string
actions List<String>

The actions for the Scope Map.

containerRegistryName String
description String
id String

The provider-assigned unique ID for this managed resource.

name String
resourceGroupName String
actions string[]

The actions for the Scope Map.

containerRegistryName string
description string
id string

The provider-assigned unique ID for this managed resource.

name string
resourceGroupName string
actions Sequence[str]

The actions for the Scope Map.

container_registry_name str
description str
id str

The provider-assigned unique ID for this managed resource.

name str
resource_group_name str
actions List<String>

The actions for the Scope Map.

containerRegistryName String
description String
id String

The provider-assigned unique ID for this managed resource.

name String
resourceGroupName String

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes

This Pulumi package is based on the azurerm Terraform Provider.