ParametersLink 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
ParametersLink() |
Initializes a new instance of the ParametersLink class. |
ParametersLink(Uri) |
Initializes a new instance of the ParametersLink class with required arguments. |
ParametersLink()
Initializes a new instance of the ParametersLink class.
public ParametersLink ();
Public Sub New ()
Applies to
ParametersLink(Uri)
Initializes a new instance of the ParametersLink class with required arguments.
public ParametersLink (Uri uri);
new Microsoft.Azure.Management.Resources.Models.ParametersLink : Uri -> Microsoft.Azure.Management.Resources.Models.ParametersLink
Public Sub New (uri As Uri)
Parameters
- uri
- Uri