Sdílet prostřednictvím


WhoIsBlueprintContract Class

Definition

Response schema for querying the Azure Blueprints service principal in the tenant.

public class WhoIsBlueprintContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract>
type WhoIsBlueprintContract = class
    interface IJsonModel<WhoIsBlueprintContract>
    interface IPersistableModel<WhoIsBlueprintContract>
Public Class WhoIsBlueprintContract
Implements IJsonModel(Of WhoIsBlueprintContract), IPersistableModel(Of WhoIsBlueprintContract)
Inheritance
WhoIsBlueprintContract
Implements

Properties

ObjectId

AAD object Id of the Azure Blueprints service principal in the tenant.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WhoIsBlueprintContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WhoIsBlueprintContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WhoIsBlueprintContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WhoIsBlueprintContract>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WhoIsBlueprintContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to