Support.SupportTicketsNoSubscriptionUpdateWithResult 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.Support.Models.ISupportTicketDetails> SupportTicketsNoSubscriptionUpdateWithResult (string supportTicketName, Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IUpdateSupportTicket body, Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.SupportTicketsNoSubscriptionUpdateWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IUpdateSupportTicket * Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportTicketDetails>
Public Function SupportTicketsNoSubscriptionUpdateWithResult (supportTicketName As String, body As IUpdateSupportTicket, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ISupportTicketDetails)
Parameters
- supportTicketName
- String
- body
- IUpdateSupportTicket
- eventListener
- IEventListener
- sender
- ISendAsync
- serializationMode
- SerializationMode