PurviewAccountProperties 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.
public class PurviewAccountProperties
public class PurviewAccountProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Purview.Models.PurviewAccountProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Purview.Models.PurviewAccountProperties>
type PurviewAccountProperties = class
type PurviewAccountProperties = class
interface IJsonModel<PurviewAccountProperties>
interface IPersistableModel<PurviewAccountProperties>
Public Class PurviewAccountProperties
Public Class PurviewAccountProperties
Implements IJsonModel(Of PurviewAccountProperties), IPersistableModel(Of PurviewAccountProperties)
- Inheritance
-
PurviewAccountProperties
- Implements
Constructors
PurviewAccountProperties() |
Initializes a new instance of PurviewAccountProperties. |
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. |
IngestionStorage |
Ingestion Storage Account Info. |
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. |
PrivateEndpointConnections |
Gets the private endpoint connections information. |
ProvisioningState |
Gets or sets the state of the provisioning. |
PublicNetworkAccess |
Gets or sets the public network access. |
Explicit Interface Implementations
IJsonModel<PurviewAccountProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PurviewAccountProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PurviewAccountProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PurviewAccountProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PurviewAccountProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET