ReplicationInner Constructors

Definition

Overloads

ReplicationInner()

Initializes a new instance of the ReplicationInner class.

ReplicationInner(String, String, String, String, IDictionary<String,String>, String, Status)

Initializes a new instance of the ReplicationInner class.

ReplicationInner()

Initializes a new instance of the ReplicationInner class.

public ReplicationInner ();
Public Sub New ()

Applies to

ReplicationInner(String, String, String, String, IDictionary<String,String>, String, Status)

Initializes a new instance of the ReplicationInner class.

public ReplicationInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Status status = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ReplicationInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Status -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ReplicationInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional status As Status = Nothing)

Parameters

location
String
id
String
name
String
type
String
provisioningState
String

The provisioning state of the replication at the time the operation was called. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

status
Status

The status of the replication at the time the operation was called.

Applies to