AppPlatformBuildCollection 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.
A class representing a collection of AppPlatformBuildResource and their operations. Each AppPlatformBuildResource in the collection will belong to the same instance of AppPlatformBuildServiceResource. To get an AppPlatformBuildCollection instance call the GetAppPlatformBuilds method from an instance of AppPlatformBuildServiceResource.
public class AppPlatformBuildCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformBuildResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformBuildResource>
type AppPlatformBuildCollection = class
inherit ArmCollection
interface seq<AppPlatformBuildResource>
interface IEnumerable
interface IAsyncEnumerable<AppPlatformBuildResource>
Public Class AppPlatformBuildCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AppPlatformBuildResource), IEnumerable(Of AppPlatformBuildResource)
- Inheritance
-
Azure.ResourceManager.ArmCollectionAppPlatformBuildCollection
- Implements
-
System.Collections.Generic.IAsyncEnumerable<AppPlatformBuildResource> System.Collections.Generic.IEnumerable<AppPlatformBuildResource> System.Collections.IEnumerable
Constructors
| AppPlatformBuildCollection() |
Initializes a new instance of the AppPlatformBuildCollection class for mocking. |
Methods
| CreateOrUpdate(WaitUntil, String, AppPlatformBuildData, CancellationToken) |
Create or update a KPack build.
|
| CreateOrUpdateAsync(WaitUntil, String, AppPlatformBuildData, CancellationToken) |
Create or update a KPack build.
|
| Exists(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
| ExistsAsync(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
| Get(String, CancellationToken) |
Get a KPack build.
|
| GetAll(CancellationToken) |
List KPack builds.
|
| GetAllAsync(CancellationToken) |
List KPack builds.
|
| GetAsync(String, CancellationToken) |
Get a KPack build.
|
| GetIfExists(String, CancellationToken) |
Tries to get details for this resource from the service.
|
| GetIfExistsAsync(String, CancellationToken) |
Tries to get details for this resource from the service.
|
Explicit Interface Implementations
| IAsyncEnumerable<AppPlatformBuildResource>.GetAsyncEnumerator(CancellationToken) |
Returns an enumerator that iterates asynchronously through the collection. |
| IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
| IEnumerable<AppPlatformBuildResource>.GetEnumerator() |
Returns an enumerator that iterates through the collection. |
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. |