C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkExtensions.ResourcesExtensions

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
BuildZoneMappings ( IList zoneMappings ) : Hashtable
ConstructDeploymentVariableTable ( DeploymentVariable>.Dictionary dictionary ) : string
ConstructTagsTable ( Hashtable tags ) : string
ToPSProviderFeature ( this feature ) : PSProviderFeature
ToPSResourceGroup ( this resourceGroup ) : PSResourceGroup
ToPSResourceGroupDeployment ( this result, string resourceGroup ) : PSResourceGroupDeployment
ToPSResourceManagerError ( this error ) : PSResourceManagerError
ToPSResourceProvider ( this provider ) : PSResourceProvider

Private Methods

Méthode Description
ConstructTemplateLinkView ( TemplateLink templateLink ) : string
CreatePSResourceGroupDeployment ( string name, string gesourceGroup, DeploymentPropertiesExtended properties ) : PSResourceGroupDeployment

Method Details

BuildZoneMappings() public static méthode

public static BuildZoneMappings ( IList zoneMappings ) : Hashtable
zoneMappings IList
Résultat System.Collections.Hashtable

ConstructDeploymentVariableTable() public static méthode

public static ConstructDeploymentVariableTable ( DeploymentVariable>.Dictionary dictionary ) : string
dictionary DeploymentVariable>.Dictionary
Résultat string

ConstructTagsTable() public static méthode

public static ConstructTagsTable ( Hashtable tags ) : string
tags System.Collections.Hashtable
Résultat string

ToPSProviderFeature() public static méthode

public static ToPSProviderFeature ( this feature ) : PSProviderFeature
feature this
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature

ToPSResourceGroup() public static méthode

public static ToPSResourceGroup ( this resourceGroup ) : PSResourceGroup
resourceGroup this
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup

ToPSResourceGroupDeployment() public static méthode

public static ToPSResourceGroupDeployment ( this result, string resourceGroup ) : PSResourceGroupDeployment
result this
resourceGroup string
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment

ToPSResourceManagerError() public static méthode

public static ToPSResourceManagerError ( this error ) : PSResourceManagerError
error this
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError

ToPSResourceProvider() public static méthode

public static ToPSResourceProvider ( this provider ) : PSResourceProvider
provider this
Résultat Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider