ComponentKubernetesResources Class
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 resources of the network function component.
public class ComponentKubernetesResources : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources>
type ComponentKubernetesResources = class
interface IJsonModel<ComponentKubernetesResources>
interface IPersistableModel<ComponentKubernetesResources>
Public Class ComponentKubernetesResources
Implements IJsonModel(Of ComponentKubernetesResources), IPersistableModel(Of ComponentKubernetesResources)
- Inheritance
-
ComponentKubernetesResources
- Implements
Properties
| Name | Description |
|---|---|
| DaemonSets |
Daemonsets related to component resource. |
| Deployments |
Deployments that are related to component resource. |
| Pods |
Pods related to component resource. |
| ReplicaSets |
Replica sets related to component resource. |
| StatefulSets |
Stateful sets related to component resource. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ComponentKubernetesResources>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ComponentKubernetesResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ComponentKubernetesResources>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ComponentKubernetesResources>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ComponentKubernetesResources>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |