IstioServiceMesh 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 service mesh configuration.
public class IstioServiceMesh : Azure.Provisioning.Primitives.ProvisionableConstruct
type IstioServiceMesh = class
inherit ProvisionableConstruct
Public Class IstioServiceMesh
Inherits ProvisionableConstruct
- Inheritance
Constructors
IstioServiceMesh() |
Creates a new IstioServiceMesh. |
Properties
CertificateAuthorityPlugin |
Plugin certificates information for Service Mesh. |
Components |
Istio components configuration. |
Revisions |
The list of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of IstioServiceMesh. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |