PartnerConfigurationUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |