ContactParametersContactProfile Class

Definition

The reference to the contact profile resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactParametersContactProfileTypeConverter))]
public class ContactParametersContactProfile : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactParametersContactProfile, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactParametersContactProfileTypeConverter))>]
type ContactParametersContactProfile = class
    interface IContactParametersContactProfile
    interface IJsonSerializable
    interface IResourceReference
    interface IValidates
Public Class ContactParametersContactProfile
Implements IContactParametersContactProfile, IValidates
Inheritance
ContactParametersContactProfile
Attributes
Implements

Constructors

Name Description
ContactParametersContactProfile()

Creates an new ContactParametersContactProfile instance.

Properties

Name Description
Id

Resource ID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactParametersContactProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactParametersContactProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactParametersContactProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to