MachineLearningLoadBalancerType Struct
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.
public readonly struct MachineLearningLoadBalancerType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningLoadBalancerType>
type MachineLearningLoadBalancerType = struct
Public Structure MachineLearningLoadBalancerType
Implements IEquatable(Of MachineLearningLoadBalancerType)
- Inheritance
-
MachineLearningLoadBalancerType
- Implements
Constructors
MachineLearningLoadBalancerType(String) |
Initializes a new instance of MachineLearningLoadBalancerType. |
Properties
InternalLoadBalancer |
InternalLoadBalancer. |
PublicIP |
PublicIp. |
Methods
Equals(MachineLearningLoadBalancerType) |
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(MachineLearningLoadBalancerType, MachineLearningLoadBalancerType) |
Determines if two MachineLearningLoadBalancerType values are the same. |
Implicit(String to MachineLearningLoadBalancerType) |
Converts a string to a MachineLearningLoadBalancerType. |
Inequality(MachineLearningLoadBalancerType, MachineLearningLoadBalancerType) |
Determines if two MachineLearningLoadBalancerType values are not the same. |
Applies to
Azure SDK for .NET