Condividi tramite


AttestationProviderCreateOrUpdateContent Class

Definition

Parameters for creating an attestation provider.

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

Constructors

AttestationProviderCreateOrUpdateContent(AzureLocation, AttestationServiceCreationSpecificParams)

Initializes a new instance of AttestationProviderCreateOrUpdateContent.

Properties

Location

The supported Azure location where the attestation provider should be created.

Properties

Properties of the attestation provider.

Tags

The tags that will be assigned to the attestation provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AttestationProviderCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AttestationProviderCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AttestationProviderCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AttestationProviderCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AttestationProviderCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to