ReplicationUpdateParameters 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.
The parameters for updating a replication.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationUpdateParametersTypeConverter))]
public class ReplicationUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationUpdateParametersTypeConverter))>]
type ReplicationUpdateParameters = class
interface IReplicationUpdateParameters
interface IJsonSerializable
Public Class ReplicationUpdateParameters
Implements IReplicationUpdateParameters
- Inheritance
-
ReplicationUpdateParameters
- Attributes
- Implements
Constructors
ReplicationUpdateParameters() |
Creates an new ReplicationUpdateParameters 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. |
Tag |
The tags for the replication. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationUpdateParameters. |
FromJsonString(String) |
Creates a new instance of ReplicationUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |