UpdateAdministrativeStateResponseProperties interface
Update Administrative State Response Properties.
Properties
| failed |
List of ARM Resource IDs for which the given action failed to apply. |
| successful |
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[]