Orbital.ContactProfilesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfile> ContactProfilesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string contactProfileName, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfile body, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ContactProfilesCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfile * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfile>
Public Function ContactProfilesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, contactProfileName As String, body As IContactProfile, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IContactProfile)

Parameters

subscriptionId
String
resourceGroupName
String
contactProfileName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to