C# Class Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureVmItem

IaaSVM Item Class
Inheritance: ItemBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
AzureVmItem ( Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerType containerType, string policyName ) : System

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

Method Details

AzureVmItem() public method

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model
public AzureVmItem ( Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerType containerType, string policyName ) : System
protectedItemResource Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource Service client object representing the protected item resource
containerName string Name of the container associated with this protected item
containerType Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerType Type of the container associated with this protected item
policyName string Name of the protection policy associated with this protected item
return System