Show / Hide Table of Contents

Class ListAvailabilityDomainsRequest

Inheritance
System.Object
ListAvailabilityDomainsRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListAvailabilityDomainsRequest : object, IOciRequest
Examples

Click here to see an example of how to use ListAvailabilityDomains request.

Properties

CompartmentId

Declaration
public string CompartmentId { get; set; }
Property Value
Type Description
System.String

The OCID of the compartment (remember that the tenancy is simply the root compartment).

Remarks

Required

Implements

IOciRequest
In This Article
Back to top