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

Inheritance: Microsoft.Azure.Commands.AzureBackup.Cmdlets.AzureBackupVaultCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
IsDiscoveryNeeded bool
RefreshContainer void
WaitForDiscoveryToComplete bool

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Private Methods

Method 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 method

public ExecuteCmdlet ( ) : void
return void