C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceManipulationCmdletBase

The base class for manipulating resources.
Inheritance: ResourceManagerCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetResourceIdWithoutParentResource string

Public Methods

Method Description
ResourceManipulationCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Initializes the default subscription id if needed.

Protected Methods

Method Description
GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Private Methods

Method Description
GetResourceIdWithoutParentResource ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

Method Details

GetResourceId() protected method

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

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void

ResourceManipulationCmdletBase() public method

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