GalleryReplicationMode Struct

Definition

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

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

Constructors

GalleryReplicationMode(String)

Initializes a new instance of GalleryReplicationMode.

Properties

Full

Full.

Shallow

Shallow.

Methods

Equals(GalleryReplicationMode)

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

Determines if two GalleryReplicationMode values are the same.

Implicit(String to GalleryReplicationMode)

Converts a string to a GalleryReplicationMode.

Inequality(GalleryReplicationMode, GalleryReplicationMode)

Determines if two GalleryReplicationMode values are not the same.

Applies to