ResourceAnchorProperties 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.
Resource Anchor properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ResourceAnchorPropertiesTypeConverter))]
public class ResourceAnchorProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IResourceAnchorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ResourceAnchorPropertiesTypeConverter))>]
type ResourceAnchorProperties = class
interface IResourceAnchorProperties
interface IJsonSerializable
Public Class ResourceAnchorProperties
Implements IResourceAnchorProperties
- Inheritance
-
ResourceAnchorProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceAnchorProperties() |
Creates an new ResourceAnchorProperties instance. |
Properties
| Name | Description |
|---|---|
| LinkedCompartmentId |
Oracle Cloud Infrastructure compartment Id (ocid) which was created or linked by customer with resource anchor. This compartmentId is different from where resource Anchor lives |
| ProvisioningState |
ResourceAnchor provisioning state |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceAnchorProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceAnchorProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IResourceAnchorProperties. |
| FromJsonString(String) |
Creates a new instance of ResourceAnchorProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceAnchorProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |