AccountUpdateParameters Class
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.
The account update properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountUpdateParametersTypeConverter))]
public class AccountUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountUpdateParametersTypeConverter))>]
type AccountUpdateParameters = class
interface IAccountUpdateParameters
interface IJsonSerializable
Public Class AccountUpdateParameters
Implements IAccountUpdateParameters
- Inheritance
-
AccountUpdateParameters
- Attributes
- Implements
Constructors
AccountUpdateParameters() |
Creates an new AccountUpdateParameters instance. |
Properties
CloudConnectorAwsExternalId |
AWS external identifier. Configured in AWS to allow use of the role arn used for scanning |
CreatedAt |
Gets the time at which the entity was created. |
CreatedBy |
Gets the creator of the entity. |
CreatedByObjectId |
Gets the creators of the entity's object id. |
EndpointCatalog |
Gets the catalog endpoint. |
EndpointGuardian |
Gets the guardian endpoint. |
EndpointScan |
Gets the scan endpoint. |
FriendlyName |
Gets or sets the friendly name. |
ManagedResourceEventHubNamespace |
Gets the managed event hub namespace resource identifier. |
ManagedResourceGroup |
Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account. |
ManagedResourceGroupName |
Gets or sets the managed resource group name |
ManagedResourceStorageAccount |
Gets the managed storage account resource identifier. |
PrivateEndpointConnection |
Gets the private endpoint connections information. |
ProvisioningState |
Gets or sets the state of the provisioning. |
PublicNetworkAccess |
Gets or sets the public network access. |
Tag |
Tags on the azure resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountUpdateParameters. |
FromJsonString(String) |
Creates a new instance of AccountUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |