ArmContainerServiceModelFactory.ServiceMeshProfile Method
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.
public static Azure.ResourceManager.ContainerService.Models.ServiceMeshProfile ServiceMeshProfile(Azure.ResourceManager.ContainerService.Models.ServiceMeshMode mode = default, Azure.ResourceManager.ContainerService.Models.IstioServiceMesh istio = default);
static member ServiceMeshProfile : Azure.ResourceManager.ContainerService.Models.ServiceMeshMode * Azure.ResourceManager.ContainerService.Models.IstioServiceMesh -> Azure.ResourceManager.ContainerService.Models.ServiceMeshProfile
Public Shared Function ServiceMeshProfile (Optional mode As ServiceMeshMode = Nothing, Optional istio As IstioServiceMesh = Nothing) As ServiceMeshProfile
Parameters
- mode
- ServiceMeshMode
Mode of the service mesh.
- istio
- IstioServiceMesh
Istio service mesh configuration.
Returns
A new ServiceMeshProfile instance for mocking.