你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessControlChanges Struct

Definition

AccessControlChanges contains batch and cumulative counts of operations that change Access Control Lists recursively. Additionally it exposes path entries that failed to update while these operations progress.

public struct AccessControlChanges
type AccessControlChanges = struct
Public Structure AccessControlChanges
Inheritance
AccessControlChanges

Properties

Name Description
AggregateCounters

A AccessControlChangeCounters that contains counts of paths changed from start of the operation.

BatchCounters

A AccessControlChangeCounters that contains counts of paths changed within single batch.

BatchFailures

An enumerable of path entries that failed to update Access Control List within single batch.

ContinuationToken

Optional continuation token. Value is present when operation is split into multiple batches and can be used to resume progress.

Applies to