Share via


MockableDeviceRegistryArmClient.GetDeviceRegistrySchemaRegistryResource Method

Definition

Gets an object representing a DeviceRegistrySchemaRegistryResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource GetDeviceRegistrySchemaRegistryResource(Azure.Core.ResourceIdentifier id);
abstract member GetDeviceRegistrySchemaRegistryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource
override this.GetDeviceRegistrySchemaRegistryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource
Public Overridable Function GetDeviceRegistrySchemaRegistryResource (id As ResourceIdentifier) As DeviceRegistrySchemaRegistryResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DeviceRegistrySchemaRegistryResource object.

Applies to