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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python