ContainerResponse class 
Response object for Container operations
- Extends
 
Constructors
| Container | 
	
Properties
| activity | 
	|
| container | A reference to the Container that the returned ContainerDefinition corresponds to.  | 
| etag | |
| request | 
	
Inherited Properties
| diagnostics | |
| headers | |
| resource | |
| status | 
	|
| substatus | 
Constructor Details
		ContainerResponse(ContainerDefinition & Resource, CosmosHeaders, number, Container, CosmosDiagnostics)
	    
	new ContainerResponse(resource: ContainerDefinition & Resource, headers: CosmosHeaders, statusCode: number, container: Container, diagnostics: CosmosDiagnostics)
				Parameters
- resource
 
- headers
 - CosmosHeaders
 
- statusCode
 - 
				
number
 
- container
 - Container
 
- diagnostics
 - CosmosDiagnostics
 
Property Details
		activityId
	 
	string activityId
				Property Value
string
container
A reference to the Container that the returned ContainerDefinition corresponds to.
container: Container
				Property Value
etag
string etag
				Property Value
string
		requestCharge
	 
	number requestCharge
				Property Value
number
Inherited Property Details
diagnostics
headers
resource
resource: undefined | (ContainerDefinition & Resource)
				Property Value
undefined | (ContainerDefinition & Resource)
Inherited From ResourceResponse.resource