DiagnosticDataProviderMetadata Class
Details of a diagnostics data provider.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticDataProviderMetadata
Constructor
DiagnosticDataProviderMetadata(*, provider_name: str | None = None, property_bag: List[_models.DiagnosticDataProviderMetadataPropertyBagItem] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
provider_name
|
Name of data provider. |
property_bag
|
Collection of properties. |
Variables
Name | Description |
---|---|
provider_name
|
Name of data provider. |
property_bag
|
Collection of properties. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python