ITargetDetails.FilePrefix 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.
Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Restore operation may create multiple files inside location pointed by Url\r\n Below will be the common prefix for all of them", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="filePrefix")]
public string FilePrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Restore operation may create multiple files inside location pointed by Url\r\n Below will be the common prefix for all of them", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="filePrefix")>]
member this.FilePrefix : string with get, set
Public Property FilePrefix As String
Property Value
- Attributes