ContactParameters Class

Definition

Parameters that define the contact resource.

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

Constructors

Name Description
ContactParameters()

Creates an new ContactParameters instance.

Properties

Name Description
ContactProfileId

Resource ID.

EndTime

End time of a contact (ISO 8601 UTC standard).

GroundStationName

Name of Azure Ground Station.

StartTime

Start time of a contact (ISO 8601 UTC standard).

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to