ExternalResource 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
ExternalResource() |
Initializes a new instance of the ExternalResource class. |
ExternalResource(String, String, String, SystemData) |
Initializes a new instance of the ExternalResource class. |
ExternalResource()
Initializes a new instance of the ExternalResource class.
public ExternalResource ();
Public Sub New ()
Applies to
ExternalResource(String, String, String, SystemData)
Initializes a new instance of the ExternalResource class.
public ExternalResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.DigitalTwins.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DigitalTwins.Models.ExternalResource : string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.SystemData -> Microsoft.Azure.Management.DigitalTwins.Models.ExternalResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
The resource identifier.
- name
- String
Extension resource name.
- type
- String
The resource type.
- systemData
- SystemData
Metadata pertaining to creation and last modification of the resource.