BlobsModelFactory.BlobContainerProperties Método
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.
Cria uma nova instância blobContainerProperties para zombar.
public static Azure.Storage.Blobs.Models.BlobContainerProperties BlobContainerProperties (DateTimeOffset lastModified, Azure.ETag eTag, Azure.Storage.Blobs.Models.LeaseState? leaseState = default, Azure.Storage.Blobs.Models.LeaseDurationType? leaseDuration = default, Azure.Storage.Blobs.Models.PublicAccessType? publicAccess = default, bool? hasImmutabilityPolicy = default, Azure.Storage.Blobs.Models.LeaseStatus? leaseStatus = default, string defaultEncryptionScope = default, bool? preventEncryptionScopeOverride = default, DateTimeOffset? deletedOn = default, int? remainingRetentionDays = default, System.Collections.Generic.IDictionary<string,string> metadata = default, bool? hasLegalHold = default);
static member BlobContainerProperties : DateTimeOffset * Azure.ETag * Nullable<Azure.Storage.Blobs.Models.LeaseState> * Nullable<Azure.Storage.Blobs.Models.LeaseDurationType> * Nullable<Azure.Storage.Blobs.Models.PublicAccessType> * Nullable<bool> * Nullable<Azure.Storage.Blobs.Models.LeaseStatus> * string * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<int> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Azure.Storage.Blobs.Models.BlobContainerProperties
Public Shared Function BlobContainerProperties (lastModified As DateTimeOffset, eTag As ETag, Optional leaseState As Nullable(Of LeaseState) = Nothing, Optional leaseDuration As Nullable(Of LeaseDurationType) = Nothing, Optional publicAccess As Nullable(Of PublicAccessType) = Nothing, Optional hasImmutabilityPolicy As Nullable(Of Boolean) = Nothing, Optional leaseStatus As Nullable(Of LeaseStatus) = Nothing, Optional defaultEncryptionScope As String = Nothing, Optional preventEncryptionScopeOverride As Nullable(Of Boolean) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional remainingRetentionDays As Nullable(Of Integer) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional hasLegalHold As Nullable(Of Boolean) = Nothing) As BlobContainerProperties
Parâmetros
- lastModified
- DateTimeOffset
- eTag
- ETag
- leaseState
- Nullable<LeaseState>
- leaseDuration
- Nullable<LeaseDurationType>
- publicAccess
- Nullable<PublicAccessType>
- leaseStatus
- Nullable<LeaseStatus>
- defaultEncryptionScope
- String
- deletedOn
- Nullable<DateTimeOffset>
- metadata
- IDictionary<String,String>
Retornos
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