AccountUpdateParameters 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
AccountUpdateParameters() |
Initializes a new instance of the AccountUpdateParameters class. |
AccountUpdateParameters(AccountProperties, IDictionary<String,String>) |
Initializes a new instance of the AccountUpdateParameters class. |
AccountUpdateParameters()
Initializes a new instance of the AccountUpdateParameters class.
public AccountUpdateParameters ();
Public Sub New ()
Applies to
AccountUpdateParameters(AccountProperties, IDictionary<String,String>)
Initializes a new instance of the AccountUpdateParameters class.
public AccountUpdateParameters (Microsoft.Azure.Management.Purview.Models.AccountProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Purview.Models.AccountUpdateParameters : Microsoft.Azure.Management.Purview.Models.AccountProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Purview.Models.AccountUpdateParameters
Public Sub New (Optional properties As AccountProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- properties
- AccountProperties
The account properties.
- tags
- IDictionary<String,String>
Tags on the azure resource.