KubernetesEnvironmentResource Constructors
Class Constructors 1 member
Represents a Kubernetes environment resource that can host application resources.
Constructor(string) Section titled Constructor(string) public sealed class KubernetesEnvironmentResource{ public KubernetesEnvironmentResource( string name) { // ... }}Parameters
name string The name of the Kubernetes environment.