Condividi tramite


RelationshipLinkResourceFormatCollection Class

Definition

A class representing a collection of RelationshipLinkResourceFormatResource and their operations. Each RelationshipLinkResourceFormatResource in the collection will belong to the same instance of HubResource. To get a RelationshipLinkResourceFormatCollection instance call the GetRelationshipLinkResourceFormats method from an instance of HubResource.

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

Constructors

RelationshipLinkResourceFormatCollection()

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

Creates a relationship link or updates an existing relationship link within a hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, RelationshipLinkResourceFormatData, CancellationToken)

Creates a relationship link or updates an existing relationship link within a hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
Get(String, CancellationToken)

Gets information about the specified relationship Link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
GetAll(CancellationToken)

Gets all relationship links in the hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks
  • Operation Id: RelationshipLinks_ListByHub
GetAllAsync(CancellationToken)

Gets all relationship links in the hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks
  • Operation Id: RelationshipLinks_ListByHub
GetAsync(String, CancellationToken)

Gets information about the specified relationship Link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_Get
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<RelationshipLinkResourceFormatResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RelationshipLinkResourceFormatResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to