CollectorAgentSpnPropertiesBase 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.
Collector agent SPN details class.
public class CollectorAgentSpnPropertiesBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.CollectorAgentSpnPropertiesBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.CollectorAgentSpnPropertiesBase>
type CollectorAgentSpnPropertiesBase = class
interface IJsonModel<CollectorAgentSpnPropertiesBase>
interface IPersistableModel<CollectorAgentSpnPropertiesBase>
Public Class CollectorAgentSpnPropertiesBase
Implements IJsonModel(Of CollectorAgentSpnPropertiesBase), IPersistableModel(Of CollectorAgentSpnPropertiesBase)
- Inheritance
-
CollectorAgentSpnPropertiesBase
- Implements
Constructors
CollectorAgentSpnPropertiesBase() |
Initializes a new instance of CollectorAgentSpnPropertiesBase. |
Properties
ApplicationId |
Gets the AAD application id. |
Audience |
Gets the AAD audience url. |
Authority |
Gets the AAD authority endpoint. |
ObjectId |
Gets the object id of the AAD application. |
TenantId |
Gets the tenant id of the AAD application. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CollectorAgentSpnPropertiesBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CollectorAgentSpnPropertiesBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CollectorAgentSpnPropertiesBase>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CollectorAgentSpnPropertiesBase>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CollectorAgentSpnPropertiesBase>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |