C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase

The base class for manipulating resources.
상속: ResourceManagerCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GetResourceIdWithoutParentResource string

공개 메소드들

메소드 설명
ResourceManipulationCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Initializes the default subscription id if needed.

보호된 메소드들

메소드 설명
GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

비공개 메소드들

메소드 설명
GetResourceIdWithoutParentResource ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

메소드 상세

GetResourceId() 보호된 메소드

Gets the resource Id from the supplied PowerShell parameters.
protected GetResourceId ( ) : string
리턴 string

OnProcessRecord() 보호된 메소드

protected OnProcessRecord ( ) : void
리턴 void

ResourceManipulationCmdletBase() 공개 메소드

Initializes the default subscription id if needed.
public ResourceManipulationCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components
리턴 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components