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

The base class for manipulating resources.
Inheritance: ResourceManagerCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetResourceIdWithoutParentResource string

Méthodes publiques

Méthode Description
ResourceManipulationCmdletBase ( ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components

Initializes the default subscription id if needed.

Méthodes protégées

Méthode Description
GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Private Methods

Méthode Description
GetResourceIdWithoutParentResource ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

Method Details

GetResourceId() protected méthode

Gets the resource Id from the supplied PowerShell parameters.
protected GetResourceId ( ) : string
Résultat string

OnProcessRecord() protected méthode

protected OnProcessRecord ( ) : void
Résultat void

ResourceManipulationCmdletBase() public méthode

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