C# 클래스 Microsoft.Azure.Commands.Resources.Models.ResourcesExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
ConstructTemplateLinkView string
CreatePSResourceGroupDeployment PSResourceGroupDeployment
GetEventDataCaller string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ConstructDeploymentVariableTable() 공개 정적인 메소드

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

ConstructPermissionsTable() 공개 정적인 메소드

public static ConstructPermissionsTable ( List permissions ) : string
permissions List
리턴 string

ConstructTagsTable() 공개 정적인 메소드

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

ToPSGalleryItem() 공개 정적인 메소드

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

ToPSPermission() 공개 정적인 메소드

public static ToPSPermission ( this permission ) : PSPermission
permission this
리턴 PSPermission

ToPSResource() 공개 정적인 메소드

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

ToPSResourceGroupDeployment() 공개 정적인 메소드

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