Delen via


AppPlatformSupportedStackCollection Class

Definition

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

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

Constructors

AppPlatformSupportedStackCollection()

Initializes a new instance of the AppPlatformSupportedStackCollection 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}/supportedStacks/{stackName}
  • Operation Id: BuildService_GetSupportedStack
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformSupportedStackResource
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}/supportedStacks/{stackName}
  • Operation Id: BuildService_GetSupportedStack
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformSupportedStackResource
Get(String, CancellationToken)

Get the supported stack resource.

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

Get all supported stacks.

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

Get all supported stacks.

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

Get the supported stack resource.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AppPlatformSupportedStackResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to