ArmDeviceRegistryModelFactory.DeviceStatusEndpoint 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.
Defines the device status properties.
public static Azure.ResourceManager.DeviceRegistry.Models.DeviceStatusEndpoint DeviceStatusEndpoint(Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryStatusError error = default);
static member DeviceStatusEndpoint : Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryStatusError -> Azure.ResourceManager.DeviceRegistry.Models.DeviceStatusEndpoint
Public Shared Function DeviceStatusEndpoint (Optional error As DeviceRegistryStatusError = Nothing) As DeviceStatusEndpoint
Parameters
Defines the error related to this endpoint.
Returns
A new DeviceStatusEndpoint instance for mocking.