ServiceMeshProfile 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.
Service mesh profile for a managed cluster.
public class ServiceMeshProfile
type ServiceMeshProfile = class
Public Class ServiceMeshProfile
- Inheritance
-
ServiceMeshProfile
Constructors
| Name | Description |
|---|---|
| ServiceMeshProfile() |
Initializes a new instance of the ServiceMeshProfile class. |
| ServiceMeshProfile(String, IstioServiceMesh) |
Initializes a new instance of the ServiceMeshProfile class. |
Properties
| Name | Description |
|---|---|
| Istio |
Gets or sets istio service mesh configuration. |
| Mode |
Gets or sets mode of the service mesh. Possible values include: 'Istio', 'Disabled' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |