GetGroupPropertiesResponse.OnPremisesProvisioningErrors 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.
On premise provisioning errors of the group.
[System.Text.Json.Serialization.JsonPropertyName("onPremisesProvisioningErrors")]
public System.Collections.Generic.List<string> OnPremisesProvisioningErrors { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("onPremisesProvisioningErrors")>]
member this.OnPremisesProvisioningErrors : System.Collections.Generic.List<string> with get, set
Public Property OnPremisesProvisioningErrors As List(Of String)
Property Value
- Attributes