Delen via


PartnerConfigurationPatch Class

Definition

Properties of the partner configuration update.

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

Constructors

PartnerConfigurationPatch()

Initializes a new instance of PartnerConfigurationPatch.

Properties

DefaultMaximumExpirationTimeInDays

The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.

Tags

Tags of the partner configuration resource.

Explicit Interface Implementations

IJsonModel<PartnerConfigurationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PartnerConfigurationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerConfigurationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerConfigurationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PartnerConfigurationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to