IotDpsResourceOperationsExtensions.BeginCreateOrUpdate 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 Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription BeginCreateOrUpdate (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string provisioningServiceName, Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription iotDpsDescription);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription
<Extension()>
Public Function BeginCreateOrUpdate (operations As IIotDpsResourceOperations, resourceGroupName As String, provisioningServiceName As String, iotDpsDescription As ProvisioningServiceDescription) As 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.
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