Compartir a través de


DevTestLabHostCachingOption Estructura

Definición

Opción de almacenamiento en caché para un disco de datos (es decir, None, ReadOnly, ReadWrite).

public readonly struct DevTestLabHostCachingOption : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabHostCachingOption>
type DevTestLabHostCachingOption = struct
Public Structure DevTestLabHostCachingOption
Implements IEquatable(Of DevTestLabHostCachingOption)
Herencia
DevTestLabHostCachingOption
Implementaciones

Constructores

DevTestLabHostCachingOption(String)

Inicializa una nueva instancia de la clase DevTestLabHostCachingOption.

Propiedades

None

Ninguno.

ReadOnly

Readonly.

ReadWrite

ReadWrite.

Métodos

Equals(DevTestLabHostCachingOption)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Determina si dos DevTestLabHostCachingOption valores son iguales.

Implicit(String to DevTestLabHostCachingOption)

Convierte una cadena en un DevTestLabHostCachingOption.

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

Determina si dos DevTestLabHostCachingOption valores no son los mismos.

Se aplica a