DefaultIdentity 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.
The DefaultIdentity. Serialized Name: DefaultIdentity
public class DefaultIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.DefaultIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.DefaultIdentity>
type DefaultIdentity = class
interface IJsonModel<DefaultIdentity>
interface IPersistableModel<DefaultIdentity>
Public Class DefaultIdentity
Implements IJsonModel(Of DefaultIdentity), IPersistableModel(Of DefaultIdentity)
- Inheritance
-
DefaultIdentity
- Implements
Constructors
| Name | Description |
|---|---|
| DefaultIdentity() |
Initializes a new instance of DefaultIdentity. |
Properties
| Name | Description |
|---|---|
| IdentityType |
Type of managed service identity. Serialized Name: DefaultIdentity.identityType |
| UserAssignedIdentityResourceId |
Serialized Name: DefaultIdentity.userAssignedIdentityResourceId. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<DefaultIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DefaultIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DefaultIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DefaultIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DefaultIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |