Delen via


BatchPayloadUriOption Enum

Definition

Indicates the format of Request-URI in each sub request in the batch operation.

public enum BatchPayloadUriOption
type BatchPayloadUriOption = 
Public Enum BatchPayloadUriOption
Inheritance
BatchPayloadUriOption

Fields

AbsoluteUri 0

Absolute URI with schema, host, port, and absolute resource path.

AbsoluteUriUsingHostHeader 1

Absolute resource path and separate Host header.

RelativeUri 2

Resource path relative to the batch request URI.

Applies to