Sdílet prostřednictvím


ODataBatchWriter.CreateOperationRequestMessage Metoda

Definice

Přetížení

CreateOperationRequestMessage(String, Uri, String)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

CreateOperationRequestMessage(String, Uri, String, BatchPayloadUriOption)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

CreateOperationRequestMessage(String, Uri, String, BatchPayloadUriOption, IEnumerable<String>)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

CreateOperationRequestMessage(String, Uri, String)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

public Microsoft.OData.ODataBatchOperationRequestMessage CreateOperationRequestMessage (string method, Uri uri, string contentId);
member this.CreateOperationRequestMessage : string * Uri * string -> Microsoft.OData.ODataBatchOperationRequestMessage
Public Function CreateOperationRequestMessage (method As String, uri As Uri, contentId As String) As ODataBatchOperationRequestMessage

Parametry

method
String

Metoda HTTP, která se má použít pro tuto operaci požadavku.

uri
Uri

Identifikátor URI, který se má použít pro tuto operaci požadavku.

contentId
String

Hodnota Content-ID, která se má zapisovat do hlavičky ChangeSet, by se ignorovala, pokud method má hodnotu GET.

Návraty

Zpráva, která se dá použít k zápisu operace požadavku.

Platí pro

CreateOperationRequestMessage(String, Uri, String, BatchPayloadUriOption)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

public Microsoft.OData.ODataBatchOperationRequestMessage CreateOperationRequestMessage (string method, Uri uri, string contentId, Microsoft.OData.BatchPayloadUriOption payloadUriOption);
member this.CreateOperationRequestMessage : string * Uri * string * Microsoft.OData.BatchPayloadUriOption -> Microsoft.OData.ODataBatchOperationRequestMessage
Public Function CreateOperationRequestMessage (method As String, uri As Uri, contentId As String, payloadUriOption As BatchPayloadUriOption) As ODataBatchOperationRequestMessage

Parametry

method
String

Metoda HTTP, která se má použít pro tuto operaci požadavku.

uri
Uri

Identifikátor URI, který se má použít pro tuto operaci požadavku.

contentId
String

Hodnota Content-ID, která se má zapisovat do hlavičky ChangeSet, by se ignorovala, pokud method má hodnotu GET.

payloadUriOption
BatchPayloadUriOption

Formát operace Request-URI, který může být AbsoluteUri, AbsoluteResourcePathAndHost nebo RelativeResourcePath.

Návraty

Zpráva, která se dá použít k zápisu operace požadavku.

Platí pro

CreateOperationRequestMessage(String, Uri, String, BatchPayloadUriOption, IEnumerable<String>)

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

public Microsoft.OData.ODataBatchOperationRequestMessage CreateOperationRequestMessage (string method, Uri uri, string contentId, Microsoft.OData.BatchPayloadUriOption payloadUriOption, System.Collections.Generic.IEnumerable<string> dependsOnIds);
member this.CreateOperationRequestMessage : string * Uri * string * Microsoft.OData.BatchPayloadUriOption * seq<string> -> Microsoft.OData.ODataBatchOperationRequestMessage
Public Function CreateOperationRequestMessage (method As String, uri As Uri, contentId As String, payloadUriOption As BatchPayloadUriOption, dependsOnIds As IEnumerable(Of String)) As ODataBatchOperationRequestMessage

Parametry

method
String

Metoda HTTP, která se má použít pro tuto operaci požadavku.

uri
Uri

Identifikátor URI, který se má použít pro tuto operaci požadavku.

contentId
String

Hodnota Content-ID, která se má zapisovat do hlavičky ChangeSet, by se ignorovala, pokud method má hodnotu GET.

payloadUriOption
BatchPayloadUriOption

Formát operace Request-URI, který může být AbsoluteUri, AbsoluteResourcePathAndHost nebo RelativeResourcePath.

dependsOnIds
IEnumerable<String>

ID požadavků tohoto požadavku.

Návraty

Zpráva, která se dá použít k zápisu operace požadavku.

Platí pro