BulkEnrollmentOperationError.RegistrationId 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.
Registration Id.
[Newtonsoft.Json.JsonProperty(PropertyName="registrationId", Required=Newtonsoft.Json.Required.Always)]
public string RegistrationId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="registrationId", Required=Newtonsoft.Json.Required.Always)>]
member this.RegistrationId : string
Public ReadOnly Property RegistrationId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Exceptions
if the provided string does not fit the registration Id requirements
If the provided registrationId does not fit the registration Id requirements
Remarks
A valid registration Id shall be alphanumeric, lowercase, and may contain hyphens. Max characters 128.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET