TrackedResource 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
TrackedResource() |
Initializes a new instance of the TrackedResource class. |
TrackedResource(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String) |
Initializes a new instance of the TrackedResource class. |
TrackedResource()
Initializes a new instance of the TrackedResource class.
public TrackedResource ();
Public Sub New ()
Applies to
TrackedResource(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String)
Initializes a new instance of the TrackedResource class.
public TrackedResource (string id = default, Microsoft.Azure.Management.Purview.Models.Identity identity = default, string location = default, string name = default, Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string type = default);
new Microsoft.Azure.Management.Purview.Models.TrackedResource : string * Microsoft.Azure.Management.Purview.Models.Identity * string * string * Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Purview.Models.TrackedResource
Public Sub New (Optional id As String = Nothing, Optional identity As Identity = Nothing, Optional location As String = Nothing, Optional name As String = Nothing, Optional systemData As TrackedResourceSystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Gets or sets the identifier.
- identity
- Identity
Identity Info on the tracked resource
- location
- String
Gets or sets the location.
- name
- String
Gets or sets the name.
- systemData
- TrackedResourceSystemData
Metadata pertaining to creation and last modification of the resource.
- tags
- IDictionary<String,String>
Tags on the azure resource.
- type
- String
Gets or sets the type.
Applies to
Azure SDK for .NET