AccountProperties 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 properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesTypeConverter))]
public class AccountProperties : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountPropertiesTypeConverter))>]
type AccountProperties = class
interface IAccountProperties
interface IJsonSerializable
Public Class AccountProperties
Implements IAccountProperties
- Inheritance
-
AccountProperties
- Attributes
- Implements
Constructors
AccountProperties() |
Creates an new AccountProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountProperties. |
FromJsonString(String) |
Creates a new instance of AccountProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |