GalleryReplicationMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET