BatchFailedEntriesResponse Class
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.
Specifies the failed entries response. Contains a list of BatchFailedEntry.
public class BatchFailedEntriesResponse
type BatchFailedEntriesResponse = class
Public Class BatchFailedEntriesResponse
- Inheritance
-
BatchFailedEntriesResponse
Constructors
BatchFailedEntriesResponse() |
Initializes a new instance of the BatchFailedEntriesResponse class. |
Properties
ContinuationToken |
Gets or sets the continuation token for paginated results. |
FailedEntries |
Gets the list of failed entries result of a batch operation. |