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
AppPlatformBuildCollection
Implements

Constructors

AppPlatformBuildCollection()

Initializes a new instance of the AppPlatformBuildCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

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
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

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.

Applies to