Interface IHttpOperationResponse<TBody, THeader>
Represents the base return type of all ServiceClient REST operations with response body and header.
Inherited Members
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationResponse<TBody, THeader> : IHttpOperationResponse<TBody>, IHttpOperationHeaderResponse<THeader>, IHttpOperationResponse
Type Parameters
| Name | Description |
|---|---|
| TBody | |
| THeader |