IHyperVReplicaAzurePolicyInput.StorageAccount Property

Definition

The list of storage accounts to which the VMs in the primary cloud can replicate to.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of storage accounts to which the VMs in the primary cloud can replicate to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccounts", Update=true)]
public System.Collections.Generic.List<string> StorageAccount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of storage accounts to which the VMs in the primary cloud can replicate to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccounts", Update=true)>]
member this.StorageAccount : System.Collections.Generic.List<string> with get, set
Public Property StorageAccount As List(Of String)

Property Value

Attributes

Applies to