DefinitionPolicyResponse Class

Definition

Describes the monitoring policy status

public class DefinitionPolicyResponse : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointResponse>
type DefinitionPolicyResponse = class
    interface seq<DefinitionEndpointResponse>
    interface IEnumerable
Public Class DefinitionPolicyResponse
Implements IEnumerable(Of DefinitionEndpointResponse)
Inheritance
DefinitionPolicyResponse
Implements

Constructors

DefinitionPolicyResponse()

Initializes a new instance of the DefinitionPolicyResponse class.

Properties

Endpoints

Optional. The list of Endpoints being monitored

LoadBalancingMethod

Optional. Specifies the load balancing method to use to distribute connections.

MonitorStatus

Optional. Indicates health status for the overall load balancing policy.

Methods

GetEnumerator()

Gets the sequence of Endpoints.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Endpoints.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to