AccountProperties Class
The account properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelAccountProperties
Constructor
AccountProperties(*, cloud_connectors: CloudConnectors | None = None, managed_resource_group_name: str | None = None, public_network_access: str | PublicNetworkAccess | None = 'Enabled', **kwargs)
Parameters
Name | Description |
---|---|
cloud_connectors
Required
|
Cloud connectors. External cloud identifier used as part of scanning configuration. |
managed_resource_group_name
Required
|
Gets or sets the managed resource group name. |
public_network_access
Required
|
Gets or sets the public network access. Possible values include: "NotSpecified", "Enabled", "Disabled". Default value: "Enabled". |
Keyword-Only Parameters
Name | Description |
---|---|
cloud_connectors
Required
|
|
managed_resource_group_name
Required
|
|
public_network_access
|
Default value: Enabled
|
Variables
Name | Description |
---|---|
created_at
|
Gets the time at which the entity was created. |
created_by
|
Gets the creator of the entity. |
created_by_object_id
|
Gets the creators of the entity's object id. |
endpoints
|
The URIs that are the public endpoints of the account. |
friendly_name
|
Gets or sets the friendly name. |
managed_resources
|
Gets the resource identifiers of the managed resources. |
private_endpoint_connections
|
Gets the private endpoint connections information. |
provisioning_state
|
Gets or sets the state of the provisioning. Possible values include: "Unknown", "Creating", "Moving", "Deleting", "SoftDeleting", "SoftDeleted", "Failed", "Succeeded", "Canceled". |
Azure SDK for Python