DeviceRegistryAssetEndpointProfileData Constructor
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.
Initializes a new instance of DeviceRegistryAssetEndpointProfileData.
public DeviceRegistryAssetEndpointProfileData (Azure.Core.AzureLocation location, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryExtendedLocation extendedLocation);
new Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileData : Azure.Core.AzureLocation * Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryExtendedLocation -> Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileData
Public Sub New (location As AzureLocation, extendedLocation As DeviceRegistryExtendedLocation)
Parameters
- location
- AzureLocation
The location.
- extendedLocation
- DeviceRegistryExtendedLocation
The extended location.
Exceptions
extendedLocation
is null.