CustomerContact Class

Definition

CustomerContact resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CustomerContactTypeConverter))]
public class CustomerContact : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CustomerContactTypeConverter))>]
type CustomerContact = class
    interface ICustomerContact
    interface IJsonSerializable
Public Class CustomerContact
Implements ICustomerContact
Inheritance
CustomerContact
Attributes
Implements

Constructors

Name Description
CustomerContact()

Creates an new CustomerContact instance.

Properties

Name Description
Email

The email address used by Oracle to send notifications regarding databases and infrastructure.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomerContact.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomerContact.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomerContact into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to