CustomerContact 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.
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 |
|---|---|
|
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() | |