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
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>, String, Status) |
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' |
Status |
Gets the status of the replication at the time the operation was called. |
Tags |
Gets or sets the tags of the resource. (Inherited from Resource) |
Type |
Gets the type of the resource. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |