Share via


ProjectDevBoxDefinitionCollection Class

Definition

A class representing a collection of ProjectDevBoxDefinitionResource and their operations. Each ProjectDevBoxDefinitionResource in the collection will belong to the same instance of DevCenterProjectResource. To get a ProjectDevBoxDefinitionCollection instance call the GetProjectDevBoxDefinitions method from an instance of DevCenterProjectResource.

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

Constructors

ProjectDevBoxDefinitionCollection()

Initializes a new instance of the ProjectDevBoxDefinitionCollection 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.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
Get(String, CancellationToken)

Gets a Dev Box definition configured for a project

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
GetAll(Nullable<Int32>, CancellationToken)

List Dev Box definitions configured for a project.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions
  • Operation Id: DevBoxDefinitions_ListByProject
GetAllAsync(Nullable<Int32>, CancellationToken)

List Dev Box definitions configured for a project.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions
  • Operation Id: DevBoxDefinitions_ListByProject
GetAsync(String, CancellationToken)

Gets a Dev Box definition configured for a project

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
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<ProjectDevBoxDefinitionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ProjectDevBoxDefinitionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to