# PhpMyAdminContainerResource Constructors

- Package: [Aspire.Hosting.MySql](/reference/api/csharp/aspire.hosting.mysql.md)
- Type: [PhpMyAdminContainerResource](/reference/api/csharp/aspire.hosting.mysql/phpmyadmincontainerresource.md)
- Kind: `Constructors`
- Members: `1`

Resource representing PhpMyAdmin container.

## PhpMyAdminContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.MySql/PhpMyAdminResource.cs#L12)

Resource representing PhpMyAdmin container.

```csharp
public sealed class PhpMyAdminContainerResource
{
    public PhpMyAdminContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  Name of resource.
