Share via


AvsCloudLinkCollection Class

Definition

A class representing a collection of AvsCloudLinkResource and their operations. Each AvsCloudLinkResource in the collection will belong to the same instance of AvsPrivateCloudResource. To get an AvsCloudLinkCollection instance call the GetAvsCloudLinks method from an instance of AvsPrivateCloudResource.

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

Constructors

AvsCloudLinkCollection()

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

Create or update a cloud link in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_CreateOrUpdate
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
CreateOrUpdateAsync(WaitUntil, String, AvsCloudLinkData, CancellationToken)

Create or update a cloud link in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_CreateOrUpdate
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
Get(String, CancellationToken)

Get an cloud link by name in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
GetAll(CancellationToken)

List cloud link in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks
  • Operation Id: CloudLinks_List
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
GetAllAsync(CancellationToken)

List cloud link in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks
  • Operation Id: CloudLinks_List
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
GetAsync(String, CancellationToken)

Get an cloud link by name in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
  • Operation Id: CloudLinks_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsCloudLinkResource
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<AvsCloudLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AvsCloudLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to