IPendingUploadRequestDto.PendingUploadId 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.
If PendingUploadId = null then random guid will be used.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="If PendingUploadId = null then random guid will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="pendingUploadId")]
public string PendingUploadId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="If PendingUploadId = null then random guid will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="pendingUploadId")>]
member this.PendingUploadId : string with get, set
Public Property PendingUploadId As String
Property Value
- Attributes