InstancesOperationsExtensions.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.
Updates instance's tags.
public static Microsoft.Azure.Management.DeviceUpdate.Models.Instance Update (this Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations operations, string resourceGroupName, string accountName, string instanceName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DeviceUpdate.Models.Instance
<Extension()>
Public Function Update (operations As IInstancesOperations, resourceGroupName As String, accountName As String, instanceName As String, Optional tags As IDictionary(Of String, String) = Nothing) As Instance
Parameters
- operations
- IInstancesOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- accountName
- String
Account name.
- instanceName
- String
Instance name.
- tags
- IDictionary<String,String>
List of key value pairs that describe the resource. This will overwrite the existing tags.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET