AzureFileShareContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure File Share specific container class.
public class AzureFileShareContainer : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureContainer
type AzureFileShareContainer = class
inherit AzureContainer
Public Class AzureFileShareContainer
Inherits AzureContainer
- Inheritance
-
AzureFileShareContainer
Constructors
AzureFileShareContainer(ProtectionContainerResource) |
Constructor. Takes the service client object representing the container and converts it in to the PS container model |
Properties
AcquireStorageAccountLock |
Gets or sets whether storage account lock is to be acquired for this container or not. Possible values include: Acquire, NotAcquire |
BackupManagementType |
Type of the backup management agent. (Inherited from ManagementContext) |
ContainerType |
Type of the container that maybe managed by the recovery services vault. (Inherited from ContainerContext) |
FriendlyName |
Friendly name of the container (Inherited from AzureContainer) |
HealthStatus |
Gets or sets status of health of the container. |
Id |
Gets resource Id represents the complete path to the resource. |
Name |
Name of the container (Inherited from ContainerBase) |
ProtectedItemCount |
Gets or sets number of items backed up in this container. |
ResourceGroupName |
Resource Group where the Container is present (Inherited from AzureContainer) |
SourceResourceId |
Gets or sets ARM ID of the storage account |
Status |
Registration Status (Inherited from AzureContainer) |
Methods
Validate() |
Method to validate the object properties. (Inherited from ObjectBase) |