LoadBalancerDetailLevel Struct

Definition

Controls verbosity of the returned load balancer resource.

public readonly struct LoadBalancerDetailLevel : IEquatable<Azure.ResourceManager.Network.Models.LoadBalancerDetailLevel>
type LoadBalancerDetailLevel = struct
Public Structure LoadBalancerDetailLevel
Implements IEquatable(Of LoadBalancerDetailLevel)
Inheritance
LoadBalancerDetailLevel
Implements

Constructors

Name Description
LoadBalancerDetailLevel(String)

Initializes a new instance of LoadBalancerDetailLevel.

Properties

Name Description
Reduced

When set to 'Reduced', read-only reference collections may be omitted.

Methods

Name Description
Equals(LoadBalancerDetailLevel)

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(LoadBalancerDetailLevel, LoadBalancerDetailLevel)

Determines if two LoadBalancerDetailLevel values are the same.

Implicit(String to LoadBalancerDetailLevel)

Converts a string to a LoadBalancerDetailLevel.

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

Determines if two LoadBalancerDetailLevel values are not the same.

Applies to