DigitalTwinsResource 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
DigitalTwinsResource() |
Initializes a new instance of the DigitalTwinsResource class. |
DigitalTwinsResource(String, String, String, String, IDictionary<String,String>, DigitalTwinsIdentity, SystemData) |
Initializes a new instance of the DigitalTwinsResource class. |
DigitalTwinsResource()
Initializes a new instance of the DigitalTwinsResource class.
public DigitalTwinsResource ();
Public Sub New ()
Applies to
DigitalTwinsResource(String, String, String, String, IDictionary<String,String>, DigitalTwinsIdentity, SystemData)
Initializes a new instance of the DigitalTwinsResource class.
public DigitalTwinsResource (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsIdentity identity = default, Microsoft.Azure.Management.DigitalTwins.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsIdentity * Microsoft.Azure.Management.DigitalTwins.Models.SystemData -> Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsResource
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As DigitalTwinsIdentity = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- location
- String
The resource location.
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- tags
- IDictionary<String,String>
The resource tags.
- identity
- DigitalTwinsIdentity
The managed identity for the DigitalTwinsInstance.
- systemData
- SystemData
Metadata pertaining to creation and last modification of the DigitalTwinsInstance.
Applies to
Azure SDK for .NET