Share via


IStorageIdentity.MigrationName Property

Definition

The name of the Storage Account Migration. It should always be 'default'

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "default" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage Account Migration. It should always be 'default'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationName", Update=true)]
public string MigrationName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage Account Migration. It should always be 'default'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationName", Update=true)>]
member this.MigrationName : string with get, set
Public Property MigrationName As String

Property Value

Attributes

Applies to