Share via


FeatureCollection Class

Definition

public class FeatureCollection : System.Collections.Generic.IEnumerable<Azure.Projects.Core.AzureProjectFeature>
type FeatureCollection = class
    interface seq<AzureProjectFeature>
    interface IEnumerable
Public Class FeatureCollection
Implements IEnumerable(Of AzureProjectFeature)
Inheritance
FeatureCollection
Implements

Methods

Name Description
Append(AzureProjectFeature)
CreateUniqueBicepIdentifier(String)
FindAll<T>()
GetEnumerator()
TryGet<T>(String, T)
TryGet<T>(T)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

Applies to