Share via


ServiceMeshMode Struct

Definition

Mode of the service mesh.

public readonly struct ServiceMeshMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ServiceMeshMode>
type ServiceMeshMode = struct
Public Structure ServiceMeshMode
Implements IEquatable(Of ServiceMeshMode)
Inheritance
ServiceMeshMode
Implements

Constructors

ServiceMeshMode(String)

Initializes a new instance of ServiceMeshMode.

Properties

Disabled

Mesh is disabled.

Istio

Istio deployed as an AKS addon.

Methods

Equals(ServiceMeshMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ServiceMeshMode, ServiceMeshMode)

Determines if two ServiceMeshMode values are the same.

Implicit(String to ServiceMeshMode)

Converts a string to a ServiceMeshMode.

Inequality(ServiceMeshMode, ServiceMeshMode)

Determines if two ServiceMeshMode values are not the same.

Applies to