Class GetAutonomousPatchRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetAutonomousPatchRequest : IOciRequest
Examples
Click here to see an example of how to use GetAutonomousPatch request.
Properties
AutonomousPatchId
Declaration
[Required(ErrorMessage = "AutonomousPatchId is required.")]
[HttpConverter(TargetEnum.Path, "autonomousPatchId")]
public string AutonomousPatchId { get; set; }
Property Value
Type | Description |
---|---|
string | The autonomous patch OCID. |
Remarks
Required