C# Class Microsoft.Azure.Commands.Resources.Models.ResourcesExtensions

Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
ConstructTemplateLinkView string
CreatePSResourceGroupDeployment PSResourceGroupDeployment
GetEventDataCaller string

Public Methods

Method Description
ConstructDeploymentVariableTable ( DeploymentVariable>.Dictionary dictionary ) : string
ConstructPermissionsTable ( List permissions ) : string
ConstructTagsTable ( Hashtable tags ) : string
ToPSGalleryItem ( this gallery ) : Microsoft.Azure.Commands.Resources.Models.PSGalleryItem
ToPSPermission ( this permission ) : PSPermission
ToPSResource ( this resource, ResourcesClient client, bool minimal ) : PSResource
ToPSResourceGroupDeployment ( this result, string resourceGroup ) : PSResourceGroupDeployment

Private Methods

Method Description
ConstructTemplateLinkView ( Microsoft.Azure.Management.Resources.Models.TemplateLink templateLink ) : string
CreatePSResourceGroupDeployment ( string name, string gesourceGroup, Microsoft.Azure.Management.Resources.Models.DeploymentPropertiesExtended properties ) : PSResourceGroupDeployment
GetEventDataCaller ( string>.Dictionary claims ) : string

Method Details

ConstructDeploymentVariableTable() public static method

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

ConstructPermissionsTable() public static method

public static ConstructPermissionsTable ( List permissions ) : string
permissions List
return string

ConstructTagsTable() public static method

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

ToPSGalleryItem() public static method

public static ToPSGalleryItem ( this gallery ) : Microsoft.Azure.Commands.Resources.Models.PSGalleryItem
gallery this
return Microsoft.Azure.Commands.Resources.Models.PSGalleryItem

ToPSPermission() public static method

public static ToPSPermission ( this permission ) : PSPermission
permission this
return PSPermission

ToPSResource() public static method

public static ToPSResource ( this resource, ResourcesClient client, bool minimal ) : PSResource
resource this
client ResourcesClient
minimal bool
return PSResource

ToPSResourceGroupDeployment() public static method

public static ToPSResourceGroupDeployment ( this result, string resourceGroup ) : PSResourceGroupDeployment
result this
resourceGroup string
return PSResourceGroupDeployment