UpdateAdministrativeStateResponseProperties interface

Update Administrative State Response Properties.

Properties

failedResources

List of ARM Resource IDs for which the given action failed to apply.

successfulResources

List of ARM Resource IDs for which the given action applied successfully.

Property Details

failedResources

List of ARM Resource IDs for which the given action failed to apply.

failedResources?: string[]

Property Value

string[]

successfulResources

List of ARM Resource IDs for which the given action applied successfully.

successfulResources?: string[]

Property Value

string[]