IfNotExistsEvaluationDetails Class
Evaluation details of IfNotExists effect.
- Inheritance
-
msrest.serialization.ModelIfNotExistsEvaluationDetails
Constructor
IfNotExistsEvaluationDetails(*, resource_id: str | None = None, total_resources: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
resource_id
Required
|
ID of the last evaluated resource for IfNotExists effect. |
total_resources
Required
|
Total number of resources to which the existence condition is applicable. |
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
Required
|
|
total_resources
Required
|
|
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