ServiceObjectiveListResponse Class

Definition

public class ServiceObjectiveListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceObjective>
type ServiceObjectiveListResponse = class
    inherit AzureOperationResponse
    interface seq<ServiceObjective>
    interface IEnumerable
Public Class ServiceObjectiveListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServiceObjective)
Inheritance
Microsoft.Azure.AzureOperationResponse
ServiceObjectiveListResponse
Implements

Constructors

ServiceObjectiveListResponse()

Properties

ServiceObjectives

Methods

GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

EmptyIfNull<T>(IEnumerable<T>)
Batch<TSource>(IEnumerable<TSource>, Int32)
CoalesceEnumerable<TSource>(IEnumerable<TSource>)
Distinct<TSource,TKeyType>(IEnumerable<TSource>, Func<TSource,TKeyType>, IEqualityComparer<TKeyType>)
DistinctArray<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
SelectArray<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
SelectManyArray<TSource,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TResult>>)
ToInsensitiveDictionary<TValue>(IEnumerable<TValue>, Func<TValue,String>)
ToInsensitiveDictionary<TSource,TValue>(IEnumerable<TSource>, Func<TSource,String>, Func<TSource,TValue>)
Coalesce<TSource>(IEnumerable<TSource>)
ForEach<T>(IEnumerable<T>, Action<T>)
MaxOrDefault<T,TResult>(IEnumerable<T>, Func<T,TResult>, TResult)
NonNull<T>(IEnumerable<T>)

Applies to