ContainerResource Constructors
Class Constructors 1 member
A resource that represents a specified container.
Constructor(string, string?) Section titled Constructor(string, string?) A resource that represents a specified container.
public class ContainerResource{ public ContainerResource( string name, string? entrypoint = null) { // ... }}Parameters
name string The name of the resource. entrypoint string? optional An optional container entrypoint.