SenderUsernameResource.Update Metoda

Definice

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

  • Cesta žádosti/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • IdSenderUsernames_CreateOrUpdate operací
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Communication.SenderUsernameResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Communication.SenderUsernameResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Communication.SenderUsernameResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SenderUsernameResource>
Public Overridable Function Update (waitUntil As WaitUntil, 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 se má 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.

data
SenderUsernameResourceData

Parametry pro operaci vytvoření nebo aktualizace.

cancellationToken
CancellationToken

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

Návraty

Výjimky

data je null.

Platí pro