OutputDirectory Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
OutputDirectory() |
Initialiseert een nieuw exemplaar van de klasse OutputDirectory. |
OutputDirectory(String, String, String) |
Initialiseert een nieuw exemplaar van de klasse OutputDirectory. |
OutputDirectory()
Initialiseert een nieuw exemplaar van de klasse OutputDirectory.
public OutputDirectory();
Public Sub New ()
Van toepassing op
OutputDirectory(String, String, String)
Initialiseert een nieuw exemplaar van de klasse OutputDirectory.
public OutputDirectory(string id, string pathPrefix, string pathSuffix = default);
new Microsoft.Azure.Management.BatchAI.Models.OutputDirectory : string * string * string -> Microsoft.Azure.Management.BatchAI.Models.OutputDirectory
Public Sub New (id As String, pathPrefix As String, Optional pathSuffix As String = Nothing)
Parameters
- id
- String
ID.
- pathPrefix
- String
Padvoorvoegsel.
- pathSuffix
- String
Padachtervoegsel.
Van toepassing op
Azure SDK for .NET