IReplicationProtectedItem.AllowedOperation Property

Definition

The allowed operations on the Replication protected item.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The allowed operations on the Replication protected item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedOperations", Update=true)]
public System.Collections.Generic.List<string> AllowedOperation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The allowed operations on the Replication protected item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedOperations", Update=true)>]
member this.AllowedOperation : System.Collections.Generic.List<string> with get, set
Public Property AllowedOperation As List(Of String)

Property Value

Attributes

Applies to