ContainerResource Constructors
ClassConstructors1 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
namestringThe name of the resource.entrypointstring?optionalAn optional container entrypoint.