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

AzureSql Item Class
Inheritance: ItemBase
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
AzureSqlItem ( Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerType containerType, string policyName ) : Microsoft.Azure.Management.RecoveryServices.Backup.Models

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

Method Details

AzureSqlItem() public méthode

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model
public AzureSqlItem ( Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ContainerType containerType, string policyName ) : Microsoft.Azure.Management.RecoveryServices.Backup.Models
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
Résultat Microsoft.Azure.Management.RecoveryServices.Backup.Models