The GetInvalidationRequest contains the parameters used for the GetInvalidation operation.
            
Required Parameter: DistributionId, InvalidationId
Required Parameter: DistributionId, InvalidationId
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetInvalidationRequest : BaseRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetInvalidationRequest()()()() | Initializes a new instance of the GetInvalidationRequest class | 
|  | AddHeaders(NameValueCollection) | 
            Adds all of the key/value pairs from collection into our request header.
            (Inherited from BaseRequest.) | 
|  | DistributionId | 
            Gets and Sets the DistributionId property for the Distribution
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InvalidationId | 
            Gets and Sets the InvalidationId property for the invalidation
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDistribtionId(String) | Obsolete. 
            Sets the DistributionId property of this request to the value passed in.
             | 
|  | WithDistributionId(String) | Obsolete. 
            Sets the DistributionId property of this request to the value passed in.
             | 
|  | WithInvalidationId(String) | Obsolete. 
            Sets the InvalidationId property of this request to the value passed in.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | BaseRequest | |
|  | GetInvalidationRequest | |