다음을 통해 공유


AttestationProviderPatch Class

Definition

Parameters for patching an attestation provider.

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

Constructors

AttestationProviderPatch()

Initializes a new instance of AttestationProviderPatch.

Properties

AttestationServicePatchSpecificParamsPublicNetworkAccess

Controls whether traffic from the public network is allowed to access the Attestation Provider APIs.

Tags

The tags that will be assigned to the attestation provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AttestationProviderPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AttestationProviderPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AttestationProviderPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AttestationProviderPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AttestationProviderPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to