get Registry Credentials
suspend fun getRegistryCredentials(argument: GetRegistryCredentialsPlainArgs): GetRegistryCredentialsResult
Gets the administrator login credentials for the specified container registry. API Version: 2016-06-27-preview.
Return
The result of a request to get the administrator login credentials for a container registry.
Parameters
argument
null
suspend fun getRegistryCredentials(registryName: String, resourceGroupName: String): GetRegistryCredentialsResult
Return
The result of a request to get the administrator login credentials for a container registry.
Parameters
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getRegistryCredentials(argument: suspend GetRegistryCredentialsPlainArgsBuilder.() -> Unit): GetRegistryCredentialsResult
Return
The result of a request to get the administrator login credentials for a container registry.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetRegistryCredentialsPlainArgs.