CommunicationsOperationsExtensions.CreateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt einem Azure-Support Ticket eine neue Kundenkommunikation hinzu.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.CommunicationDetails> CreateAsync (this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string supportTicketName, string communicationName, Microsoft.Azure.Management.Support.Models.CommunicationDetails createCommunicationParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Support.ICommunicationsOperations * string * string * Microsoft.Azure.Management.Support.Models.CommunicationDetails * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.CommunicationDetails>
<Extension()>
Public Function CreateAsync (operations As ICommunicationsOperations, supportTicketName As String, communicationName As String, createCommunicationParameters As CommunicationDetails, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CommunicationDetails)
Parameter
- operations
- ICommunicationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- supportTicketName
- String
Supportticketname.
- communicationName
- String
Kommunikationsname.
- createCommunicationParameters
- CommunicationDetails
Kommunikationsobjekt.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET