FeatureCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |