Sdílet prostřednictvím


SenderUsernameResourceCollection.CreateOrUpdate Metoda

Definice

Přidejte nový prostředek SenderUsername pod nadřazený prostředek Domains nebo aktualizujte existující prostředek SenderUsername.

  • Cesta požadavku/subscriptions/{id_předplatného}/resourceGroups/{název_skupiny_prostředků}/providers/Microsoft.Communication/emailServices/{název_e-mailové_služby}/domains/{název_domény}/senderUsernames/{senderUsername}
  • Provozní IdSenderUsernames_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string senderUsername, Azure.ResourceManager.Communication.SenderUsernameResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Communication.SenderUsernameResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Communication.SenderUsernameResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, senderUsername As String, data As SenderUsernameResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SenderUsernameResource)

Parametry

waitUntil
WaitUntil

Completed Pokud by metoda měla počkat na vrácení, dokud se ve službě nedokončí dlouhotrvající operace; Started pokud by se měla vrátit po spuštění operace. Další informace o dlouhotrvajících operacích najdete v ukázkách operací azure.Core Long-Running.

senderUsername
String

Platné uživatelské jméno odesílatele.

data
SenderUsernameResourceData

Parametry operace vytvoření nebo aktualizace

cancellationToken
CancellationToken

Token zrušení, který se má použít.

Návraty

Výjimky

senderUsername je prázdný řetězec a měl by být neprázdný.

senderUsername nebo data má hodnotu null.

Platí pro