BatchUserIdentity Class
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.
Specify either the userName or autoUser property, but not both.
public class BatchUserIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchUserIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchUserIdentity>
public class BatchUserIdentity
type BatchUserIdentity = class
interface IJsonModel<BatchUserIdentity>
interface IPersistableModel<BatchUserIdentity>
type BatchUserIdentity = class
Public Class BatchUserIdentity
Implements IJsonModel(Of BatchUserIdentity), IPersistableModel(Of BatchUserIdentity)
Public Class BatchUserIdentity
- Inheritance
-
BatchUserIdentity
- Implements
Constructors
BatchUserIdentity() |
Initializes a new instance of BatchUserIdentity. |
Properties
AutoUser |
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
UserName |
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
Explicit Interface Implementations
IJsonModel<BatchUserIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchUserIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchUserIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchUserIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchUserIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET