AzureFileShareProtectableItem Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AzureFileShareProtectableItem() |
Inicializa uma nova instância da classe AzureFileShareProtectableItem. |
AzureFileShareProtectableItem(String, String, String, String, String, String, String) |
Inicializa uma nova instância da classe AzureFileShareProtectableItem. |
AzureFileShareProtectableItem()
Inicializa uma nova instância da classe AzureFileShareProtectableItem.
public AzureFileShareProtectableItem ();
Public Sub New ()
Aplica-se a
AzureFileShareProtectableItem(String, String, String, String, String, String, String)
Inicializa uma nova instância da classe AzureFileShareProtectableItem.
public AzureFileShareProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentContainerFabricId = default, string parentContainerFriendlyName = default, string azureFileShareType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentContainerFabricId As String = Nothing, Optional parentContainerFriendlyName As String = Nothing, Optional azureFileShareType As String = Nothing)
Parâmetros
- backupManagementType
- String
Tipo de gerenciamento de backup para fazer backup de um item.
- workloadType
- String
Tipo de carga de trabalho para o gerenciamento de backup
- friendlyName
- String
Nome amigável do item de backup.
- protectionState
- String
Estado do item de backup. Os valores possíveis incluem: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'
- parentContainerFabricId
- String
ID de Malha Completa do contêiner ao qual este item protegível pertence. Por exemplo, ID do ARM.
- parentContainerFriendlyName
- String
Nome amigável do contêiner ao qual este item protegível pertence.
- azureFileShareType
- String
Tipo de compartilhamento de arquivo XSync ou XSMB. Os valores possíveis incluem: 'Invalid', 'XSMB', 'XSync'
Aplica-se a
Azure SDK for .NET