ArmSupportModelFactory.UploadFileContent 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 static Azure.ResourceManager.Support.Models.UploadFileContent UploadFileContent(string content = default, int? chunkIndex = default);
static member UploadFileContent : string * Nullable<int> -> Azure.ResourceManager.Support.Models.UploadFileContent
Public Shared Function UploadFileContent (Optional content As String = Nothing, Optional chunkIndex As Nullable(Of Integer) = Nothing) As UploadFileContent
Parameters
- content
- String
File Content in base64 encoded format.
Returns
A new UploadFileContent instance for mocking.