AccountUpdate Constructors
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.
Overloads
AccountUpdate() |
Initializes a new instance of the AccountUpdate class. |
AccountUpdate(IDictionary<String,String>, String) |
Initializes a new instance of the AccountUpdate class. |
AccountUpdate()
Initializes a new instance of the AccountUpdate class.
public AccountUpdate ();
Public Sub New ()
Applies to
AccountUpdate(IDictionary<String,String>, String)
Initializes a new instance of the AccountUpdate class.
public AccountUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default);
new Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing)
Parameters
- tags
- IDictionary<String,String>
List of key value pairs that describe the resource. This will overwrite the existing tags.
- location
- String
The geo-location where the resource lives
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