Class UpdateDesktopPoolRequest
Implements
Inherited Members
Namespace: Oci.DesktopsService.Requests
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class UpdateDesktopPoolRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateDesktopPool request.
Properties
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. |
UpdateDesktopPoolDetails
Declaration
[Required(ErrorMessage = "UpdateDesktopPoolDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateDesktopPoolDetails UpdateDesktopPoolDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateDesktopPoolDetails | The details of the update. |
Remarks
Required