IotOperationsRegistryEndpointCollection.GetAsync Method

Definition

Get a RegistryEndpointResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/registryEndpoints/{registryEndpointName}
  • Operation Id: RegistryEndpointResource_Get
  • Default Api Version: 2025-07-01-preview
  • Resource: IotOperationsRegistryEndpointResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsRegistryEndpointResource>> GetAsync(string registryEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsRegistryEndpointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsRegistryEndpointResource>>
Public Overridable Function GetAsync (registryEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IotOperationsRegistryEndpointResource))

Parameters

registryEndpointName
String

Name of RegistryEndpoint resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

registryEndpointName is an empty string, and was expected to be non-empty.

registryEndpointName is null.

Applies to