Workload(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class for Kubernetes workload resources, such as StatefulSets and Deployments.
protected Workload(string apiVersion, string kind);new Aspire.Hosting.Kubernetes.Resources.Workload : string * string -> Aspire.Hosting.Kubernetes.Resources.WorkloadProtected Sub New (apiVersion As String, kind As String)Parameters
- apiVersion
- String
- kind
- String