SubResourceDebugResource Constructors
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
SubResourceDebugResource() |
Initializes a new instance of the SubResourceDebugResource class. |
SubResourceDebugResource(String) |
Initializes a new instance of the SubResourceDebugResource class. |
SubResourceDebugResource()
Initializes a new instance of the SubResourceDebugResource class.
public SubResourceDebugResource ();
Public Sub New ()
Applies to
SubResourceDebugResource(String)
Initializes a new instance of the SubResourceDebugResource class.
public SubResourceDebugResource (string name = default);
new Microsoft.Azure.Management.DataFactory.Models.SubResourceDebugResource : string -> Microsoft.Azure.Management.DataFactory.Models.SubResourceDebugResource
Public Sub New (Optional name As String = Nothing)
Parameters
- name
- String
The resource name.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.