IstioComponents 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.
Istio components configuration. Serialized Name: IstioComponents
public class IstioComponents : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.IstioComponents>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.IstioComponents>
type IstioComponents = class
interface IJsonModel<IstioComponents>
interface IPersistableModel<IstioComponents>
Public Class IstioComponents
Implements IJsonModel(Of IstioComponents), IPersistableModel(Of IstioComponents)
- Inheritance
-
IstioComponents
- Implements
Constructors
| Name | Description |
|---|---|
| IstioComponents() |
Initializes a new instance of IstioComponents. |
Properties
| Name | Description |
|---|---|
| EgressGateways |
Istio egress gateways. Serialized Name: IstioComponents.egressGateways |
| IngressGateways |
Istio ingress gateways. Serialized Name: IstioComponents.ingressGateways |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<IstioComponents>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<IstioComponents>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<IstioComponents>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<IstioComponents>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<IstioComponents>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |