AppPlatformBuildServiceCollection Class

Definition

A class representing a collection of AppPlatformBuildServiceResource and their operations. Each AppPlatformBuildServiceResource in the collection will belong to the same instance of AppPlatformServiceResource. To get an AppPlatformBuildServiceCollection instance call the GetAppPlatformBuildServices method from an instance of AppPlatformServiceResource.

public class AppPlatformBuildServiceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>
type AppPlatformBuildServiceCollection = class
    inherit ArmCollection
    interface seq<AppPlatformBuildServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<AppPlatformBuildServiceResource>
Public Class AppPlatformBuildServiceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AppPlatformBuildServiceResource), IEnumerable(Of AppPlatformBuildServiceResource)
Inheritance
AppPlatformBuildServiceCollection
Implements

Constructors

AppPlatformBuildServiceCollection()

Initializes a new instance of the AppPlatformBuildServiceCollection 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

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}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
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}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
Get(String, CancellationToken)

Get a build service resource.

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

List build services resource.

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

List build services resource.

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

Get a build service resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
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}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
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}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
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<AppPlatformBuildServiceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AppPlatformBuildServiceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to