Share via


DevicePublicKeyOperationsExtensions.GetAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse> GetAsync (this Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations operations, string deviceId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member GetAsync : Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse>
<Extension()>
Public Function GetAsync (operations As IDevicePublicKeyOperations, deviceId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of GetDevicePublicKeyResponse)

Parameters

operations
IDevicePublicKeyOperations

Reference to the Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations.

deviceId
String

Required. The Device Id for which we need to Fetch the Device Public Key

customRequestHeaders
CustomRequestHeaders

Required. The Custom Request Headers which client must use.

Returns

The response model for Device PublicKey.

Applies to