你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureFileShareContainer Class

Definition

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

Constructors

AzureFileShareContainer(ProtectionContainerResource)

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

Properties

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)
Name

Name of the container

(Inherited from ContainerBase)
ResourceGroupName

Resource Group where the Container is present

(Inherited from AzureContainer)
Status

Registration Status

(Inherited from AzureContainer)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to