IAksSchema.LoadBalancerType Property
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.
Load Balancer Type
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Load Balancer Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType) }, ReadOnly=false, Required=false, SerializedName="loadBalancerType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType? LoadBalancerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Load Balancer Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType) }, ReadOnly=false, Required=false, SerializedName="loadBalancerType")>]
member this.LoadBalancerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LoadBalancerType> with get, set
Public Property LoadBalancerType As Nullable(Of LoadBalancerType)
Property Value
- Attributes