BackupElement 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
BackupElement() | |
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>) |
BackupElement()
public BackupElement ();
Public Sub New ()
Aplica-se a
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)
public BackupElement (string elementId, string elementName, string elementType, long sizeInBytes, string volumeName, string volumeContainerId, Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType? volumeType = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement : string * string * string * int64 * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement
Public Sub New (elementId As String, elementName As String, elementType As String, sizeInBytes As Long, volumeName As String, volumeContainerId As String, Optional volumeType As Nullable(Of VolumeType) = Nothing)
Parâmetros
- elementId
- String
- elementName
- String
- elementType
- String
- sizeInBytes
- Int64
- volumeName
- String
- volumeContainerId
- String
- volumeType
- Nullable<VolumeType>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET