EnrollmentGroup.EnrollmentGroupId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ID de groupe d’inscriptions.
[Newtonsoft.Json.JsonProperty(PropertyName="enrollmentGroupId")]
public string EnrollmentGroupId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enrollmentGroupId")>]
member this.EnrollmentGroupId : string
Public ReadOnly Property EnrollmentGroupId As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Exceptions
si la chaîne fournie ne correspond pas aux exigences de l’ID de groupe d’inscription
Si la chaîne fournie ne correspond pas aux exigences de l’ID de groupe d’inscription
Remarques
Un ID de groupe d’inscription valide doit être alphanumérique, minuscule et peut contenir des traits d’union. Nombre maximal de caractères 128.
S’applique à
Azure SDK for .NET