IotDpsResourceOperationsExtensions.CreateOrUpdateAsync 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.
Create or update the metadata of the provisioning service.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription> CreateOrUpdateAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string provisioningServiceName, Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription iotDpsDescription, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIotDpsResourceOperations, resourceGroupName As String, provisioningServiceName As String, iotDpsDescription As ProvisioningServiceDescription, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProvisioningServiceDescription)
Parameters
- operations
- IIotDpsResourceOperations
The operations group for this extension method.
- resourceGroupName
- String
Resource group identifier.
- provisioningServiceName
- String
Name of provisioning service to create or update.
- iotDpsDescription
- ProvisioningServiceDescription
Description of the provisioning service to create or update.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Create or update the metadata of the provisioning service. The usual pattern to modify a property is to retrieve the provisioning service metadata and security metadata, and then combine them with the modified values in a new body to update the provisioning service.
Applies to
Azure SDK for .NET