ContactProfileThirdPartyConfiguration Class

Definition

Contact Profile third-party partner configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileThirdPartyConfigurationTypeConverter))]
public class ContactProfileThirdPartyConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileThirdPartyConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileThirdPartyConfigurationTypeConverter))>]
type ContactProfileThirdPartyConfiguration = class
    interface IContactProfileThirdPartyConfiguration
    interface IJsonSerializable
Public Class ContactProfileThirdPartyConfiguration
Implements IContactProfileThirdPartyConfiguration
Inheritance
ContactProfileThirdPartyConfiguration
Attributes
Implements

Constructors

Name Description
ContactProfileThirdPartyConfiguration()

Creates an new ContactProfileThirdPartyConfiguration instance.

Properties

Name Description
MissionConfiguration

Name of string referencing the configuration describing contact set-up for a particular mission. Expected values are those which have been created in collaboration with the partner network.

ProviderName

Name of the third-party provider.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactProfileThirdPartyConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactProfileThirdPartyConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileThirdPartyConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactProfileThirdPartyConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to