LogSpecification Class
Description of logging specification.
- Inheritance
-
azure.mgmt.network._serialization.ModelLogSpecification
Constructor
LogSpecification(*, name: str | None = None, display_name: str | None = None, blob_duration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the specification. |
display_name
|
The display name of the specification. |
blob_duration
|
Duration of the blob. |
Variables
Name | Description |
---|---|
name
|
The name of the specification. |
display_name
|
The display name of the specification. |
blob_duration
|
Duration of the blob. |
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