Share via


HybridComputeExtensionValueCollection Class

Definition

A class representing a collection of HybridComputeExtensionValueResource and their operations. Each HybridComputeExtensionValueResource in the collection will belong to the same instance of SubscriptionResource. To get a HybridComputeExtensionValueCollection instance call the GetHybridComputeExtensionValues method from an instance of SubscriptionResource.

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

Constructors

HybridComputeExtensionValueCollection()

Initializes a new instance of the HybridComputeExtensionValueCollection 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}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
Get(String, CancellationToken)

Gets an Extension Metadata based on location, publisher, extensionType and version

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
GetAll(CancellationToken)

Gets all Extension versions based on location, publisher, extensionType

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions
  • Operation Id: ExtensionMetadata_List
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
GetAllAsync(CancellationToken)

Gets all Extension versions based on location, publisher, extensionType

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions
  • Operation Id: ExtensionMetadata_List
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
GetAsync(String, CancellationToken)

Gets an Extension Metadata based on location, publisher, extensionType and version

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Operation Id: ExtensionMetadata_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputeExtensionValueResource
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<HybridComputeExtensionValueResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HybridComputeExtensionValueResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to