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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET