Partilhar via


LargeFileSharesState Estrutura

Definição

Permitir compartilhamentos de arquivos grandes se for configurado como Habilitado. Ele não pode ser desabilitado depois de habilitado.

public readonly struct LargeFileSharesState : IEquatable<Azure.ResourceManager.Storage.Models.LargeFileSharesState>
type LargeFileSharesState = struct
Public Structure LargeFileSharesState
Implements IEquatable(Of LargeFileSharesState)
Herança
LargeFileSharesState
Implementações

Construtores

LargeFileSharesState(String)

Inicializa uma nova instância de LargeFileSharesState.

Propriedades

Disabled

Desabilitado.

Enabled

Habilitada.

Métodos

Equals(LargeFileSharesState)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(LargeFileSharesState, LargeFileSharesState)

Determina se dois LargeFileSharesState valores são os mesmos.

Implicit(String to LargeFileSharesState)

Converte uma cadeia de caracteres em um LargeFileSharesState.

Inequality(LargeFileSharesState, LargeFileSharesState)

Determina se dois LargeFileSharesState valores não são os mesmos.

Aplica-se a