Replication 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.
An object that represents a replication for a container registry.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Replication : Microsoft.Azure.Management.ContainerRegistry.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Replication = class
inherit Resource
Public Class Replication
Inherits Resource
- Inheritance
- Attributes
Constructors
Replication() |
Initializes a new instance of the Replication class. |
Replication(String, String, String, String, IDictionary<String,String>, SystemData, String, Status, Nullable<Boolean>, String) |
Initializes a new instance of the Replication class. |
Properties
Id |
Gets the resource ID. (Inherited from Resource) |
Location |
Gets or sets the location of the resource. This cannot be changed after the resource is created. (Inherited from Resource) |
Name |
Gets the name of the resource. (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the replication at the time the operation was called. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' |
RegionEndpointEnabled |
Gets or sets 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. |
Status |
Gets the status of the replication at the time the operation was called. |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. (Inherited from Resource) |
Tags |
Gets or sets the tags of the resource. (Inherited from Resource) |
Type |
Gets the type of the resource. (Inherited from Resource) |
ZoneRedundancy |
Gets or sets whether or not zone redundancy is enabled for this container registry replication. Possible values include: 'Enabled', 'Disabled' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET