HciExtensions.GetHciEdgeDeviceAsync Method
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.
Get a EdgeDevice
- Request Path: /{resourceUri}/providers/Microsoft.AzureStackHCI/edgeDevices/{edgeDeviceName}
- Operation Id: EdgeDevices_Get
- Default Api Version: 2024-04-01
- Resource: HciEdgeDeviceResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.HciEdgeDeviceResource>> GetHciEdgeDeviceAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string edgeDeviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetHciEdgeDeviceAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.HciEdgeDeviceResource>>
<Extension()>
Public Function GetHciEdgeDeviceAsync (client As ArmClient, scope As ResourceIdentifier, edgeDeviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HciEdgeDeviceResource))
Parameters
- scope
- ResourceIdentifier
The scope that the resource will apply against.
- edgeDeviceName
- String
Name of Device.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
client
or edgeDeviceName
is null.
edgeDeviceName
is an empty string, and was expected to be non-empty.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET