Поделиться через


DevCenterEnvironmentTypeCollection Class

Definition

A class representing a collection of DevCenterEnvironmentTypeResource and their operations. Each DevCenterEnvironmentTypeResource in the collection will belong to the same instance of DevCenterResource. To get a DevCenterEnvironmentTypeCollection instance call the GetDevCenterEnvironmentTypes method from an instance of DevCenterResource.

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

Constructors

DevCenterEnvironmentTypeCollection()

Initializes a new instance of the DevCenterEnvironmentTypeCollection 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, DevCenterEnvironmentTypeData, CancellationToken)

Creates or updates an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_CreateOrUpdate
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
CreateOrUpdateAsync(WaitUntil, String, DevCenterEnvironmentTypeData, CancellationToken)

Creates or updates an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_CreateOrUpdate
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
Get(String, CancellationToken)

Gets an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
GetAll(Nullable<Int32>, CancellationToken)

Lists environment types for the devcenter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes
  • Operation Id: EnvironmentTypes_ListByDevCenter
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
GetAllAsync(Nullable<Int32>, CancellationToken)

Lists environment types for the devcenter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes
  • Operation Id: EnvironmentTypes_ListByDevCenter
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
GetAsync(String, CancellationToken)

Gets an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Get
  • Default Api Version: 2023-04-01
  • Resource: DevCenterEnvironmentTypeResource
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<DevCenterEnvironmentTypeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DevCenterEnvironmentTypeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to