Freigeben über


SupportTicketChatTranscriptCollection Class

Definition

A class representing a collection of SupportTicketChatTranscriptResource and their operations. Each SupportTicketChatTranscriptResource in the collection will belong to the same instance of SubscriptionSupportTicketResource. To get a SupportTicketChatTranscriptCollection instance call the GetSupportTicketChatTranscripts method from an instance of SubscriptionSupportTicketResource.

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

Constructors

SupportTicketChatTranscriptCollection()

Initializes a new instance of the SupportTicketChatTranscriptCollection 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}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
Get(String, CancellationToken)

Returns chatTranscript details for a support ticket under a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
GetAll(CancellationToken)

Lists all chat transcripts for a support ticket under subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Operation Id: ChatTranscripts_List
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
GetAllAsync(CancellationToken)

Lists all chat transcripts for a support ticket under subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Operation Id: ChatTranscripts_List
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
GetAsync(String, CancellationToken)

Returns chatTranscript details for a support ticket under a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Operation Id: ChatTranscripts_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketChatTranscriptResource
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<SupportTicketChatTranscriptResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SupportTicketChatTranscriptResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to