Package version:

Interface AppResiliencyCollection

Collection of AppResiliency policies

interface AppResiliencyCollection {
    nextLink?: string;
    value: AppResiliency[];
}

Properties

Properties

nextLink?: string

Link to next page of resources. NOTE: This property will not be serialized. It can only be populated by the server.

value: AppResiliency[]

Collection of resources.