Share via


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

Property Value

String[]
Attributes

Applies to