Orbital.ContactProfilesCreateOrUpdateWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- body
- IContactProfile
- eventListener
- IEventListener
- sender
- ISendAsync
- serializationMode
- SerializationMode