The verb for the pre-signed url. 
            
 Declaration Syntax
 Declaration Syntax| C# | 
public HttpVerb Verb { get; set; }
 Remarks
 Remarks
            Accepted verbs are GET, PUT, DELETE and HEAD.
            Default is GET.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public HttpVerb Verb { get; set; }
 Remarks
 Remarks