C# Class Microsoft.Azure.Management.Internal.Resources.Models.ParametersLink

Entity representing the reference to the deployment paramaters.
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ParametersLink ( ) : System

Initializes a new instance of the ParametersLink class.

ParametersLink ( Uri uri ) : System

Initializes a new instance of the ParametersLink class with required arguments.

Method Details

ParametersLink() public method

Initializes a new instance of the ParametersLink class.
public ParametersLink ( ) : System
return System

ParametersLink() public method

Initializes a new instance of the ParametersLink class with required arguments.
public ParametersLink ( Uri uri ) : System
uri System.Uri
return System