IAssetFile.Upload 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.
Overloads
Upload(Stream) | |
Upload(String) |
Upload(Stream)
public void Upload (System.IO.Stream stream);
abstract member Upload : System.IO.Stream -> unit
Public Sub Upload (stream As Stream)
Parameters
- stream
- Stream
Applies to
Upload(String)
public void Upload (string path);
abstract member Upload : string -> unit
Public Sub Upload (path As String)
Parameters
- path
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET