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

Entity representing the reference to the deployment paramaters.
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ParametersLink class.
public ParametersLink ( ) : System
Résultat System

ParametersLink() public méthode

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