TargetReference 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
TargetReference() |
Initializes a new instance of the TargetReference class. |
TargetReference(String) |
Initializes a new instance of the TargetReference class. |
TargetReference()
Initializes a new instance of the TargetReference class.
public TargetReference ();
Public Sub New ()
Applies to
TargetReference(String)
Initializes a new instance of the TargetReference class.
public TargetReference (string id);
new Microsoft.Azure.Management.Chaos.Models.TargetReference : string -> Microsoft.Azure.Management.Chaos.Models.TargetReference
Public Sub New (id As String)
Parameters
- id
- String
String of the resource ID of a Target resource.