Share via


HybridComputePrivateLinkResourceCollection Class

Definition

A class representing a collection of HybridComputePrivateLinkResource and their operations. Each HybridComputePrivateLinkResource in the collection will belong to the same instance of HybridComputePrivateLinkScopeResource. To get a HybridComputePrivateLinkResourceCollection instance call the GetHybridComputePrivateLinkResources method from an instance of HybridComputePrivateLinkScopeResource.

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

Constructors

HybridComputePrivateLinkResourceCollection()

Initializes a new instance of the HybridComputePrivateLinkResourceCollection 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.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
Get(String, CancellationToken)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
GetAll(CancellationToken)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources
  • Operation Id: PrivateLinkResources_ListByPrivateLinkScope
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
GetAllAsync(CancellationToken)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources
  • Operation Id: PrivateLinkResources_ListByPrivateLinkScope
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
GetAsync(String, CancellationToken)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-10-03-preview
  • Resource: HybridComputePrivateLinkResource
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<HybridComputePrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HybridComputePrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to