Partager via


DeviceRegistrySchemaRegistryCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceRegistry/schemaRegistries/{schemaRegistryName}
  • Operation Id: SchemaRegistry_Get
  • Default Api Version: 2024-09-01-preview
  • Resource: DeviceRegistrySchemaRegistryResource
public virtual Azure.NullableResponse<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource> GetIfExists (string schemaRegistryName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
Public Overridable Function GetIfExists (schemaRegistryName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DeviceRegistrySchemaRegistryResource)

Parameters

schemaRegistryName
String

Schema registry name parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

schemaRegistryName is null.

Applies to