C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ResourceIdentifier

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

공개 메소드들

메소드 설명
FromResourceGroupIdentifier ( string resourceGroupId ) : ResourceIdentifier
GetProviderFromResourceType ( string resourceType ) : string
GetTypeFromResourceType ( string resourceType ) : string
ResourceIdentifier ( ) : System
ResourceIdentifier ( string idFromServer ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AppendIfNotNull ( StringBuilder resourceId, string format, string value ) : void

메소드 상세

FromResourceGroupIdentifier() 공개 정적인 메소드

public static FromResourceGroupIdentifier ( string resourceGroupId ) : ResourceIdentifier
resourceGroupId string
리턴 ResourceIdentifier

GetProviderFromResourceType() 공개 정적인 메소드

public static GetProviderFromResourceType ( string resourceType ) : string
resourceType string
리턴 string

GetTypeFromResourceType() 공개 정적인 메소드

public static GetTypeFromResourceType ( string resourceType ) : string
resourceType string
리턴 string

ResourceIdentifier() 공개 메소드

public ResourceIdentifier ( ) : System
리턴 System

ResourceIdentifier() 공개 메소드

public ResourceIdentifier ( string idFromServer ) : System
idFromServer string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string