The GetInvalidationListRequest contains the parameters used for the GetInvalidationList operation.
            
Required Parameter: DistributionId
Required Parameter: DistributionId
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetInvalidationListRequest : BaseRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetInvalidationListRequest()()()() | Initializes a new instance of the GetInvalidationListRequest 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.) | 
|  | Marker | 
            Gets and sets the Marker property.
            All keys returned will be lexiographically after the marker.
             | 
|  | MaxItems | 
            Gets and sets the MaxItems property.
            Limits the result set of keys to MaxItems.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDistributionId(String) | Obsolete. 
            Sets the DistributionId property of this request to the value passed in.
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property for this request.
            All keys returned will be lexiographically after the marker.
             | 
|  | WithMaxItems(Int32) | Obsolete. 
            Sets the MaxItems property for this request.
            Limits the result set of keys to MaxItems.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | BaseRequest | |
|  | GetInvalidationListRequest | |