SharedGalleryHostCaching Struct

Definition

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'.

public readonly struct SharedGalleryHostCaching : IEquatable<Azure.ResourceManager.Compute.Models.SharedGalleryHostCaching>
type SharedGalleryHostCaching = struct
Public Structure SharedGalleryHostCaching
Implements IEquatable(Of SharedGalleryHostCaching)
Inheritance
SharedGalleryHostCaching
Implements

Constructors

SharedGalleryHostCaching(String)

Initializes a new instance of SharedGalleryHostCaching.

Properties

None

None.

ReadOnly

ReadOnly.

ReadWrite

ReadWrite.

Methods

Equals(SharedGalleryHostCaching)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SharedGalleryHostCaching, SharedGalleryHostCaching)

Determines if two SharedGalleryHostCaching values are the same.

Implicit(String to SharedGalleryHostCaching)

Converts a string to a SharedGalleryHostCaching.

Inequality(SharedGalleryHostCaching, SharedGalleryHostCaching)

Determines if two SharedGalleryHostCaching values are not the same.

Applies to