Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates an existing annotation.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function AnnotationsUpdate ( _
request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Usage
Dim instance As Service
Dim request As AnnotationsUpdateRequest
Dim returnValue As AnnotationsUpdateResponse
returnValue = instance.AnnotationsUpdate(request)
public AnnotationsUpdateResponse AnnotationsUpdate(
AnnotationsUpdateRequest request
)
public:
virtual AnnotationsUpdateResponse^ AnnotationsUpdate(
AnnotationsUpdateRequest^ request
) sealed
abstract AnnotationsUpdate :
request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse
override AnnotationsUpdate :
request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse
public final function AnnotationsUpdate(
request : AnnotationsUpdateRequest
) : AnnotationsUpdateResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsUpdateRequest
The update request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.
Implements
IService.AnnotationsUpdate(AnnotationsUpdateRequest)