ActivationLinks 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.
Activation Links model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ActivationLinksTypeConverter))]
public class ActivationLinks : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IActivationLinks
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ActivationLinksTypeConverter))>]
type ActivationLinks = class
interface IActivationLinks
interface IJsonSerializable
Public Class ActivationLinks
Implements IActivationLinks
- Inheritance
-
ActivationLinks
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ActivationLinks() |
Creates an new ActivationLinks instance. |
Properties
| Name | Description |
|---|---|
| ExistingCloudAccountActivationLink |
Existing Cloud Account Activation Link |
| NewCloudAccountActivationLink |
New Cloud Account Activation Link |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActivationLinks. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActivationLinks. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IActivationLinks. |
| FromJsonString(String) |
Creates a new instance of ActivationLinks, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActivationLinks into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |