ContactProfileThirdPartyConfiguration 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.
Contact Profile third-party partner configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfileThirdPartyConfigurationTypeConverter))]
public class ContactProfileThirdPartyConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileThirdPartyConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.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.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() | |