Class DeleteDesktopPoolRequest
Implements
Inherited Members
Namespace: Oci.DesktopsService.Requests
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class DeleteDesktopPoolRequest : IOciRequest
Examples
Click here to see an example of how to use DeleteDesktopPool request.
Properties
AreVolumesPreserved
Declaration
[HttpConverter(TargetEnum.Query, "areVolumesPreserved")]
public bool? AreVolumesPreserved { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether the volumes are preserved when a desktop pool is deleted. |
DesktopPoolId
Declaration
[Required(ErrorMessage = "DesktopPoolId is required.")]
[HttpConverter(TargetEnum.Path, "desktopPoolId")]
public string DesktopPoolId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the desktop pool. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the request. |