Share via


Support.FilesCreateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFileDetails> FilesCreateWithResult(string subscriptionId, string fileWorkspaceName, string fileName, Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFileDetails 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.FilesCreateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFileDetails * 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.IFileDetails>
Public Function FilesCreateWithResult (subscriptionId As String, fileWorkspaceName As String, fileName As String, body As IFileDetails, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IFileDetails)

Parameters

subscriptionId
String
fileWorkspaceName
String
fileName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to