Class ExecuteBatchPolicyWithInputResponse
public class ExecuteBatchPolicyWithInputResponse
- Inheritance
-
ExecuteBatchPolicyWithInputResponse
- Inherited Members
Properties
BatchMixedResults
Mixed success and failures.
public BatchMixedResults? BatchMixedResults { get; set; }
Property Value
BatchSuccessfulPolicyEvaluation
All batched policy executions succeeded.
public BatchSuccessfulPolicyEvaluation? BatchSuccessfulPolicyEvaluation { get; set; }
Property Value
ContentType
HTTP response content type for this operation
public string? ContentType { get; set; }
Property Value
Headers
public Dictionary<string, List<string>> Headers { get; set; }
Property Value
RawResponse
Raw HTTP response; suitable for custom response parsing
public HttpResponseMessage RawResponse { get; set; }
Property Value
StatusCode
HTTP response status code for this operation
public int StatusCode { get; set; }