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

PartnerConfigurationUpdateParameterProperties Class

Definition

Information of partner configuration update parameter properties.

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

Constructors

PartnerConfigurationUpdateParameterProperties()

Creates an new PartnerConfigurationUpdateParameterProperties 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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerConfigurationUpdateParameterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerConfigurationUpdateParameterProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerConfigurationUpdateParameterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to