Partager via


SharedGalleryHostCaching Structure

Définition

Mise en cache de l’hôte du disque. Les valeurs valides sont « None », « ReadOnly » et « ReadWrite ».

public readonly struct SharedGalleryHostCaching : IEquatable<Azure.ResourceManager.Compute.Models.SharedGalleryHostCaching>
type SharedGalleryHostCaching = struct
Public Structure SharedGalleryHostCaching
Implements IEquatable(Of SharedGalleryHostCaching)
Héritage
SharedGalleryHostCaching
Implémente

Constructeurs

SharedGalleryHostCaching(String)

Initialise une nouvelle instance de SharedGalleryHostCaching.

Propriétés

None

Aucun.

ReadOnly

Readonly.

ReadWrite

ReadWrite.

Méthodes

Equals(SharedGalleryHostCaching)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(SharedGalleryHostCaching, SharedGalleryHostCaching)

Détermine si deux SharedGalleryHostCaching valeurs sont identiques.

Implicit(String to SharedGalleryHostCaching)

Convertit une chaîne en SharedGalleryHostCaching.

Inequality(SharedGalleryHostCaching, SharedGalleryHostCaching)

Détermine si deux SharedGalleryHostCaching valeurs ne sont pas identiques.

S’applique à