Condividi tramite


ConnectorMappingResourceFormatCollection Class

Definition

A class representing a collection of ConnectorMappingResourceFormatResource and their operations. Each ConnectorMappingResourceFormatResource in the collection will belong to the same instance of ConnectorResourceFormatResource. To get a ConnectorMappingResourceFormatCollection instance call the GetConnectorMappingResourceFormats method from an instance of ConnectorResourceFormatResource.

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

Constructors

ConnectorMappingResourceFormatCollection()

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

Creates a connector mapping or updates an existing connector mapping in the connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ConnectorMappingResourceFormatData, CancellationToken)

Creates a connector mapping or updates an existing connector mapping in the connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_Get
Get(String, CancellationToken)

Gets a connector mapping in the connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_Get
GetAll(CancellationToken)

Gets all the connector mappings in the specified connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings
  • Operation Id: ConnectorMappings_ListByConnector
GetAllAsync(CancellationToken)

Gets all the connector mappings in the specified connector.

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

Gets a connector mapping in the connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_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}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_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}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_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<ConnectorMappingResourceFormatResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ConnectorMappingResourceFormatResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to