次の方法で共有


DevicePublicKeyOperationsExtensions.Get メソッド

定義

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

パラメーター

operations
IDevicePublicKeyOperations

Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations への参照。

deviceId
String

必須です。 デバイス公開キーをフェッチする必要があるデバイス ID

customRequestHeaders
CustomRequestHeaders

必須です。 クライアントで使用する必要があるカスタム要求ヘッダー。

戻り値

Device PublicKey の応答モデル。

適用対象