This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Gets the administrator login credentials for the specified container registry. API Version: 2016-06-27-preview.
Using getRegistryCredentials
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 getRegistryCredentials(args: GetRegistryCredentialsArgs, opts?: InvokeOptions): Promise<GetRegistryCredentialsResult>
function getRegistryCredentialsOutput(args: GetRegistryCredentialsOutputArgs, opts?: InvokeOptions): Output<GetRegistryCredentialsResult>def get_registry_credentials(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryCredentialsResult
def get_registry_credentials_output(registry_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryCredentialsResult]func GetRegistryCredentials(ctx *Context, args *GetRegistryCredentialsArgs, opts ...InvokeOption) (*GetRegistryCredentialsResult, error)
func GetRegistryCredentialsOutput(ctx *Context, args *GetRegistryCredentialsOutputArgs, opts ...InvokeOption) GetRegistryCredentialsResultOutput> Note: This function is named GetRegistryCredentials in the Go SDK.
public static class GetRegistryCredentials
{
public static Task<GetRegistryCredentialsResult> InvokeAsync(GetRegistryCredentialsArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryCredentialsResult> Invoke(GetRegistryCredentialsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRegistryCredentialsResult> getRegistryCredentials(GetRegistryCredentialsArgs args, InvokeOptions options)
public static Output<GetRegistryCredentialsResult> getRegistryCredentials(GetRegistryCredentialsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:containerregistry:getRegistryCredentials
arguments:
# arguments dictionaryThe following arguments are supported:
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- registry_
name str - The name of the container registry.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
getRegistryCredentials Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
