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, 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, String, String, String)
Initializes a new instance of the TrackedResource class.
public TrackedResource (string location, string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.Blueprint.Models.TrackedResource : string * string * string * string -> Microsoft.Azure.Management.Blueprint.Models.TrackedResource
Public Sub New (location As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- location
- String
The location of this blueprint assignment.
- id
- String
String Id used to locate any resource on Azure.
- type
- String
Type of this resource.
- name
- String
Name of this resource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET