ConnectionAnalyzer Class
Defines a connection analyzer resource.
Constructor
ConnectionAnalyzer(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the connection analyzer. |
|
id
|
Resource ID of the connection analyzer. |
|
type
|
Resource type. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
location
|
Resource location. Required. |
|
tags
|
Resource tags. |
|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
properties
|
Properties of the connection analyzer. Required. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
id
Resource ID of the connection analyzer.
id: str | None
location
Resource location. Required.
location: str
name
Name of the connection analyzer.
name: str | None
properties
Properties of the connection analyzer. Required.
properties: _models.ConnectionAnalyzerProperties
system_data
Azure Resource Manager metadata containing createdBy and modifiedBy information.
system_data: _models.SystemData | None
tags
Resource tags.
tags: dict[str, str] | None
type
Resource type.
type: str | None