Compartir a través de


RelationshipLinkResourceFormatCollection Clase

Definición

Clase que representa una colección de RelationshipLinkResourceFormatResource y sus operaciones. Cada RelationshipLinkResourceFormatResource una de las colecciones pertenecerá a la misma instancia de HubResource. Para obtener una RelationshipLinkResourceFormatCollection instancia de, llame al método GetRelationshipLinkResourceFormats desde una instancia de 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)
Herencia
RelationshipLinkResourceFormatCollection
Implementaciones

Constructores

RelationshipLinkResourceFormatCollection()

Inicializa una nueva instancia de la RelationshipLinkResourceFormatCollection clase para simular.

Propiedades

Client

Obtiene el objeto desde el ArmClient que se creó este cliente de recursos.

(Heredado de ArmCollection)
Diagnostics

Obtiene las opciones de diagnóstico de este cliente de recursos.

(Heredado de ArmCollection)
Endpoint

Obtiene el URI base para este cliente de recursos.

(Heredado de ArmCollection)
Id

Obtiene el identificador de recurso.

(Heredado de ArmCollection)
Pipeline

Obtiene la canalización para este cliente de recursos.

(Heredado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, RelationshipLinkResourceFormatData, CancellationToken)

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_CreateOrUpdate de operación
CreateOrUpdateAsync(WaitUntil, String, RelationshipLinkResourceFormatData, CancellationToken)

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_CreateOrUpdate de operación
Exists(String, CancellationToken)

Comprueba si el recurso existe en Azure.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_Get de operaciones
ExistsAsync(String, CancellationToken)

Comprueba si el recurso existe en Azure.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_Get de operaciones
Get(String, CancellationToken)

Obtiene información sobre el vínculo de relación especificado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_Get de operaciones
GetAll(CancellationToken)

Obtiene todos los vínculos de relación del centro.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks
  • IdRelationshipLinks_ListByHub de operaciones
GetAllAsync(CancellationToken)

Obtiene todos los vínculos de relación del centro.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks
  • IdRelationshipLinks_ListByHub de operaciones
GetAsync(String, CancellationToken)

Obtiene información sobre el vínculo de relación especificado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_Get de operaciones
TryGetApiVersion(ResourceType, String)

Obtiene la invalidación de la versión de api si se ha establecido para las opciones de cliente actuales.

(Heredado de ArmCollection)

Implementaciones de interfaz explícitas

IAsyncEnumerable<RelationshipLinkResourceFormatResource>.GetAsyncEnumerator(CancellationToken)

Devuelve un enumerador que se itera de forma asincrónica a través de la colección.

IEnumerable.GetEnumerator()

Devuelve un enumerador que recorre en iteración una colección.

IEnumerable<RelationshipLinkResourceFormatResource>.GetEnumerator()

Devuelve un enumerador que procesa una iteración en la colección.

Se aplica a