ArmNetAppModelFactory.SuspectFile 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.
Initializes a new instance of SuspectFile.
public static Azure.ResourceManager.NetApp.Models.SuspectFile SuspectFile(string suspectFileName = default, DateTimeOffset? fileTimestamp = default);
static member SuspectFile : string * Nullable<DateTimeOffset> -> Azure.ResourceManager.NetApp.Models.SuspectFile
Public Shared Function SuspectFile (Optional suspectFileName As String = Nothing, Optional fileTimestamp As Nullable(Of DateTimeOffset) = Nothing) As SuspectFile
Parameters
- suspectFileName
- String
Suspect filename.
- fileTimestamp
- Nullable<DateTimeOffset>
The creation date and time of the file.
Returns
A new SuspectFile instance for mocking.