Share via


AppPlatformBuildCollection Class

Definition

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.ArmCollection
AppPlatformBuildCollection
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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_CreateOrUpdateBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
CreateOrUpdateAsync(WaitUntil, String, AppPlatformBuildData, CancellationToken)

Create or update a KPack build.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_CreateOrUpdateBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
Get(String, CancellationToken)

Get a KPack build.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
GetAll(CancellationToken)

List KPack builds.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds
  • Operation Id: BuildService_ListBuilds
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
GetAllAsync(CancellationToken)

List KPack builds.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds
  • Operation Id: BuildService_ListBuilds
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
GetAsync(String, CancellationToken)

Get a KPack build.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Operation Id: BuildService_GetBuild
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildResource

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.

Applies to