你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartnerConfigurationUpdateParameters Class

Definition

Properties of the partner configuration update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerConfigurationUpdateParametersTypeConverter))]
public class PartnerConfigurationUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfigurationUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerConfigurationUpdateParametersTypeConverter))>]
type PartnerConfigurationUpdateParameters = class
    interface IPartnerConfigurationUpdateParameters
    interface IJsonSerializable
Public Class PartnerConfigurationUpdateParameters
Implements IPartnerConfigurationUpdateParameters
Inheritance
PartnerConfigurationUpdateParameters
Attributes
Implements

Constructors

PartnerConfigurationUpdateParameters()

Creates an new PartnerConfigurationUpdateParameters instance.

Properties

DefaultMaximumExpirationTimeInDay

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

Tag

Tags of the partner configuration resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerConfigurationUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerConfigurationUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfigurationUpdateParameters.

FromJsonString(String)

Creates a new instance of PartnerConfigurationUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerConfigurationUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to