ReplicationUpdateParametersProperties Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationUpdateParametersPropertiesTypeConverter))]
public class ReplicationUpdateParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationUpdateParametersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationUpdateParametersPropertiesTypeConverter))>]
type ReplicationUpdateParametersProperties = class
interface IReplicationUpdateParametersProperties
interface IJsonSerializable
Public Class ReplicationUpdateParametersProperties
Implements IReplicationUpdateParametersProperties
- Inheritance
-
ReplicationUpdateParametersProperties
- Attributes
- Implements
Constructors
ReplicationUpdateParametersProperties() |
Creates an new ReplicationUpdateParametersProperties instance. |
Properties
RegionEndpointEnabled |
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationUpdateParametersProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationUpdateParametersProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationUpdateParametersProperties. |
FromJsonString(String) |
Creates a new instance of ReplicationUpdateParametersProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationUpdateParametersProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |