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
|
|
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python