AvailableServiceAlias Class
The available service alias.
- Inheritance
-
azure.mgmt.network._serialization.ModelAvailableServiceAlias
Constructor
AvailableServiceAlias(*, name: str | None = None, id: str | None = None, type: str | None = None, resource_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the service alias. |
id
|
The ID of the service alias. |
type
|
The type of the resource. |
resource_name
|
The resource name of the service alias. |
Variables
Name | Description |
---|---|
name
|
The name of the service alias. |
id
|
The ID of the service alias. |
type
|
The type of the resource. |
resource_name
|
The resource name of the service alias. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python