C# Class Microsoft.Azure.Commands.AzureBackup.Cmdlets.RegisterAzureRMBackupContainer

Inheritance: Microsoft.Azure.Commands.AzureBackup.Cmdlets.AzureBackupVaultCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
IsDiscoveryNeeded bool
RefreshContainer void
WaitForDiscoveryToComplete bool

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Private Methods

Méthode Description
IsDiscoveryNeeded ( string vmName, string rgName, Microsoft.Azure.Management.BackupServices.Models.CSMContainerResponse &container ) : bool
RefreshContainer ( string resourceGroupName, string resourceName ) : void
WaitForDiscoveryToComplete ( string resourceGroupName, string resourceName, System.Guid operationId, bool &isDiscoverySuccessful, string &errorMessage ) : bool

Method Details

ExecuteCmdlet() public méthode

public ExecuteCmdlet ( ) : void
Résultat void