OpenShiftManagedClusterInner.RouterProfiles Property

Definition

Gets or sets configuration for OpenShift router(s).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.routerProfiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> RouterProfiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.routerProfiles")>]
member this.RouterProfiles : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> with get, set
Public Property RouterProfiles As IList(Of OpenShiftRouterProfile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to