AccountUpdateParameters Constructors

Definition

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