Share via


DeviceRegistryAssetEndpointProfileCollection.CreateOrUpdate Method

Definition

Create a AssetEndpointProfile

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceRegistry/assetEndpointProfiles/{assetEndpointProfileName}
  • Operation Id: AssetEndpointProfiles_CreateOrReplace
  • Default Api Version: 2023-11-01-preview
  • Resource: DeviceRegistryAssetEndpointProfileResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string assetEndpointProfileName, Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceRegistry.DeviceRegistryAssetEndpointProfileResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, assetEndpointProfileName As String, data As DeviceRegistryAssetEndpointProfileData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DeviceRegistryAssetEndpointProfileResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

assetEndpointProfileName
String

Asset Endpoint Profile name parameter.

data
DeviceRegistryAssetEndpointProfileData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

assetEndpointProfileName or data is null.

Applies to