Lingua

MachineLearningLoadBalancerType Struct

Definition

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

Name Description
MachineLearningLoadBalancerType(String)

Initializes a new instance of MachineLearningLoadBalancerType.

Properties

Name Description
InternalLoadBalancer

Gets the InternalLoadBalancer.

PublicIp

Gets the PublicIp.

Methods

Name Description
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

Name Description
Equality(MachineLearningLoadBalancerType, MachineLearningLoadBalancerType)

Determines if two MachineLearningLoadBalancerType values are the same.

Implicit(String to MachineLearningLoadBalancerType)

Converts a string to a MachineLearningLoadBalancerType.

Implicit(String to Nullable<MachineLearningLoadBalancerType>)
Inequality(MachineLearningLoadBalancerType, MachineLearningLoadBalancerType)

Determines if two MachineLearningLoadBalancerType values are not the same.

Applies to