StorageFile.Implicit(StorageFile to Response) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static implicit operator Azure.Response(Azure.Projects.StorageFile result);
static member op_Implicit : Azure.Projects.StorageFile -> Azure.Response
Public Shared Widening Operator CType (result As StorageFile) As Response
Parameters
- result
- StorageFile
Returns
Remarks
returns null if the file is not created as a return value of a service method call.