DiagnosticStorageProperties Class
Customer-initiated diagnostic log collection storage properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelDiagnosticStorageProperties
Constructor
DiagnosticStorageProperties(*, authentication_type: str | _models.AuthenticationType, resource_id: str, connection_string: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
authentication_type
|
Authentication Type. Required. "KeyBased" |
connection_string
|
ConnectionString of the diagnostic storage account. |
resource_id
|
ResourceId of the diagnostic storage account. Required. |
Variables
Name | Description |
---|---|
authentication_type
|
Authentication Type. Required. "KeyBased" |
connection_string
|
ConnectionString of the diagnostic storage account. |
resource_id
|
ResourceId of the diagnostic storage account. Required. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python