HealthDeidentificationModelFactory.DocumentDetails Method
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.
Initializes a new instance of DocumentDetails.
public static Azure.Health.Deidentification.DocumentDetails DocumentDetails(string id = default, Azure.Health.Deidentification.DocumentLocation input = default, Azure.Health.Deidentification.DocumentLocation output = default, Azure.Health.Deidentification.OperationState status = default, Azure.ResponseError error = default);
static member DocumentDetails : string * Azure.Health.Deidentification.DocumentLocation * Azure.Health.Deidentification.DocumentLocation * Azure.Health.Deidentification.OperationState * Azure.ResponseError -> Azure.Health.Deidentification.DocumentDetails
Public Shared Function DocumentDetails (Optional id As String = Nothing, Optional input As DocumentLocation = Nothing, Optional output As DocumentLocation = Nothing, Optional status As OperationState = Nothing, Optional error As ResponseError = Nothing) As DocumentDetails
Parameters
- id
- String
Id of the document details.
- input
- DocumentLocation
Location for the input.
- output
- DocumentLocation
Location for the output.
- status
- OperationState
Status of the document.
- error
- ResponseError
Error when document fails.
Returns
A new DocumentDetails instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET