Class ChangeDesktopPoolCompartmentDetails
Provides the OCID of the new compartment that will contain the desktop pool.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class ChangeDesktopPoolCompartmentDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment which will contain the desktop pool. |
Remarks
Required