Show / Hide Table of Contents

Class RemoveAgentDependencyDetails

The information to be updated.

Inheritance
object
RemoveAgentDependencyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class RemoveAgentDependencyDetails

Properties

AgentDependencyId

Declaration
[Required(ErrorMessage = "AgentDependencyId is required.")]
[JsonProperty(PropertyName = "agentDependencyId")]
public string AgentDependencyId { get; set; }
Property Value
Type Description
string

The OCID of the agentDependency that should be removed from the source environment.

Remarks

Required

In this article
Back to top