Partilhar via


PartnerConfigurationProperties Class

Definition

Properties of the partner configuration.

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

Constructors

Name Description
PartnerConfigurationProperties()

Creates an new PartnerConfigurationProperties instance.

Properties

Name Description
PartnerAuthorizationAuthorizedPartnersList

The list of authorized partners.

PartnerAuthorizationDefaultMaximumExpirationTimeInDay

Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.

ProvisioningState

Provisioning state of the partner configuration.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerConfigurationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to