ScopeConnection Class
The Scope Connections resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ChildResourceScopeConnection
Constructor
ScopeConnection(*, tenant_id: str | None = None, resource_id: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tenant_id
|
Tenant ID. |
resource_id
|
Resource ID. |
description
|
A description of the scope connection. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
system_data
|
The system metadata related to this resource. |
tenant_id
|
Tenant ID. |
resource_id
|
Resource ID. |
connection_state
|
Connection State. Known values are: "Connected", "Pending", "Conflict", "Revoked", and "Rejected". |
description
|
A description of the scope connection. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python