IVMwareCbtMigrationDetails.StorageAccountId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The replication storage account ARM Id. This is applicable only for the blob based replication test hook.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The replication storage account ARM Id. This is applicable only for the blob based replication test hook.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="storageAccountId")]
public string StorageAccountId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The replication storage account ARM Id. This is applicable only for the blob based replication test hook.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="storageAccountId")>]
member this.StorageAccountId : string
Public ReadOnly Property StorageAccountId As String
Property Value
- Attributes