DeleteBatchCertificateError.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of additional error details related to the Certificate deletion error. This list includes details such as the active Pools and Compute Nodes referencing this Certificate. However, if a large number of resources reference the Certificate, the list contains only about the first hundred.
public System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.NameValuePair> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.NameValuePair>
Public ReadOnly Property Values As IReadOnlyList(Of NameValuePair)