IotDpsResourceOperationsExtensions.Update 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.
Update an existing provisioning service's tags.
public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription Update (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string provisioningServiceName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription
<Extension()>
Public Function Update (operations As IIotDpsResourceOperations, resourceGroupName As String, provisioningServiceName As String, Optional tags As IDictionary(Of String, String) = Nothing) 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.
- tags
- IDictionary<String,String>
Resource tags
Returns
Remarks
Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET