Partager via


GeoReplicationStatusTypeConverter Class

Definition

The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable.

public class GeoReplicationStatusTypeConverter : System.Management.Automation.PSTypeConverter
type GeoReplicationStatusTypeConverter = class
    inherit PSTypeConverter
Public Class GeoReplicationStatusTypeConverter
Inherits PSTypeConverter
Inheritance
GeoReplicationStatusTypeConverter

Constructors

GeoReplicationStatusTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to