Partilhar via


DevTestLabHostCachingOption Estrutura

Definição

Opção de cache para um disco de dados (ou seja, Nenhum, ReadOnly, ReadWrite).

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

Construtores

DevTestLabHostCachingOption(String)

Inicializa uma nova instância de DevTestLabHostCachingOption.

Propriedades

None

Nenhum.

ReadOnly

Readonly.

ReadWrite

Readwrite.

Métodos

Equals(DevTestLabHostCachingOption)

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(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Determina se dois DevTestLabHostCachingOption valores são os mesmos.

Implicit(String to DevTestLabHostCachingOption)

Converte uma cadeia de caracteres em um DevTestLabHostCachingOption.

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

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

Aplica-se a