GuardrailsAvailableVersionsList interface
Hold values properties, which is array of GuardrailsVersions
Properties
| next |
The URL to get the next Guardrails available version. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | Array of AKS supported Guardrails versions. |
Property Details
nextLink
The URL to get the next Guardrails available version. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
Array of AKS supported Guardrails versions.
value?: GuardrailsAvailableVersion[]