IDeletedBackupVault.ReplicatedRegion Property

Definition

List of replicated regions for Backup Vault

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of replicated regions for Backup Vault", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicatedRegions", Update=true)]
public System.Collections.Generic.List<string> ReplicatedRegion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of replicated regions for Backup Vault", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicatedRegions", Update=true)>]
member this.ReplicatedRegion : System.Collections.Generic.List<string> with get, set
Public Property ReplicatedRegion As List(Of String)

Property Value

Attributes

Applies to