Share via


DevicePublicKeyOperationsExtensions.Get Method

Definition

public static Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse Get (this Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations operations, string deviceId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member Get : Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse
<Extension()>
Public Function Get (operations As IDevicePublicKeyOperations, deviceId As String, customRequestHeaders As CustomRequestHeaders) As 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