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

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method 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

Method Description
ConstructTemplateLinkView ( TemplateLink templateLink ) : string
CreatePSResourceGroupDeployment ( string name, string gesourceGroup, DeploymentPropertiesExtended properties ) : PSResourceGroupDeployment

Method Details

BuildZoneMappings() public static method

public static BuildZoneMappings ( IList zoneMappings ) : Hashtable
zoneMappings IList
return System.Collections.Hashtable

ConstructDeploymentVariableTable() public static method

public static ConstructDeploymentVariableTable ( DeploymentVariable>.Dictionary dictionary ) : string
dictionary DeploymentVariable>.Dictionary
return string

ConstructTagsTable() public static method

public static ConstructTagsTable ( Hashtable tags ) : string
tags System.Collections.Hashtable
return string

ToPSProviderFeature() public static method

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

ToPSResourceGroup() public static method

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

ToPSResourceGroupDeployment() public static method

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

ToPSResourceManagerError() public static method

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

ToPSResourceProvider() public static method

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