Share via


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

InternalLoadBalancer.

PublicIP

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.

Inequality(MachineLearningLoadBalancerType, MachineLearningLoadBalancerType)

Determines if two MachineLearningLoadBalancerType values are not the same.

Applies to