PurviewAccountData 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.
A class representing the PurviewAccount data model. Account resource
public class PurviewAccountData : Azure.ResourceManager.Models.TrackedResourceData
public class PurviewAccountData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Purview.PurviewAccountData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Purview.PurviewAccountData>
type PurviewAccountData = class
inherit TrackedResourceData
type PurviewAccountData = class
inherit TrackedResourceData
interface IJsonModel<PurviewAccountData>
interface IPersistableModel<PurviewAccountData>
Public Class PurviewAccountData
Inherits TrackedResourceData
Public Class PurviewAccountData
Inherits TrackedResourceData
Implements IJsonModel(Of PurviewAccountData), IPersistableModel(Of PurviewAccountData)
- Inheritance
- Implements
Constructors
PurviewAccountData(AzureLocation) |
Initializes a new instance of PurviewAccountData. |
Properties
AccountStatus |
Gets or sets the status of the account. |
CloudConnectorsAwsExternalId |
AWS external identifier. Configured in AWS to allow use of the role arn used for scanning |
CreatedBy |
Gets the creator of the entity. |
CreatedByObjectId |
Gets the creators of the entity's object id. |
CreatedOn |
Gets the time at which the entity was created. |
Endpoints |
The URIs that are the public endpoints of the account. |
FriendlyName |
Gets or sets the friendly name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
The Managed Identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned. |
IngestionStorage |
Ingestion Storage Account Info. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ManagedEventHubState |
Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed. |
ManagedResourceGroupName |
Gets or sets the managed resource group name. |
ManagedResources |
Gets the resource identifiers of the managed resources. |
ManagedResourcesPublicNetworkAccess |
Gets or sets the public network access for managed resources. |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateEndpointConnections |
Gets the private endpoint connections information. |
ProvisioningState |
Gets or sets the state of the provisioning. |
PublicNetworkAccess |
Gets or sets the public network access. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Sku |
Gets or sets the Sku. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<PurviewAccountData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PurviewAccountData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PurviewAccountData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PurviewAccountData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PurviewAccountData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET