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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.